aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_bumpfee.py
AgeCommit message (Expand)Author
2024-02-28test: add option to speed up tx relay/mempool syncbrunoerg
2023-09-26rpc: bumpfee, improve doc for 'reduce_output' argfurszy
2023-09-06test: remove unnecessary finalizepsbt rpc callsismaelsadeeq
2023-07-27test: remove redundant test valuesJon Atack
2023-06-26tests: Test for bumping single output transactionAndrew Chow
2023-06-26test: Test bumpfee reduce_outputAndrew Chow
2023-05-03test: Update python tests to use named parameters instead of options objectsRyan Ofsky
2023-05-01Merge bitcoin/bitcoin#27195: bumpfee: allow send coins back to yourselfAndrew Chow
2023-04-26Merge bitcoin/bitcoin#25158: rpc, wallet: add abandoned field for all categor...Andrew Chow
2023-04-15test: fix bumpfee 'spend_one_input' occasional failurefurszy
2023-04-15test: bumpfee, add coverage for "send coins back to yourself"furszy
2023-04-10tests: Make sure that bumpfee feerate checks work when replacing outputsAndrew Chow
2023-01-17test: add tests for `outputs` argument to `bumpfee`/`psbtbumpfee`Seibart Nedor
2023-01-13rpc, wallet: add `abandoned` field for all categories of transactions in List...brunoerg
2023-01-11Merge bitcoin/bitcoin#26675: wallet: For feebump, ignore abandoned descendant...Andrew Chow
2023-01-03script, test: fix python linter E275 errors with flake8 5.0.4Jon Atack
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-15For feebump, ignore abandoned descendant spendsJohn Moffett
2022-11-30test: Remove unused blocktools imports from wallet_bumpfeeMarcoFalke
2022-11-28Merge bitcoin/bitcoin#26480: test: Remove wallet option from non-wallet testsAndrew Chow
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-10-10Adjust RPCTypeCheckObj error stringLeonardo Araujo
2022-09-19test: check that bumping tx with already spent coin failsSebastian Falbesoner
2022-08-30test: use `sendall` when emptying walletbrunoerg
2022-08-24Merge bitcoin/bitcoin#25865: test: speedup wallet tests by whitelisting peers...MacroFake
2022-08-19test, bumpfee: Check that psbtbumpfee can bump txs with external inputsAndrew Chow
2022-08-18test: speedup wallet tests by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2022-07-12scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCEMacroFake
2022-03-25[wallet] randomly generate change targetsglozow
2021-11-17test: refactor: take use of `create_block` txlist parameterSebastian Falbesoner
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-12test: remove unnecessary block rehashing prior to solvingSebastian Falbesoner
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-15test: check that bumpfee RPC fails for txs with descendants in mempoolSebastian Falbesoner
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-06-21test: introduce `tx_from_hex` helper for tx deserializationSebastian Falbesoner
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-05-09test: fee rate values that cannot be represented as sat/vBJon Atack
2021-05-09test: type error and out of range fee rates where missingJon Atack
2021-05-09test: explicit fee rates with invalid amountsJon Atack
2021-05-06test: improve zero-value explicit fee rate coverageJon Atack
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2021-01-08Remove deprecated bumpfee behaviorAndrew Chow
2020-12-04test: add coverage for passing fee rate as a stringJon Atack
2020-11-20Update feeRate (BTC/kvB) to fee_rate (sat/vB) in wallet_bumpfeeJon Atack
2020-11-12wallet: provide valid values if invalid estimate mode passedJon Atack
2020-11-11wallet: remove redundant bumpfee fee_rate checksJon Atack
2020-11-11wallet: introduce fee_rate (sat/vB) param/optionJon Atack