Commit Graph

325 Commits (142807af8b82e2372a03df893c50df4f4a96aca4)

Author SHA1 Message Date
Wladimir J. van der Laan a6b1bf6439
Merge #20267: Disable and fix tests for when BDB is not compiled
4 years ago
MarcoFalke 384e090f93
Merge #19509: Per-Peer Message Capture
4 years ago
Samuel Dobson 9deba2de76
Merge #20226: wallet, rpc: add listdescriptors command
4 years ago
Ivan Metlushko 647b81b709 wallet, rpc: add listdescriptors command
4 years ago
Andrew Chow 1194cf9269 Fix wallet_send.py wallet setup to work with descriptors
4 years ago
Andrew Chow fbaea7bfe4 Require legacy wallet for wallet_upgradewallet.py
4 years ago
Andrew Chow b1b679e0ab Explicitly mark legacy wallet tests as such
4 years ago
Bezdrighin 8f0b64fb51 Better error messages for invalid addresses
4 years ago
Troy Giorshev 381f77be85 Add Message Capture Test
4 years ago
Amiti Uttarwar b4dd2ef800 [test] Test the add_outbound_p2p_connection functionality
4 years ago
Amiti Uttarwar 094c3beaa4 [rpc] Remove deprecated "banscore" field from getpeerinfo
4 years ago
Andrew Chow 6c9c12bf87 Update feature_backwards_compatibility for descriptor wallets
4 years ago
Andrew Chow 242aed7cc1 tests: Add a --legacy-wallet that is mutually exclusive with --descriptors
4 years ago
Andrew Chow 586640381a Skip --descriptor tests if sqlite is not compiled
4 years ago
Wladimir J. van der Laan 3caee16946
Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)
4 years ago
Russell Yanofsky c4a29d0a90 Update wallet_multiwallet.py for descriptor and sqlite wallets
4 years ago
Andrew Chow 310b0fde04 Run dumpwallet for legacy wallets only in wallet_backup.py
4 years ago
Pieter Wuille f06e6d0345 tests: functional tests for Schnorr/Taproot/Tapscript
4 years ago
Pieter Wuille 3c226639eb tests: add BIP340 Schnorr signature support to test framework
4 years ago
fanquake 0b2abaa666
Merge #19954: Complete the BIP155 implementation and upgrade to TORv3
4 years ago
Vasil Dimov 353a3fdaad
net: advertise support for ADDRv2 via new message
4 years ago
MarcoFalke 40aab35e98
Merge #19253: Tests: tidy up address.py and segwit_addr.py
4 years ago
Amiti Uttarwar df091b9b50 [refactor] Rename test file to allow any getpeerinfo deprecations.
4 years ago
Wladimir J. van der Laan 8c5f68118c
Merge #18267: BIP-325: Signet [consensus]
4 years ago
Karl-Johan Alm e47ad375bf
test: basic signet tests
4 years ago
Sjors Provoost 92326d8976
[rpc] add send method
4 years ago
John Newbery e4557133f5 [tests] Move bech32 unit tests to test framework
4 years ago
Wladimir J. van der Laan 48c1083632
Merge #19105: Add Muhash3072 implementation in Python
4 years ago
Andrew Chow 3340dbadd3 Remove -zapwallettxes
4 years ago
Samuel Dobson a0e75bd31d
Merge #15937: Add loadwallet and createwallet load_on_startup options
4 years ago
Wladimir J. van der Laan dabab06a1a
Merge #19455: rpc generate: print useful help and error message
4 years ago
Russell Yanofsky 642ad31b41 Add loadwallet and createwallet RPC load_on_startup options
4 years ago
Gleb Naumenko 3bd67ba5a4 Test addr response caching
4 years ago
MarcoFalke f4cfa6d019
Merge #15935: Add <datadir>/settings.json persistent settings storage
4 years ago
MarcoFalke 19aaf7945e
Merge #19423: test: add functional test for txrelay during and after IBD
4 years ago
Fabian Jahr 0e2b400fea
test: Add basic Python/C++ Muhash implementation parity unit test
4 years ago
Fabian Jahr ab30cece0e
test: Move modinv to util and add unit test
4 years ago
gzhao408 cb31ee01b4 [test] feefilter during and after IBD
4 years ago
Russell Yanofsky 9c69cfe4c5 Add <datadir>/settings.json persistent settings storage.
4 years ago
Jon Atack f0aa8aeea5
test: add rpc_generate functional test
4 years ago
MarcoFalke 107b8559c5
Merge #18638: net: Use mockable time for ping/pong, add tests
4 years ago
Jon Atack 8d32d2011d
test: consider generate covered in _get_uncovered_rpc_commands()
4 years ago
Jon Atack dd54e3796e
test: getpeerinfo banscore deprecation test
4 years ago
Ivan Metlushko 8cf9d15b82 test: use pgrep for better compatibility
4 years ago
Samuel Dobson 02b26ba1c1
Merge #19200: rpc: remove deprecated getaddressinfo fields
4 years ago
MarcoFalke fa3365430c
net: Use mockable time for ping/pong, add tests
4 years ago
MarcoFalke 0afbeb73cc
Merge #19153: test: mempool compatibility test
4 years ago
MarcoFalke 5af16a4db7
Merge #16756: test: Connection eviction logic tests
4 years ago
gzhao408 4ef80f0827 [test] sending invalid msgs to node with bloomfilters=0 causes disconnect
4 years ago
Ivan Metlushko 16d4b3fd6d test: mempool.dat compatibility between versions
4 years ago