Age | Commit message (Expand) | Author |
2024-08-05 | Merge bitcoin/bitcoin#30493: policy: enable full-rbf by default | Ava Chow |
2024-08-02 | policy: enable full-rbf by default | Peter Todd |
2024-07-16 | scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()` | Hennadii Stepanov |
2024-05-17 | test: remove unneeded `-maxorphantx=1000` settings | Sebastian Falbesoner |
2023-05-12 | test: Return dict in MiniWallet::send_to | MarcoFalke |
2023-01-21 | test: Fix intermittent feature_rbf issue | MarcoFalke |
2023-01-16 | test: add `rescan_utxos` in MiniWallet's initialization | kouloumos |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-11-10 | test: Remove wallet option from non-wallet tests | MacroFake |
2022-08-04 | [doc] remove non-signaling mentions of BIP125 | glozow |
2022-07-12 | scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCE | MacroFake |
2022-07-11 | Address comments remaining from #25353 | Antoine Riard |
2022-07-08 | Merge bitcoin/bitcoin#25353: Add a `-mempoolfullrbf` node setting | MacroFake |
2022-07-06 | Introduce `mempoolfullrbf` node setting. | Antoine Riard |
2022-07-06 | test: Remove -acceptnonstdtxn=1 from feature_rbf.py | MacroFake |
2022-06-27 | test: Return new_utxos from create_self_transfer_multi in MiniWallet | MacroFake |
2022-06-27 | Merge bitcoin/bitcoin#25439: rpc: Return incrementalrelayfee in getmempoolinfo | MacroFake |
2022-06-21 | rpc: Return incrementalrelayfee in getmempoolinfo | MacroFake |
2022-06-21 | test: Remove from_node from create_self_transfer* MiniWallet helpers | MacroFake |
2022-06-13 | test: Remove MiniWallet mempool_valid option | MacroFake |
2022-06-02 | test: add BIP-125 rule 5 testcase with default mempool | James O'Beirne |
2022-01-11 | test: MiniWallet: support default `from_node` for creating txs | Sebastian Falbesoner |
2022-01-11 | test: refactor: add constant for sequence number `SEQUENCE_FINAL` | Sebastian Falbesoner |
2021-12-08 | test: feature_rbf.py: check specified wallet type availability | Sebastian Falbesoner |
2021-11-16 | Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha... | fanquake |
2021-11-10 | scripted-diff: Bump copyright headers | MarcoFalke |
2021-11-09 | test: MiniWallet: add P2TR support and use it per default | Sebastian Falbesoner |
2021-10-20 | Make explicit the node param in init_wallet() | lsilva01 |
2021-09-29 | test: use miniwallet in test_rpc() function in feature_rbf.py | Shubhankar |
2021-09-27 | test: MiniWallet: add `send_to` method to create arbitrary txouts | Sebastian Falbesoner |
2021-09-21 | Merge bitcoin/bitcoin#22998: test: use MiniWallet for make_utxo helper in fea... | merge-script |
2021-09-20 | test: Replace MiniWallet scan_blocks with rescan_utxos | MarcoFalke |
2021-09-16 | test: use MiniWallet for make_utxo helper in feature_rbf.py | Sebastian Falbesoner |
2021-09-16 | test: scale amounts in test_doublespend_tree down by factor 10 | Sebastian Falbesoner |
2021-09-16 | test: scale amounts in test_doublespend_chain down by factor 10 | Sebastian Falbesoner |
2021-08-30 | test: Check that non-signaling BIP125 tx can be replaced via parent | MarcoFalke |
2021-08-19 | Use generate* from TestFramework | MarcoFalke |
2021-07-28 | test: use MiniWallet for simple doublespend test in feature_rbf.py | Sebastian Falbesoner |
2021-07-27 | test: feature_rbf.py: make MiniWallet instance available for all sub-tests | Sebastian Falbesoner |
2021-07-15 | test: remove unneeded initialization code in feature_rbf.py | Sebastian Falbesoner |
2021-06-30 | test: Add test for replacement relay fee check | Antoine Riard |
2021-06-21 | test: remove `ToHex` helper, use .serialize().hex() instead | Sebastian Falbesoner |
2021-06-10 | test: Run pep-8 on touched test | MarcoFalke |
2021-06-10 | test: Use MiniWallet in test_no_inherited_signaling RBF test | MarcoFalke |
2021-06-10 | test: Remove unused generate() from test | MarcoFalke |
2021-06-08 | Merge bitcoin/bitcoin#21946: Document and test lack of inherited signaling in... | MarcoFalke |
2021-05-31 | Use COINBASE_MATURITY constant in functional tests. | Kiminuo |
2021-05-14 | test: Extend feature_rbf.py with no inherited signaling | Antoine Riard |
2021-03-23 | rpc: deprecate `addresses` and `reqSigs` from rpc outputs | Michael Dietz |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |