Commit Graph

764 Commits (d197977ae2076903ed12ab7616a7f93e88be02e1)

Author SHA1 Message Date
MarcoFalke e172ea8804
Merge bitcoin/bitcoin#22210: test: Use MiniWallet in test_no_inherited_signaling RBF test
3 years ago
MarcoFalke fab7e99c2a
test: Use MiniWallet in test_no_inherited_signaling RBF test
3 years ago
MarcoFalke faff3f35b7
test: Add txin.sequence option to MiniWallet
3 years ago
Sebastian Falbesoner 01eedf3821 test: doc: improve doc for chain_transaction() helper
3 years ago
Sebastian Falbesoner 6e63e366d6 test: refactor: dedup utility function chain_transaction()
3 years ago
W. J. van der Laan 3c393ef9e1
Merge bitcoin/bitcoin#22149: test: Add temporary logging to debug #20975
3 years ago
MarcoFalke faa94961d6
test: Add temporary logging to debug #20975
3 years ago
fanquake 68ace23fa3
test: convert docs into type annotations in test_framework/test_node.py
4 years ago
fanquake 8bfcba36db
test: convert docs into type annotations in test_framework/wallet.py
4 years ago
fanquake b043ca8e8b
test: convert docs into type annotations in test_framework/util.py
4 years ago
Darius Parvin a3f0cbf82d test: run mempool_reorg.py even with wallet disabled
4 years ago
MarcoFalke c5ee0cc11a
Merge bitcoin/bitcoin#21989: test: Use COINBASE_MATURITY in functional tests
4 years ago
MarcoFalke d7a6bba949
Merge bitcoin/bitcoin#22103: test: Fix IPv6 check on BSD systems
4 years ago
nthumann 2be3572506
test: Fix IPv6 check on BSD systems
4 years ago
Sebastian Falbesoner 6cebac598e test: MiniWallet: introduce enum type for output mode
4 years ago
Kiminuo 525448df9d Move COINBASE_MATURITY from `feature_nulldummy` test to `blocktools`.
4 years ago
Sebastian Falbesoner dc7eb64e83 test: MiniWallet: add P2PK support
4 years ago
Sebastian Falbesoner 2eca46b0aa test: use MiniWallet for feature_csv_activation.py
4 years ago
MarcoFalke 779aaa7f03
Merge bitcoin/bitcoin#21754: test: Run feature_cltv with MiniWallet
4 years ago
W. J. van der Laan 2b45cf0bcd
Merge bitcoin/bitcoin#19521: Coinstats Index
4 years ago
MarcoFalke fad6269916
test: Assert that exit code indicates failure
4 years ago
MarcoFalke fa066f1b66
test: Run feature_cltv with MiniWallet
4 years ago
MarcoFalke fb66dbe786
Merge bitcoin/bitcoin#21762: test: Speed up mempool_spend_coinbase.py
4 years ago
MarcoFalke faa51ef4d3
test: Fix intermittent issue in p2p_addr_relay.py
4 years ago
MarcoFalke fa29382ab2
test: Fix test cache issue
4 years ago
MarcoFalke fa085b470a
test: Create MiniWallet.create_self_transfer
4 years ago
MarcoFalke fa1bedb494
test: Add MiniWallet.sendrawtransaction
4 years ago
Fabian Jahr e0938c2909
test: Add tests for block_info in gettxoutsetinfo
4 years ago
Fabian Jahr 6a4c0c09ab
test: Add functional test for Coinstats index
4 years ago
Andrew Chow 41f891da50 tests: Skip SQLite fsyncs while testing
4 years ago
MarcoFalke 1c7be9ab90
Merge #20286: rpc: deprecate `addresses` and `reqSigs` from rpc outputs
4 years ago
MarcoFalke 9b48b3ac42
Merge #21390: test: Test improvements for UTXO set hash tests
4 years ago
MarcoFalke ed49203daa
Merge #21357: test: Unconditionally check for fRelay field in test framework
4 years ago
Troy Giorshev 39a9ec579f Unconditionally check for fRelay field in test framework
4 years ago
Fabian Jahr 4973c5175c
test: Remove wallet dependency of utxo set hash test
4 years ago
Michael Dietz 085b3a7299
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
4 years ago
Pieter Wuille fe5e495c31 Use Bech32m encoding for v1+ segwit addresses
4 years ago
fanquake fbf5d16238
Merge #21246: doc: Correction for VerifyTaprootCommitment comments
4 years ago
Russell O'Connor 6a0a6e7d05 Correction for VerifyTaprootCommitment comments
4 years ago
MarcoFalke c0e44ee8e4
Merge #21254: test: Avoid connecting to real network when running tests
4 years ago
Wladimir J. van der Laan 2059d32edb
Merge #21200: test: Speed up rpc_blockchain.py by removing miniwallet.generate()
4 years ago
Sjors Provoost 2655197e1c
rpc: add external_signer option to createwallet
4 years ago
Sjors Provoost f7eb7ecc67
test: framework: add skip_if_no_external_signer
4 years ago
MarcoFalke fa730e9157
test: Avoid connecting to real network when running tests
4 years ago
Wladimir J. van der Laan b805dbb0b9
Merge #19809: log: Prefix log messages with function name and source code location if -logsourcelocations is set
4 years ago
John Newbery 9f21ed4037 [test] Check user agent string from test framework connections
4 years ago
John Newbery 9ce4c3c4c1 [test] Add P2P_SERVICES to p2p.py
4 years ago
John Newbery 010542614d [test] Move MY_RELAY to p2p.py
4 years ago
John Newbery 9b4054cb7a [test] Move MY_SUBVERSION to p2p.py
4 years ago
John Newbery 7e158a6910 [test] Move MY_VERSION to p2p.py
4 years ago