15505 Commits (9587a9c12b5d54263787a23c75f570db368318c1)
 

Author SHA1 Message Date
João Barbosa 7a5f9303a9 Avoid slow transaction search with txindex enabled 7 years ago
Wladimir J. van der Laan 13f53b750d
Merge #11527: Remove my testnet DNS seed as I currently don't have the capacity to … 7 years ago
Russell Yanofsky 478a89c1ef Avoid opening copied wallet databases simultaneously 7 years ago
Wladimir J. van der Laan b9e1299f04
Merge #11521: travis: move back to the minimal image 7 years ago
Andreas Schildbach 132d3225f3 Remove my testnet DNS seed as I currently don't have the capacity to keep it up to date. 7 years ago
MeshCollider c098c58196 Wrap dumpwallet warning and note scripts aren't dumped 7 years ago
Thomas Snider ff35de8f03 [ui] Add toggle for unblinding password fields 7 years ago
Cory Fields 3d1c31126b Revert "travis: filter out pyenv" 7 years ago
Cory Fields a86e81b78f travis: move back to the minimal image 7 years ago
Wladimir J. van der Laan 02ac8c892b
Merge #11452: Improve ZMQ functional test 7 years ago
Wladimir J. van der Laan 937613d215
Merge #11467: Fix typos. Use nullptr instead of NULL. 7 years ago
Wladimir J. van der Laan 6759a24eaa
Merge #11472: qa: Make tmpdir option an absolute path, misc cleanup 7 years ago
Wladimir J. van der Laan 50d72b3570
Merge #11495: [trivial] Make namespace explicit for is_regular_file 7 years ago
Wladimir J. van der Laan a1d78b59fc
Merge #11006: Improve shutdown process 7 years ago
Wladimir J. van der Laan 2ca518deff
Merge #11486: [tests] Add uacomment tests 7 years ago
Wladimir J. van der Laan b645f368f2
Merge #11492: [wallet] Fix leak in CDB constructor 7 years ago
Wladimir J. van der Laan ffa5159cef
Merge #11508: Fix crash via division by zero assertion 7 years ago
Pieter Wuille 26fee4f6bd
Merge #11062: [mempool] Mark mempool import fails that were found in mempool as 'already there' 7 years ago
Aaron Clauson 7383d77264 Updated instructions for Windows 10 Fall Creators Update. 7 years ago
MarcoFalke 808c84f89d
Merge #11483: Fix importmulti bug when importing an already imported key 7 years ago
MarcoFalke 14b860bf64
Merge #11513: [trivial] [tests] A few Python3 tidy ups 7 years ago
Aaron Golliver 6b1891e2c0 Add Sent and Received information to the debug menu peer list 7 years ago
Aaron Golliver 8e4aa35ffb move human-readable byte formatting to guiutil 7 years ago
John Newbery f893085325 [tests] Don't subclass from object for Python 3 7 years ago
John Newbery 8f9e3627ef [tests] authproxy.py: tidy up __init__() 7 years ago
John Newbery 323d8f61e9 [tests] fix flake8 warnings in authproxy.py 7 years ago
John Newbery fc0176d01e [tests] use python3 for authproxy.py 7 years ago
donaloconnor b296bf1496 Init: Remove redundant exit(EXIT_FAILURE) instances and replace with return false 7 years ago
Jonas Schnelli 207408b088
Fix crash via division by zero assertion 7 years ago
Jonas Schnelli 2c66cea2d1
Merge #11496: [Trivial] Add missing comma from rescanblockchain example 7 years ago
Aaron Clauson e0fc4a7356 Updated Windows build doc for WSL/Xenial workarounds. 7 years ago
Pieter Wuille 6ab0e4cf49
Merge #10672: Avoid division by zero in the case of a corrupt estimates file 7 years ago
João Barbosa 7104de8b1f [wallet] Fix leak in CDB constructor 7 years ago
MeshCollider a38bfbc51d Add wallet backup text to import*, add* and dumpwallet RPCs 7 years ago
MeshCollider 43f76f6acd Add missing comma from rescanblockchain 7 years ago
Matt Corallo 89f03120a0 Remove redundant pwallet nullptr check 7 years ago
Matt Corallo c4784b5065 Add a dev notes document describing the new wallet RPC blocking 7 years ago
Matt Corallo 3ea8b75281 Give ZMQ consistent order with UpdatedBlockTip on scheduler thread 7 years ago
Matt Corallo cb06edf938 Fix wallet RPC race by waiting for callbacks in sendrawtransaction 7 years ago
Matt Corallo e545dedf72 Also call other wallet notify callbacks in scheduler thread 7 years ago
Matt Corallo 17220d6325 Use callbacks to cache whether wallet transactions are in mempool 7 years ago
Matt Corallo 5d67a7868d Add calls to CWallet::BlockUntilSyncedToCurrentChain() in RPCs 7 years ago
Matt Corallo 5ee3172636 Add CWallet::BlockUntilSyncedToCurrentChain() 7 years ago
Matt Corallo 0b2f42d737 Add CallFunctionInQueue to wait on validation interface queue drain 7 years ago
Matt Corallo 2b4b34503f Add ability to assert a lock is not held in DEBUG_LOCKORDER 7 years ago
Matt Corallo 0343676ce3 Call TransactionRemovedFromMempool in the CScheduler thread 7 years ago
Matt Corallo a7d3936de8 Add a CValidationInterface::TransactionRemovedFromMempool 7 years ago
Pieter Wuille 326a5652e0
Merge #11456: Replace relevant services logic with a function suite. 7 years ago
Jonas Schnelli 8c2de827e9
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>" 7 years ago
John Newbery f4c4e38884 [trivial] Make namespace explicit for is_regular_file 7 years ago