aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_rbf.py
AgeCommit message (Expand)Author
2022-08-04[doc] remove non-signaling mentions of BIP125glozow
2022-07-12scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCEMacroFake
2022-07-11Address comments remaining from #25353Antoine Riard
2022-07-08Merge bitcoin/bitcoin#25353: Add a `-mempoolfullrbf` node settingMacroFake
2022-07-06Introduce `mempoolfullrbf` node setting.Antoine Riard
2022-07-06test: Remove -acceptnonstdtxn=1 from feature_rbf.pyMacroFake
2022-06-27test: Return new_utxos from create_self_transfer_multi in MiniWalletMacroFake
2022-06-27Merge bitcoin/bitcoin#25439: rpc: Return incrementalrelayfee in getmempoolinfoMacroFake
2022-06-21rpc: Return incrementalrelayfee in getmempoolinfoMacroFake
2022-06-21test: Remove from_node from create_self_transfer* MiniWallet helpersMacroFake
2022-06-13test: Remove MiniWallet mempool_valid optionMacroFake
2022-06-02test: add BIP-125 rule 5 testcase with default mempoolJames O'Beirne
2022-01-11test: MiniWallet: support default `from_node` for creating txsSebastian Falbesoner
2022-01-11test: refactor: add constant for sequence number `SEQUENCE_FINAL`Sebastian Falbesoner
2021-12-08test: feature_rbf.py: check specified wallet type availabilitySebastian Falbesoner
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-09test: MiniWallet: add P2TR support and use it per defaultSebastian Falbesoner
2021-10-20Make explicit the node param in init_wallet()lsilva01
2021-09-29test: use miniwallet in test_rpc() function in feature_rbf.pyShubhankar
2021-09-27test: MiniWallet: add `send_to` method to create arbitrary txoutsSebastian Falbesoner
2021-09-21Merge bitcoin/bitcoin#22998: test: use MiniWallet for make_utxo helper in fea...merge-script
2021-09-20test: Replace MiniWallet scan_blocks with rescan_utxosMarcoFalke
2021-09-16test: use MiniWallet for make_utxo helper in feature_rbf.pySebastian Falbesoner
2021-09-16test: scale amounts in test_doublespend_tree down by factor 10Sebastian Falbesoner
2021-09-16test: scale amounts in test_doublespend_chain down by factor 10Sebastian Falbesoner
2021-08-30test: Check that non-signaling BIP125 tx can be replaced via parentMarcoFalke
2021-08-19Use generate* from TestFrameworkMarcoFalke
2021-07-28test: use MiniWallet for simple doublespend test in feature_rbf.pySebastian Falbesoner
2021-07-27test: feature_rbf.py: make MiniWallet instance available for all sub-testsSebastian Falbesoner
2021-07-15test: remove unneeded initialization code in feature_rbf.pySebastian Falbesoner
2021-06-30test: Add test for replacement relay fee checkAntoine Riard
2021-06-21test: remove `ToHex` helper, use .serialize().hex() insteadSebastian Falbesoner
2021-06-10test: Run pep-8 on touched testMarcoFalke
2021-06-10test: Use MiniWallet in test_no_inherited_signaling RBF testMarcoFalke
2021-06-10test: Remove unused generate() from testMarcoFalke
2021-06-08Merge bitcoin/bitcoin#21946: Document and test lack of inherited signaling in...MarcoFalke
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-05-14test: Extend feature_rbf.py with no inherited signalingAntoine Riard
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-04-22test: Remove unused, undocumented and misleading CScript.__add__MarcoFalke
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-10-14test: fix "tx-size-small" errors after default address changeSebastian Falbesoner
2019-09-26Change default address type to bech32Gregory Sanders
2019-06-21test: Require standard txs in regtestMarcoFalke
2019-06-08Remove -mempoolreplacement to prevent needless block prop slowness.Matt Corallo
2019-03-14wallet/rpc: add maxfeerate parameter to sendrawtransactionKarl-Johan Alm
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke