Commit Graph

2819 Commits (bd60a9a8edd4a3fe2f4f605b77cdae34969eaaf2)

Author SHA1 Message Date
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
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
MarcoFalke d254e6e795
Merge #19722: test: Add test for getblockheader verboseness
4 years ago
Wladimir J. van der Laan 27eeb0337b
Merge #19550: rpc: Add getindexinfo RPC
4 years ago
Dhruv Mehta ed5cd12869 test: Distinguish between nodes(bitcoind) and peers(mininodes) in p2p_leak.py
4 years ago
Dhruv Mehta f6f082b934 test: remove `CNodeNoVersionIdle` from p2p_leak.py
4 years ago
Dhruv Mehta 45cf55ccac test: remove `CNodeNoVersionMisbehavior` from p2p_leak.py
4 years ago
Karl-Johan Alm 7e31ea9fa0
-maxapsfee: follow-up fixes
4 years ago
Karl-Johan Alm 72ae20fc14
tests: add sync_all to fix race condition in wallet groups test
4 years ago
Torhte Butler 5067c5acc3 [test] Add test for getblockheader verboseness
4 years ago
Samuel Dobson c831e105c5
Merge #14582: wallet: always do avoid partial spends if fees are within a specified range
4 years ago
Fabian Jahr c447b09458
test: Add tests for getindexinfo RPC
4 years ago
MarcoFalke a57af897ec
Merge #19564: test: p2p_feefilter improvements (logging, refactoring, speedup)
4 years ago