Commit Graph

69 Commits (6cbf2e5f8197e51b8f3d789ba9f5874a2fd7b93a)

Author SHA1 Message Date
Ava Chow 902dd14382
Merge bitcoin/bitcoin#30493: policy: enable full-rbf by default
3 months ago
Peter Todd 590456e3f1 policy: enable full-rbf by default
3 months ago
Hennadii Stepanov a0473442d1
scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`
4 months ago
Sebastian Falbesoner 8950053636 test: remove unneeded `-maxorphantx=1000` settings
6 months ago
MarcoFalke faf4315c88
test: Return dict in MiniWallet::send_to
2 years ago
MarcoFalke fa88c043d1
test: Fix intermittent feature_rbf issue
2 years ago
kouloumos 0377d6bb42 test: add `rescan_utxos` in MiniWallet's initialization
2 years ago
Hennadii Stepanov 306ccd4927
scripted-diff: Bump copyright headers
2 years ago
MacroFake 555519d082
test: Remove wallet option from non-wallet tests
2 years ago
glozow 1dc03dda05
[doc] remove non-signaling mentions of BIP125
2 years ago
MacroFake fa0404dbb7
scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCE
2 years ago
Antoine Riard 1056bbdfcd Address comments remaining from #25353
2 years ago
MacroFake a7f3479ba3
Merge bitcoin/bitcoin#25353: Add a `-mempoolfullrbf` node setting
2 years ago
Antoine Riard 3e27e31727 Introduce `mempoolfullrbf` node setting.
2 years ago
MacroFake fad690ba0a
test: Remove -acceptnonstdtxn=1 from feature_rbf.py
2 years ago
MacroFake fa04ff61b6
test: Return new_utxos from create_self_transfer_multi in MiniWallet
2 years ago
MacroFake f52d074363
Merge bitcoin/bitcoin#25439: rpc: Return incrementalrelayfee in getmempoolinfo
2 years ago
MacroFake fafee78188
rpc: Return incrementalrelayfee in getmempoolinfo
2 years ago
MacroFake fa8421bc5b
test: Remove from_node from create_self_transfer* MiniWallet helpers
2 years ago
MacroFake fa779de665
test: Remove MiniWallet mempool_valid option
2 years ago
James O'Beirne 687addaf13 test: add BIP-125 rule 5 testcase with default mempool
2 years ago
Sebastian Falbesoner b24f6c6855 test: MiniWallet: support default `from_node` for creating txs
3 years ago
Sebastian Falbesoner 2f79786822 test: refactor: add constant for sequence number `SEQUENCE_FINAL`
3 years ago
Sebastian Falbesoner 84bc35d7a5 test: feature_rbf.py: check specified wallet type availability
3 years ago
fanquake ffdab41f94
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* changes
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
lsilva01 7b3c9e4ee8 Make explicit the node param in init_wallet()
3 years ago
Shubhankar 74c0d81b46 test: use miniwallet in test_rpc() function in feature_rbf.py
3 years ago
Sebastian Falbesoner aa26797f69 test: MiniWallet: add `send_to` method to create arbitrary txouts
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 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
Sebastian Falbesoner 0f27524602 test: scale amounts in test_doublespend_tree down by factor 10
3 years ago
Sebastian Falbesoner d1e2481274 test: scale amounts in test_doublespend_chain down by factor 10
3 years ago
MarcoFalke fa2e9de59f
test: Check that non-signaling BIP125 tx can be replaced via parent
3 years ago
MarcoFalke fab2e23b57
Use generate* from TestFramework
3 years ago
Sebastian Falbesoner aa02c64540 test: use MiniWallet for simple doublespend test in feature_rbf.py
3 years ago
Sebastian Falbesoner a3f6397c73 test: feature_rbf.py: make MiniWallet instance available for all sub-tests
3 years ago
Sebastian Falbesoner 84c874794c test: remove unneeded initialization code in feature_rbf.py
3 years ago
Antoine Riard c4ddee64c7 test: Add test for replacement relay fee check
3 years ago
Sebastian Falbesoner a79396fe5f test: remove `ToHex` helper, use .serialize().hex() instead
3 years ago
MarcoFalke fa7d71f270
test: Run pep-8 on touched test
3 years ago
MarcoFalke fab7e99c2a
test: Use MiniWallet in test_no_inherited_signaling RBF test
3 years ago
MarcoFalke fab871f649
test: Remove unused generate() from test
3 years ago
MarcoFalke 82bc7faec8
Merge bitcoin/bitcoin#21946: Document and test lack of inherited signaling in RBF policy
3 years ago
Kiminuo bfa9309ad6 Use COINBASE_MATURITY constant in functional tests.
3 years ago
Antoine Riard 906b6d9da6 test: Extend feature_rbf.py with no inherited signaling
4 years ago
Michael Dietz 085b3a7299
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
4 years ago
MarcoFalke fa0074e2d8
scripted-diff: Bump copyright headers
4 years ago