15261 Commits (564a172dfdce5d0c234c271a7a521ef440ff5565)
 

Author SHA1 Message Date
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
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
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
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
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 43f76f6acd Add missing comma from rescanblockchain 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
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
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 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
Wladimir J. van der Laan 5a9da37fb3
Merge #11469: fix typo in comment of chain.cpp 7 years ago