Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
9477 commits
Select commit Hold shift + click to select a range
3200d3f
build: AX_CHECK_LINK_FLAG() serial 6
Fuzzbawls Mar 25, 2024
52a11ff
build: AX_CHECK_PREPROC_FLAG() serial 6
Fuzzbawls Mar 25, 2024
3596f0f
build: AX_CXX_COMPILE_STDCXX() serial 18
Fuzzbawls Mar 25, 2024
8813235
build: AX_GCC_FUNC_ATTRIBUTE() serial 13
Fuzzbawls Mar 25, 2024
076fbf4
build: AX_PTHREAD() serial 31
Fuzzbawls Mar 25, 2024
7d93e29
build: AX_BOOST_BASE() serial 54
Fuzzbawls Mar 25, 2024
583adf6
build: AX_BOOST_CHRONO() serial 5
Fuzzbawls Mar 25, 2024
1712d9a
build: AX_BOOST_FILESYSTEM() serial 28
Fuzzbawls Mar 25, 2024
103b802
build: AX_BOOST_SYSTEM() serial 20
Fuzzbawls Mar 25, 2024
92d478c
build: AX_BOOST_THREAD() serial 33
Fuzzbawls Mar 25, 2024
90b1892
build: AX_BOOST_UNIT_TEST_FRAMEWORK() serial 22
Fuzzbawls Mar 25, 2024
2c87e78
test: add trivial validation tests
panleone Mar 25, 2024
607ba81
test: add trivial validation invalid tests
panleone Mar 24, 2024
471cae3
Do not sleep after staking and after sending pings
panleone Mar 25, 2024
4820a63
promote quorumSigSharesManager to unique pointer
panleone Mar 25, 2024
4f579eb
promote quorumSigningManager to unique pointer
panleone Mar 25, 2024
8e85ca2
promote chainLocksHandler to unique pointer
panleone Mar 25, 2024
581eabe
Add Interrupt step for signing_share thread and do NOT call StopWorke…
panleone Mar 25, 2024
44116cf
Separate Init from Start and Stop from Destroy functions for Chainloc…
panleone Mar 25, 2024
35c9b1e
Fix data race
panleone Mar 25, 2024
af10755
Merge #11006: Improve shutdown process
laanwj Oct 18, 2017
d19d9fa
Call RPCNotifyBlockChange on RPC stopped
panleone Mar 27, 2024
cf6cb29
Merge #14670: http: Fix HTTP server shutdown
laanwj Dec 6, 2018
cb65d0a
Merge #14993: rpc: Fix data race (UB) in InterruptRPC()
laanwj Dec 19, 2018
05c30a8
Merge #14413: tests: Allow closed rpc handler in assert_start_raises_…
Oct 8, 2018
75ad914
Merge #2919: [Bug] Fix data race
Fuzzbawls Mar 30, 2024
d75c161
Merge #2915: [Test] [DMNs] Split special transaction validation
Fuzzbawls Mar 30, 2024
e4f61cd
Merge #2916: [Test] speed un tiertwo_governance_sync_basic
Fuzzbawls Apr 2, 2024
7954d0a
Merge #2917: [LLMQ] Improve thread handling
Fuzzbawls Apr 2, 2024
f428a74
Merge #2920: [Http] [Test] Fix test failures on shutdown
Fuzzbawls Apr 4, 2024
454fbfd
[GA] Bump native macOS runner versions
Fuzzbawls Apr 4, 2024
db78a7e
Merge #2922: [GA] Bump native macOS runner versions
Fuzzbawls Apr 6, 2024
be1c4a7
Fix cleanup of old recovered sigs
codablock Jan 23, 2019
04b6a67
Reserve 4k of buffer for CSerializedNetMsg buffer
codablock Jan 31, 2019
7bca9a2
Correctly use SIGN_HEIGHT_OFFSET when checking for out of bound height
codablock Jan 31, 2019
fdba615
Introduce startBlockHeight to make things more explicit
codablock Feb 1, 2019
bff6e6e
CLLMQUtils::IsQuorumActive() shouldn't require cs_main to be held
UdjinM6 Feb 13, 2019
6c63a77
Use CBLSLazySignature in CBatchedSigShares
codablock Feb 15, 2019
40a247d
Implement caching in CRecoveredSigsDb
codablock Feb 15, 2019
1bd0c2f
Don't sleep in WorkThreadMain when CPU intensive work was done
codablock Feb 15, 2019
22efef0
No matter how fast we process sig shares, always force 100ms between …
codablock Feb 15, 2019
4331c30
refactor: move nTimeBestReceived to CWallet
panleone Apr 5, 2024
f9a6ebd
fix: solve data race by making nTimeBestReceived atomic
panleone Apr 5, 2024
b01c3df
let validationinterface take shared_ptr
panleone Apr 6, 2024
ddbd4b0
fix BlockStateCatcher data races
panleone Apr 6, 2024
58e5c8c
fix: Solve possible deadlock
panleone Apr 8, 2024
9207b8f
fix data race: LOCK cs before accessing nodeState
panleone Apr 8, 2024
f162f76
fix: fix data race and remove circular dependency
panleone Apr 8, 2024
f5ba264
fix another possible deadlock
panleone Apr 8, 2024
3ba861c
[GA] Overhaul Github Actions Workflow
Fuzzbawls Apr 6, 2024
694eb59
Merge #2923: [Bug] Fix wallet data race
Fuzzbawls Apr 20, 2024
afb5447
Merge #2918: [Build] Update m4 macros from upstream
Fuzzbawls Apr 20, 2024
4469fa0
Merge #2924: [Bug] Fix validation interface data race
Fuzzbawls Apr 20, 2024
22a2fb8
Merge #2925: [BUG] Fix more thread issues
Fuzzbawls Apr 25, 2024
27e6399
Merge #2926: [GA] Overhaul Github Actions Workflow
Fuzzbawls Apr 25, 2024
5756963
build: Use dnl for all comments in configure.ac, rather than #
Fuzzbawls May 3, 2024
fb145ee
build: cleanup AX_CHECK_LINK_FLAG() usage
Fuzzbawls May 3, 2024
ee21875
build: cleanup AX_CHECK_COMPILE_FLAG() usage
Fuzzbawls May 3, 2024
f9d61b4
build: cleanup AX_CHECK_PREPROC_FLAG() usage
Fuzzbawls May 3, 2024
bfd7a34
build: consistently quote AC_PATH_PROG(S) arguments
Fuzzbawls May 3, 2024
820b05e
build: consistently quote AC_PATH_TOOL() arguments
Fuzzbawls May 3, 2024
6367c02
build: consistently quote AC_MSG_CHECKING() arguments
Fuzzbawls May 3, 2024
ef70fe3
build: consistently quote AC_DEFINE() arguments
Fuzzbawls May 3, 2024
df371fa
build: consistently quote AM_CONDITIONAL() arguments
Fuzzbawls May 3, 2024
e7b80aa
build: consistently quote AC_ARG_VAR() arguments
Fuzzbawls May 3, 2024
7ac518e
build: consistently quote AC_CHECK_PROG() arguments
Fuzzbawls May 3, 2024
f64eafd
build: consistently quote AC_MSG_*() arguments
Fuzzbawls May 3, 2024
6110f8a
build: consistently quote AC_CHECK_LIB() arguments
Fuzzbawls May 3, 2024
89c7540
build: consistently quote AC_SEARCH_LIBS() arguments
Fuzzbawls May 3, 2024
ca43007
build: consistently quote AC_CHECK_HEADER() arguments
Fuzzbawls May 4, 2024
8f1e1b5
build: consistently quote PKG_CHECK_MODULES() arguments
Fuzzbawls May 4, 2024
04bc1e4
build: consistently quote AC_ARG_ENABLE() arguments
Fuzzbawls May 4, 2024
b1591b4
build: cleanup AC_ARG_WITH() usage
Fuzzbawls May 4, 2024
3f1cf41
build: consistently quote BITCOIN_QT_FAIL() arguments
Fuzzbawls May 4, 2024
8dd1641
ga: explicitly export bdb flags for macos-12 runners
Fuzzbawls Jun 19, 2024
c0ea7f0
ga: Update apt cache before environment setup
Fuzzbawls Jun 19, 2024
428ead2
ga: Use runner image cached python versions
Fuzzbawls Jun 19, 2024
de96bb4
ga: Use python 3.10 on arm64 macos
Fuzzbawls Jun 19, 2024
92844ce
ga: Use runner provided rust for macOS
Fuzzbawls Jun 19, 2024
9bc2ee2
Merge #2930: [GA] Fix minor issues with latest GA runner images
Fuzzbawls Jul 28, 2024
67e632b
[Bug] Exit early for budget submission when the wallet is locked
Fuzzbawls Jul 28, 2024
f855a9a
Merge #2928: [Build] Autotools quoting and spacing cleanup
Fuzzbawls Aug 3, 2024
a254b29
Merge #2932: [Bug] Exit early for budget submission when the wallet i…
Fuzzbawls Aug 3, 2024
4c17603
Merge #2921: Dash llmq backports
Fuzzbawls Aug 9, 2024
b90f2e8
[Build] Remove unused macOS framework libraries.
Fuzzbawls Aug 9, 2024
81505c9
[GA] Pin XCode version for macos-14 runners
Fuzzbawls Aug 9, 2024
b944d78
[GA] Update apt cache prior to package installation
Fuzzbawls Aug 9, 2024
3d60bb5
Merge #2887: [Wallet] Some sapling wallet improvements
Fuzzbawls Aug 16, 2024
b507683
Merge #2934: [GA] Resolve latest macos-14 runner build failures
Fuzzbawls Aug 20, 2024
7459120
Cleanup: Properly terminate printed log lines.
Fuzzbawls Aug 31, 2024
dade23d
lint: Add LogPrint(f) termination linter
Fuzzbawls Aug 31, 2024
4fffec0
upnp: add compatibility for miniupnpc 2.2.8
theuni Jun 13, 2024
97a3237
Merge #2939: [Net]: Add compatibility for miniupnpc 2.2.8
Fuzzbawls Oct 17, 2024
b2f4f9c
Depends: Improve package version usage in depends
Fuzzbawls Oct 1, 2024
0ce4f64
Depends: Bump to boost 1.81.0
Fuzzbawls Oct 1, 2024
9a99700
CMake: Stop using versioned boost
Fuzzbawls Oct 1, 2024
d3ff548
GA: Pin ubuntu-latest to 22.04
Fuzzbawls Oct 17, 2024
d3c1e95
Merge #2940: [Build] Bump Boost to 1.81.0
Fuzzbawls Oct 18, 2024
f3a5eda
Cleanup: Unify header guards
Fuzzbawls Aug 31, 2024
76b04cb
lint: Add include guard linter
Fuzzbawls Aug 31, 2024
c9127e1
Avoid using ordered maps in LLMQ signing code (#2708)
codablock Feb 17, 2019
0613978
Cleanup successful sessions before doing timeout check (#2712)
codablock Feb 18, 2019
a0084f5
Multiple fixes and optimizations for LLMQs and ChainLocks (#2724)
codablock Feb 27, 2019
7ccd790
Merge pull request #2725 from codablock/pr_llmq_hashmaps
codablock Feb 27, 2019
e73c238
Merge pull request #2726 from codablock/pr_llmq_sessionids
UdjinM6 Feb 27, 2019
71092e0
Send/Receive multiple messages as part of one P2P message in CSigShar…
codablock Mar 1, 2019
d1084e0
Actually start the timers for sig share and recSig verification (#2730)
codablock Mar 1, 2019
a2fb276
On timeout, print members proTxHashes from members which did not send…
codablock Mar 1, 2019
b4a4e09
Ignore sig share inv messages when we don't have the quorum vvec (#2733)
codablock Mar 1, 2019
a29d294
Fix deadlock in CSigSharesManager::SendMessages (#2757)
codablock Mar 11, 2019
738908e
Merge #2935: [Cleanup] Properly terminate printed log lines
Fuzzbawls Oct 30, 2024
67d2db1
Merge #2936: [Cleanup] Unify header guards
Fuzzbawls Oct 31, 2024
0c395d4
[GA] Bump standard macOS to macos-13
Fuzzbawls Oct 17, 2024
44e38f4
[GA] Use python 3.12 for macos-14 arm64 runners
Fuzzbawls Nov 1, 2024
dc133c8
[CMake] Fix typo in FindMiniupnp.cmake
Fuzzbawls Oct 19, 2024
717728b
Merge #2941: More Dash llmq backports
Fuzzbawls Nov 5, 2024
f255314
Fix banning when local node doesn't have the vvec (#2739)
codablock Mar 5, 2019
924ee8f
Don't be too harsh for invalid CLSIGs (#2742)
codablock Mar 6, 2019
cd1809f
Implement persistence for LLMQ based InstantSend (#2756)
codablock Mar 8, 2019
ed463a6
Do not hold cs_vNodes in CSigSharesManager::SendMessages() for too lo…
UdjinM6 Mar 11, 2019
cc7450d
Use ReleaseNodeVector and CopyNodeVector in PIVX specific code
panleone Nov 5, 2024
149e3e3
Various small cleanups (#2761)
UdjinM6 Mar 11, 2019
9dda5d2
Implement LLMQ based InstantSend (#2735)
codablock Feb 28, 2019
e3c5eef
Multiple fixes/refactorings for ChainLocks (#2765)
codablock Mar 13, 2019
1a52ad0
Fix LogPrintf call in ::DoInvalidateBlock
panleone Nov 5, 2024
846fd9a
Make LLMQ/InstantSend/ChainLocks code less spammy (#2781)
codablock Mar 21, 2019
bd0a3f8
Introduce "qsendrecsigs" to indicate that plain recovered sigs should…
codablock Mar 21, 2019
59dfdc2
update bestChainLockWithKnownBlock in AcceptedBlockHeader
panleone Nov 5, 2024
901976a
Stop tracking interested/participating nodes and send/announce to MNA…
codablock Mar 22, 2019
a32071f
Merge #2942: [GA] Bump standard macOS runners to macos-13
Fuzzbawls Nov 6, 2024
a34f0d3
Merge #2946: Dash LLMQ backports
Fuzzbawls Nov 9, 2024
f4a5a04
cherry pick https://github.com/dashpay/dash/pull/2889
UdjinM6 Nov 10, 2024
e19d72f
Merge #18866: test: Fix verack race to avoid intermittent test failures
May 8, 2020
d73ac82
test: refactor connect_nodes and disconnect_nodes to take two indices…
panleone Nov 11, 2024
17c065d
test: Avoid race after connect_nodes
Aug 27, 2021
77697b8
test: Do not connect the nodes in parallel
panleone Nov 11, 2024
72709b9
test: Avoid connecting a peer to himself
panleone Nov 11, 2024
b3a3d78
Merge bitcoin/bitcoin#25443: test: Fail if connect_nodes fails
laanwj Jun 22, 2022
9beef8d
Merge bitcoin/bitcoin#26854: test: Fix intermittent timeout in p2p_pe…
Jan 12, 2023
e7c21c7
Merge bitcoin/bitcoin#30118: test: improve robustness of connect_nodes()
achow101 May 23, 2024
5374229
Merge bitcoin/bitcoin#30252: test: Remove redundant verack check
fanquake Jun 11, 2024
5f8c06e
test: Add possibility to skip awaiting for the connection
panleone Nov 11, 2024
aab22f6
[Build] Update .gitignore
Fuzzbawls Nov 4, 2024
43b75ca
Declare single-argument (non-converting) constructors "explicit"
Fuzzbawls Aug 30, 2024
1cc9a80
CI: Add extended lint job for cppcheck
Fuzzbawls Aug 30, 2024
a8fae51
Merge #2944: [CMake] Fix typo in FindMiniupnp.cmake
Fuzzbawls Nov 13, 2024
965a4a7
Use lazy BLS signatures more often and don't always verify self-recov…
codablock Apr 11, 2019
dce46ad
Bail out in few more places when blockchain is not synced yet (https:…
UdjinM6 Apr 30, 2019
d2a2d15
Print inputs on which we voted and quorums used for signing (https://…
codablock May 10, 2019
e01ad46
Fix db leaks in LLMQ db (https://github.com/dashpay/dash/pull/2914)
codablock May 13, 2019
44ad484
Optimize LLMQs sending of sig shares (https://github.com/dashpay/dash…
codablock Feb 16, 2019
436300d
Disable optimistic send in PushMessage by default (https://github.co…
codablock Apr 11, 2019
802a933
Don't wake up select if it was already woken up (https://github.com/d…
codablock Apr 12, 2019
be20a71
Remove recovered sigs from the LLMQ db when corresponding IS locks ge…
codablock Aug 12, 2019
af7bb99
Re-verify invalid IS sigs when the active quorum set rotated (https:/…
codablock Aug 12, 2019
c7e2beb
scripted-diff: Refactor llmq type consensus param names (https://gith…
UdjinM6 Sep 24, 2019
c6818fd
Merge #2949: Dash LLMQ backports part 4
Fuzzbawls Nov 15, 2024
bf9617c
Merge #2948: [Tests] Actually wait for nodes to connect
Fuzzbawls Nov 15, 2024
23b140e
Introduce getbestchainlock rpc and fix llmq-is-cl-conflicts.py (#3094)
UdjinM6 Sep 23, 2019
cf138e0
cherry-pick https://github.com/dashpay/dash/pull/3097
PastaPastaPasta Nov 15, 2024
27fa2af
cherry-pick https://github.com/dashpay/dash/pull/3117
PastaPastaPasta Nov 15, 2024
479b64b
Avoid propagating InstantSend related old recovered sigs (#3145)
codablock Oct 16, 2019
802c006
Only track last seen time instead of first and last seen time (#3165)
codablock Oct 23, 2019
5084bbf
Allow re-signing of IS locks when performing retroactive signing (#3219)
codablock Dec 6, 2019
39d0ed9
cherry-pick https://github.com/dashpay/dash/pull/3367
codablock Nov 15, 2024
dac01a9
cherry-pick https://github.com/dashpay/dash/pull/2780
codablock Nov 15, 2024
36790d2
cherry pick https://github.com/dashpay/dash/pull/3368
codablock Nov 15, 2024
d942439
Merge pull request #3389 from codablock/pr_concentrated_recovery
codablock Apr 2, 2020
136f900
cherry-pick https://github.com/dashpay/dash/pull/2833
codablock Nov 15, 2024
a85b450
Merge pull request #3399 from codablock/pr_speedups2
codablock Apr 8, 2020
e0463fb
Merge #2943: [Cleanup] Declare single-argument (non-converting) const…
Fuzzbawls Nov 16, 2024
08eb5bb
Merge #2951: Dash LLMQ backports part 5
Fuzzbawls Jan 11, 2025
0223281
Refactor: Sanitize settings source files
Fuzzbawls Jan 13, 2025
25bad3f
Refactor: Sanitize settings ui forms
Fuzzbawls Jan 13, 2025
50626f5
[Depends] Update Boost source URL
Fuzzbawls Jan 14, 2025
dd02dfd
Use exponential backoff timeouts for recovery (https://github.com/das…
codablock Jun 24, 2020
46e51db
Fix CSigningManager::VerifyRecoveredSig (https://github.com/dashpay/d…
UdjinM6 Jun 24, 2020
902809c
replace `inter-quorum` with `intra-quorum` (https://github.com/dashpa…
PastaPastaPasta Aug 1, 2020
453a74f
Fix two potential issues in the way pending islocks are processed (ht…
UdjinM6 Sep 9, 2020
2f492d4
evo/llmq/spork: Fix various (potential) locking issues (https://githu…
UdjinM6 Nov 28, 2020
595a672
Fix thread names to fit into 15 symbols (https://github.com/dashpay/d…
UdjinM6 Dec 30, 2020
5030255
Merge #2955: [Depends] Update Boost source URL
Fuzzbawls Jan 14, 2025
f71ebf8
Merge #2945: [Build] Update .gitignore
Fuzzbawls Jan 21, 2025
bd0f25c
Merge #2957: [Refactor] Remove 'settings' prefix from GUI settings fi…
Fuzzbawls Jan 21, 2025
aa91905
[Refactor] Nuke the pivx qt subdir
Fuzzbawls Jan 21, 2025
4b4fcf8
Merge #2956: Dash backports
Fuzzbawls Feb 1, 2025
1710df7
Merge #2959: [Refactor] Nuke the pivx qt subdir
Fuzzbawls Feb 1, 2025
3819bbd
Add a Log for when nodestates are cleared for peers
laanwj Jan 29, 2025
9026e67
tests: Correct testcase in script_tests.json for large number OP_EQUA…
laanwj May 17, 2017
2770e5a
Output line to debug.log when IsInitialBlockDownload latches to false…
laanwj Jan 29, 2025
5f84ea2
[net] Added SetSocketNoDelay() utility function (https://github.com/b…
sipa May 18, 2017
74a9381
Bloomfilter: parameter variables made constant (https://github.com/bi…
laanwj May 18, 2017
cc040e2
tests: fix spurious addrman test failure (https://github.com/bitcoin/…
laanwj Jan 29, 2025
399ad8a
[Consensus] Add constant for maximum stack size (https://github.com/b…
sipa May 23, 2017
865b841
[trivial] Fix comment for ForceSetArg() (https://github.com/bitcoin/b…
laanwj Jan 29, 2025
33dbf8d
Remove unused function
Duddino Jan 29, 2025
e2c3f40
[CMake] Add WSL2 support
Fuzzbawls Feb 21, 2025
ab339ae
Make install-params script work when called from other dirs
Duddino Mar 10, 2025
fe90085
[Build] Bump CI runner versions for linux
Fuzzbawls Feb 24, 2025
544544a
Depends: Fix Qt build on GCC 11
Fuzzbawls Mar 12, 2025
af6ad2c
Build: Run libdmg-hfsplus's DMG tool in make deploy
Fuzzbawls Mar 12, 2025
bbf77ed
Build: Replace genisoimage with xorriso
Fuzzbawls Mar 12, 2025
d33549d
Build: remove cdrkit package from depends
Fuzzbawls Mar 12, 2025
5a2f84d
CI: Use Boost 1.74 on Ubuntu 24.04
Fuzzbawls Mar 12, 2025
70161c1
Build: fix native cctools on ubuntu 22.04+
Fuzzbawls Mar 12, 2025
b99b06f
Merge #2965: [CMake] Add WSL2 support
Fuzzbawls Mar 19, 2025
d09af88
Merge #2960: Dash backports2 duddino
Fuzzbawls Mar 19, 2025
0770db5
Merge #2967: [GA] Bump linux runners to 22.04/24.04
Fuzzbawls Apr 1, 2025
b89a9fc
Merge #2966: Make install-params script work when called from other dirs
Fuzzbawls Apr 1, 2025
02b1642
[CI] Pin CMake version to 3.31.6
Fuzzbawls Apr 2, 2025
f4db397
depends: build secondary deps statically
Fuzzbawls Apr 3, 2025
678f261
depends: Purge libtool archives
Fuzzbawls Apr 3, 2025
38f5978
Merge #2968: [CI] Pin CMake version to 3.31.6
Fuzzbawls Apr 22, 2025
3ed1974
GUI: Update PIVX Shield Logos
Fuzzbawls May 7, 2025
50f8701
Build: Remove no longer used old splash images
Fuzzbawls May 7, 2025
ada1bae
Build: Check if Homebrew BDB is actually installed
Fuzzbawls May 8, 2025
f2f456a
CMake: Stop explicitly setting `BerkeleyDB_ROOT_DIR`
Fuzzbawls May 8, 2025
8a21052
CI: Silence brew install warnings
Fuzzbawls May 9, 2025
2af6478
Contrib: Update install_db4.sh
Fuzzbawls May 9, 2025
5865b1e
CI: Build BDB for native runners
Fuzzbawls May 9, 2025
de55dd9
CI: Run configure before cmake on macOS
Fuzzbawls May 9, 2025
18b7faa
[Build] Check for libgmp directly
Fuzzbawls May 8, 2025
fb4fec1
build: disable libxcb extensions
fanquake Aug 2, 2019
22984ab
depends: libXau: configure flags cleanup
fanquake Jul 10, 2019
6ca19a5
depends: libxcb: configure flags cleanup
fanquake Jul 10, 2019
2ca24cc
depends: fontconfig: configure flags cleanup
fanquake Jul 10, 2019
e468f21
depends: qrencode: configure flags cleanup
fanquake Jul 10, 2019
6aecebb
depends: xproto: configure flags cleanup
fanquake Jul 10, 2019
9185414
depends: zeromq: disable draft classes and methods
fanquake Jul 11, 2019
2059c26
build: don't always use --disable-dependency-tracking
Fuzzbawls May 9, 2025
0ff86a1
depends: don't configure xcb_proto
fanquake Dec 8, 2019
1ed639e
build: pass --enable-option-checking to applicable packages
fanquake Oct 11, 2019
98c6066
depends: prune dbus from depends
fanquake Jul 7, 2019
c8a7896
CI: Bump depends cache version
Fuzzbawls May 10, 2025
7585906
[GitHub] Update to issue template forms
Fuzzbawls May 16, 2025
ad61e67
Merge #2970: [CI] Stop relying on system BerkeleyDB packages for nati…
Fuzzbawls Jun 30, 2025
151f6df
Tools: Fix urls to new config.guess/sub
Fuzzbawls Jun 30, 2025
c6072b5
Merge #2977: [Tools] Fix urls to new config.guess/sub
Fuzzbawls Jul 1, 2025
0eb0777
Merge #2969: [GUI] Update PIVX Shield Logos
Fuzzbawls Jul 1, 2025
fa016fd
Merge #2973: [GitHub] Update to issue template forms
Fuzzbawls Jul 1, 2025
4e0fd96
Merge #2971: [Build] Check for libgmp directly
Fuzzbawls Jul 2, 2025
3e4c231
Build: Ubuntu Bionic gmp detection workaround
Fuzzbawls Jul 3, 2025
5e29356
Merge #2972: [Depends] Cleanup package configs
Fuzzbawls Jul 15, 2025
ca99b81
Depends: Add Qt Image Formats
Fuzzbawls May 18, 2025
618ceb0
Build: Add Qt Image Formats detection
Fuzzbawls May 18, 2025
efbe945
GUI: Replace loading gifs with webp animations
Fuzzbawls May 18, 2025
0461fda
CI: Add Qt Image Formats Package
Fuzzbawls May 19, 2025
4240f24
Doc: Add mention of webp
Fuzzbawls May 19, 2025
22b38fc
Merge #2978: [Build] Ubuntu Bionic gmp detection workaround
Fuzzbawls Aug 23, 2025
2e9ce17
Merge #2975: [GUI] Replace gif animations with webp
Fuzzbawls Aug 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 10 additions & 0 deletions .cargo/config.offline
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[source.crates-io]
replace-with = "vendored-sources"

[source."git+https://github.com/PIVX-Project/librustzcash?rev=e7662b23d16c38595ef9ad1f3ae683b1f54dc732"]
git = "https://github.com/PIVX-Project/librustzcash"
rev = "e7662b23d16c38595ef9ad1f3ae683b1f54dc732"
replace-with = "vendored-sources"

[source.vendored-sources]
# The directory for this source is set to RUST_VENDORED_SOURCES by src/Makefile.am
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

77 changes: 77 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
name: "🐛 Bug Report"
description: File a bug report.
title: "[Bug]: "
labels: "Bug"
body:
- type: markdown
attributes:
value: |
Use this form to file a bug report.
- type: textarea
id: what-happened
attributes:
label: What happened?
description: A concise description of what you're experiencing.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: Describe what you expected to happen.
validations:
required: false
- type: textarea
id: reproduce-steps
attributes:
label: Steps to Reproduce
description: How can we reproduce this issue?
placeholder: |
1.
2.
3.
validations:
required: false
- type: dropdown
id: version
attributes:
label: PIVX Core Wallet Version
description: What version of the PIVX Core wallet are you using?
multiple: false
options:
- 5.6.1 (Latest Release)
- 5.6.0
- Github master branch (self-compiled)
- 5.5.0 or below (Unsupported)
default: 0
validations:
required: true
- type: textarea
id: sys-platform
attributes:
label: What OS and system specs are you using?
description: Include OS version, RAM amount, and storage type.
value: |
- OS:
- RAM:
- Storage Type (HDD/SSD):
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will will be automatically formatted into code, so no need for backticks.
render: shell
validations:
required: false
- type: textarea
id: extra-info
attributes:
label: Any additional information or context
description: |
Links? References? Anything that will give us more context about the issue you are encountering!

Tip: You can attach image files by clicking this area to highlight it and then dragging files in.
validations:
required: false
58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/02-feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
name: "\U0001F4A1 Feature Request"
description: Suggest an idea for the PIVX Core wallet.
title: "[Feature Request]: "
labels: "Feature Request"
body:
- type: markdown
attributes:
value: |
Use this form to request additional features and functionality.
- type: textarea
id: problem-related
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: false
- type: textarea
id: feat-solution
attributes:
label: Describe the solution or feature you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: dropdown
id: version
attributes:
label: PIVX Core Wallet Version
description: What version of the PIVX Core wallet are you using?
multiple: false
options:
- 5.6.1 (Latest Release)
- 5.6.0
- Github master branch (self-compiled)
- 5.5.0 or below (Unsupported)
default: 0
validations:
required: true
- type: textarea
id: sys-platform
attributes:
label: What OS and system specs are you using?
description: Include OS version, RAM amount, and storage type.
value: |
- OS:
- RAM:
- Storage Type (HDD/SSD):
validations:
required: true
- type: textarea
id: extra-info
attributes:
label: Any additional information or context
description: |
Links? References? Anything that will give us more context about your request!

Tip: You can attach image files by clicking this area to highlight it and then dragging files in.
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: "\U0001F468‍\U0001F4BB General Community Support"
url: https://discord.pivx.org
about: Please ask general support questions in our discord server.
Loading