Commit Graph

2830 Commits (fa7e407b504bc60c77341f02636ed9d6a4b53d79)

Author SHA1 Message Date
John Newbery 58bd369b0d scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
4 years ago
Samuel Dobson 56d47e19ed
Merge #19619: Remove wallet.dat path handling from wallet.cpp, rpcwallet.cpp
4 years ago
Benoit Verret 637d8bce74 Change FILE_CHAR_BLOCKLIST to FILE_CHARS_DISALLOWED
4 years ago
Fabian Jahr 56b018ca7f
test: Fix flaky wallet_basic test
4 years ago
Wladimir J. van der Laan 23d3ae7acc
Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` and `-getinfo`
4 years ago
Russell Yanofsky 7bf6dfbb48 wallet: Remove path checking code from bitcoin-wallet tool
4 years ago
Russell Yanofsky 77d5bb72b8 wallet: Remove path checking code from createwallet RPC
4 years ago
Russell Yanofsky a987438e9d wallet: Remove path checking code from loadwallet RPC
4 years ago
Russell Yanofsky 3c815cfe54 wallet: Remove Verify and IsLoaded methods
4 years ago
Wladimir J. van der Laan bd60a9a8ed
Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan warning
4 years ago
Wladimir J. van der Laan 4053de04e2
Merge #19859: qa: Fixes failing functional test by changing version
4 years ago
fanquake 136fe4c5e9
Merge #19816: test: Rename wait until helper to wait_until_helper
4 years ago
fanquake 9876ab8c74
Merge #19844: remove usage of boost::bind
4 years ago
nthumann 6de9429087
qa: Changes v0.17.1 to v0.17.2
4 years ago
Wladimir J. van der Laan 505b39e72b
Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processing
4 years ago
Wladimir J. van der Laan 48c1083632
Merge #19105: Add Muhash3072 implementation in Python
4 years ago
fanquake e36f802fa4
lint: add C++ code linter
4 years ago
fanquake a1d14f522c
Merge #19671: wallet: Remove -zapwallettxes
4 years ago
Wladimir J. van der Laan e796fdd4cb
Merge #19507: Expand functional zmq transaction tests
4 years ago
Andrew Chow 3340dbadd3 Remove -zapwallettxes
4 years ago
MarcoFalke 89a8299a14
Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining,zmq,rpcdump)
4 years ago
MarcoFalke c1e0c2ad3b
Merge #19813: util, ci: Hard code previous release tarball checksums
4 years ago
Samuel Dobson f98872f127
Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock manually selected coins
4 years ago
fanquake f89b4f895f
Merge #19830: test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFiles
4 years ago
Hennadii Stepanov 0374e821bd
util: Hard code previous release tarball checksums
4 years ago
Hennadii Stepanov bd897ce79f
scripted-diff: Move previous_release.py to test/get_previous_releases.py
4 years ago
MarcoFalke baf9cedee8
Merge #18817: doc: Document differences in bitcoind and bitcoin-qt locale handling
4 years ago
MarcoFalke fa1fc536bb
test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFiles
4 years ago
practicalswift ca185cf5a1 doc: Document differences in bitcoind and bitcoin-qt locale handling
4 years ago
Jon Atack 7984c39be1
test framework: serialize/deserialize inv type as unsigned int
4 years ago
MarcoFalke fa1cd9e1dd
test: Remove unused lock arg from BitcoinTestFramework.wait_until
4 years ago
MarcoFalke fad2794e93
test: Rename wait until helper to wait_until_helper
4 years ago
MarcoFalke facb41bf1d
test: Remove unused p2p_lock in VersionBitsWarningTest
4 years ago
MarcoFalke 28f4e53e16
Merge #19752: test: Update wait_until usage in tests not to use the one from utils
4 years ago
MarcoFalke 30568d3f1e
Merge #19778: test: Fix intermittent issue in wallet_bumpfee
4 years ago
Seleme Topuz d841301010 test: Add docstring to wait_until() in util.py to warn about its usage
4 years ago
Seleme Topuz 1343c86c7c test: Update wait_until usage in tests not to use the one from utils
4 years ago
Jon Atack aa3621385e
test: use CInv::MSG_WITNESS_TX flag in p2p_segwit
4 years ago
fanquake e80e5b3e4f
Merge #19760: test: Remove confusing mininode terminology
4 years ago
John Newbery d5800da519 [test] Remove final references to mininode
4 years ago
Jon Atack 581b343d5b
Add in/out connections to cli -getinfo
4 years ago
Jon Atack 1ab49b81cf
Add in/out connections to rpc getnetworkinfo
4 years ago
Wladimir J. van der Laan 7f609f68d8
Merge #19731: net, rpc: expose nLastBlockTime/nLastTXTime as last block/last_transaction in getpeerinfo
4 years ago
MarcoFalke fafc9d5af4
test: Fix intermittent issue in wallet_bumpfee
4 years ago
MarcoFalke fa347b2f25
test: Select at least the fee in wallet_bumpfee to avoid negative amounts
4 years ago
MarcoFalke 1d53d72948
Merge #19659: Add a seed corpus generation option to the fuzzing test_runner
4 years ago
Antoine Poinsot 15ae4a17c4
test/fuzz: add a seed corpus generation option to the test_runner
4 years ago
John Newbery 5e8df3312e test: resort imports
4 years ago
John Newbery 85165d4332 scripted-diff: Rename mininode to p2p
4 years ago
John Newbery 9e2897d020 scripted-diff: Rename mininode_lock to p2p_lock
4 years ago