15632 Commits (fa4c16d2e72a8ec1032da49a68c9913c2595dbfe)
 

Author SHA1 Message Date
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
Matt Corallo 57edc0b0c8 Rename fAddnode to a more-descriptive "manual_connection" 7 years ago
Matt Corallo 44407100ff Replace relevant services logic with a function suite. 7 years ago
MarcoFalke fafa003970 qa: Remove never used return value of sync_with_ping 7 years ago
MarcoFalke fa9de370b1 qa: Make tmpdir option an absolute path 7 years ago
practicalswift fe862c5ad4 Avoid division by zero in the case of a corrupt estimates file 7 years ago
Pieter Wuille 424be03305
Merge #10099: Slightly Improve Unit Tests for Checkqueue 7 years ago
Wladimir J. van der Laan 470c730e3f
Merge #10898: Fix invalid checks (NULL checks after dereference, redundant checks, etc.) 7 years ago
Jonas Schnelli 7a91ceb5e0
[QA] Add RPC based rescan test 7 years ago
Jonas Schnelli c77170fbdb
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command 7 years ago
Eelis 28f8b66577 Diagnose unsuitable outputs in lockunspent(). 7 years ago
Wladimir J. van der Laan f74459dba6
Merge #11277: Fix uninitialized URI in batch RPC requests 7 years ago
Wladimir J. van der Laan 3bb77ebee6
Merge #11073: Remove dead store in ecdsa_signature_parse_der_lax. 7 years ago
Wladimir J. van der Laan a865b38bf3
Merge #11133: Document assumptions that are being made to avoid division by zero 7 years ago
Cristian Mircea Messel c5dfa90aab [tests] Add uacomment tests 7 years ago
Pieter Wuille 487aff4218 Check subtree consistency in Travis 7 years ago
Pieter Wuille e1d0cc23a9 Improve git-subtree-check.sh 7 years ago
Wladimir J. van der Laan 892809309c
Merge #11420: Bump univalue subtree and fix json formatting in tests 7 years ago
Pedro Branco a44a215177 Fix importmulti bug when importing an already imported key 7 years ago
Wladimir J. van der Laan 364da2c529
Merge #10941: Add blocknotify and walletnotify functional tests 7 years ago
Wladimir J. van der Laan fef65c4f5e
Merge #11113: [net] Ignore getheaders requests for very old side blocks 7 years ago
Wladimir J. van der Laan 0e3a411351
Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is checked that no money... 7 years ago
João Barbosa cc9ee809ad Improve ZMQ functional test 7 years ago
João Barbosa 857b32b4b2 [tests] Add -walletnotify functional test 7 years ago
João Barbosa df18d29a02 [tests] Add -blocknotify functional test 7 years ago
John Newbery 9c72a464f8 [tests] Tidy up forknotify.py 7 years ago