15771 Commits (180a25596a29a553164266b882290fde6185cc0d)
 

Author SHA1 Message Date
practicalswift 13a81b19df Add quotes to variable assignment (as requested by @TheBlueMatt) 7 years ago
practicalswift 683b9d280b Fix valid path output 7 years ago
practicalswift 193c2fb4c8 Use bash instead of POSIX sh. POSIX sh does not support arrays. 7 years ago
practicalswift 80f5f28d38 Fix incorrect quoting of quotes (the previous quotes had no effect beyond unquoting) 7 years ago
practicalswift 564a172dfd Add required space to [[ -n "$1" ]] (previously [[ -n"$1" ]]) 7 years ago
practicalswift 1e44ae0e19 Add error handling: exit if cd fails 7 years ago
practicalswift b9e79ab415 Remove "\n" from echo argument. echo does not support escape sequences. 7 years ago
practicalswift f6b3382fa3 Remove unused variables 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
Matt Corallo 15f5d3b172 Switch DNSSeed-needed metric to any-automatic-nodes, not services 7 years ago
Matt Corallo 5ee88b4bde Clarify docs for requirements/handling of addnode/connect nodes 7 years ago