Commit Graph

45 Commits (e116b9747d083bf269f1e1c67295b57d700d9dbd)

Author SHA1 Message Date
fanquake ffdab41f94
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* changes
3 years ago
MarcoFalke fa62207737
test: Return the largest utxo in MiniWallet.get_utxo
3 years ago
MarcoFalke fac23c2114
scripted-diff: Bump copyright headers
3 years ago
Sebastian Falbesoner 041abfebe4 test: MiniWallet: add P2TR support and use it per default
3 years ago
Sebastian Falbesoner d2c4904ef7 test: MiniWallet: more deterministic coin selection for coinbase UTXOs (oldest first)
3 years ago
MarcoFalke 2e82af46e2
Merge bitcoin/bitcoin#23207: test: Delete generate* calls from TestNode
3 years ago
W. J. van der Laan 991753e4d5
Merge bitcoin/bitcoin#23118: test: refactor: introduce `script_util` helper for creating P2PK scripts
3 years ago
MarcoFalke b4437d7dfe
Merge bitcoin/bitcoin#23210: test: Replace satoshi_round with int() or Decimal()
3 years ago
MarcoFalke fa2ac5881e
test: Replace satoshi_round with int() or Decimal()
3 years ago
MarcoFalke fa3ab7b5b1
test: Avoid RPC roundtrip in MiniWallet get_descriptor()
3 years ago
MarcoFalke fac62e6ff5
test: Delete generate* calls from TestNode
3 years ago
Sebastian Falbesoner 429b49378e test: introduce script_util helper for creating P2PK scripts
3 years ago
Sebastian Falbesoner 6fc2cd3f09 test: introduce helper to create random P2WPKH scriptPubKeys
3 years ago
Sebastian Falbesoner aa26797f69 test: MiniWallet: add `send_to` method to create arbitrary txouts
3 years ago
W. J. van der Laan 01b5cfb951
Merge bitcoin/bitcoin#23047: test: Use MiniWallet in mempool_persist
3 years ago
merge-script ae674a0198
Merge bitcoin/bitcoin#22998: test: use MiniWallet for make_utxo helper in feature_rbf.py
3 years ago
MarcoFalke faca688a85
test: Add MiniWallet get_descriptor function
3 years ago
MarcoFalke fa7e3f1fc1
test: Replace MiniWallet scan_blocks with rescan_utxos
3 years ago
Sebastian Falbesoner f680d27155 test: use MiniWallet for make_utxo helper in feature_rbf.py
3 years ago
MarcoFalke fac66d0a39
test: Simplify p2p_blocksonly test with new miniwallet rescan_utxos method
3 years ago
glozow 2b6b26e57c [test] parameterizable fee for make_chain and create_child_with_parents
3 years ago
glozow 313c09f7b7 [test] helper function to increase transaction weight
3 years ago
glozow f8253d69d6 extract/rename helper functions from rpc_packages.py
3 years ago
Sebastian Falbesoner ca6c154ef1 test: refactor: remove `hex_str_to_bytes` helper
3 years ago
MarcoFalke 74013641e0
Merge bitcoin/bitcoin#22089: test: MiniWallet: fix fee calculation for P2PK and check tx vsize
3 years ago
MarcoFalke faff3f35b7
test: Add txin.sequence option to MiniWallet
3 years ago
Sebastian Falbesoner d6d2ab9845 test: MiniWallet: fix fee calculation for P2PK and check tx vsize
3 years ago
Sebastian Falbesoner ce024b1c0e test: MiniWallet: force P2PK signature to have fixed size (71 bytes)
3 years ago
fanquake 8bfcba36db
test: convert docs into type annotations in test_framework/wallet.py
4 years ago
Darius Parvin a3f0cbf82d test: run mempool_reorg.py even with wallet disabled
4 years ago
Sebastian Falbesoner 6cebac598e test: MiniWallet: introduce enum type for output mode
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 fa066f1b66
test: Run feature_cltv with MiniWallet
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 4973c5175c
test: Remove wallet dependency of utxo set hash test
4 years ago
MarcoFalke faa137eb9e
test: Speed up rpc_blockchain.py by removing miniwallet.generate()
4 years ago
MarcoFalke fa0aa87071
rpc: Return wtxid from testmempoolaccept
4 years ago
MarcoFalke faabc26a61
test: Replace getmempoolentry with testmempoolaccept in MiniWallet
4 years ago
Michael Dietz 21f2433601 test: run mempool_spend_coinbase.py even with wallet disabled
4 years ago
MarcoFalke fa56e866e8
test: Run rpc_txoutproof.py even with wallet disabled
4 years ago
MarcoFalke faba790bd4
test: MiniWallet: Default fee_rate in send_self_transfer, Pass in utxo_to_spend
4 years ago
MarcoFalke fa65a11d0c
test: bugfix: Actually pick largest utxo
4 years ago
MarcoFalke fa188c9c59
test: Use MiniWalet in p2p_feefilter
4 years ago