index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
wallet_bumpfee.py
Age
Commit message (
Expand
)
Author
2024-02-28
test: add option to speed up tx relay/mempool sync
brunoerg
2023-09-26
rpc: bumpfee, improve doc for 'reduce_output' arg
furszy
2023-09-06
test: remove unnecessary finalizepsbt rpc calls
ismaelsadeeq
2023-07-27
test: remove redundant test values
Jon Atack
2023-06-26
tests: Test for bumping single output transaction
Andrew Chow
2023-06-26
test: Test bumpfee reduce_output
Andrew Chow
2023-05-03
test: Update python tests to use named parameters instead of options objects
Ryan Ofsky
2023-05-01
Merge bitcoin/bitcoin#27195: bumpfee: allow send coins back to yourself
Andrew Chow
2023-04-26
Merge bitcoin/bitcoin#25158: rpc, wallet: add abandoned field for all categor...
Andrew Chow
2023-04-15
test: fix bumpfee 'spend_one_input' occasional failure
furszy
2023-04-15
test: bumpfee, add coverage for "send coins back to yourself"
furszy
2023-04-10
tests: Make sure that bumpfee feerate checks work when replacing outputs
Andrew Chow
2023-01-17
test: add tests for `outputs` argument to `bumpfee`/`psbtbumpfee`
Seibart Nedor
2023-01-13
rpc, wallet: add `abandoned` field for all categories of transactions in List...
brunoerg
2023-01-11
Merge bitcoin/bitcoin#26675: wallet: For feebump, ignore abandoned descendant...
Andrew Chow
2023-01-03
script, test: fix python linter E275 errors with flake8 5.0.4
Jon Atack
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-15
For feebump, ignore abandoned descendant spends
John Moffett
2022-11-30
test: Remove unused blocktools imports from wallet_bumpfee
MarcoFalke
2022-11-28
Merge bitcoin/bitcoin#26480: test: Remove wallet option from non-wallet tests
Andrew Chow
2022-11-10
test: Remove wallet option from non-wallet tests
MacroFake
2022-10-10
Adjust RPCTypeCheckObj error string
Leonardo Araujo
2022-09-19
test: check that bumping tx with already spent coin fails
Sebastian Falbesoner
2022-08-30
test: use `sendall` when emptying wallet
brunoerg
2022-08-24
Merge bitcoin/bitcoin#25865: test: speedup wallet tests by whitelisting peers...
MacroFake
2022-08-19
test, bumpfee: Check that psbtbumpfee can bump txs with external inputs
Andrew Chow
2022-08-18
test: speedup wallet tests by whitelisting peers (immediate tx relay)
Sebastian Falbesoner
2022-07-12
scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCE
MacroFake
2022-03-25
[wallet] randomly generate change targets
glozow
2021-11-17
test: refactor: take use of `create_block` txlist parameter
Sebastian Falbesoner
2021-11-16
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...
fanquake
2021-11-12
test: remove unnecessary block rehashing prior to solving
Sebastian Falbesoner
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-10
scripted-diff: Remove redundant sync_all and sync_blocks
MarcoFalke
2021-10-29
test: Implicitly sync after generate*, unless opted out
MarcoFalke
2021-10-15
test: check that bumpfee RPC fails for txs with descendants in mempool
Sebastian Falbesoner
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-06-21
test: introduce `tx_from_hex` helper for tx deserialization
Sebastian Falbesoner
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2021-05-09
test: fee rate values that cannot be represented as sat/vB
Jon Atack
2021-05-09
test: type error and out of range fee rates where missing
Jon Atack
2021-05-09
test: explicit fee rates with invalid amounts
Jon Atack
2021-05-06
test: improve zero-value explicit fee rate coverage
Jon Atack
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2021-01-08
Remove deprecated bumpfee behavior
Andrew Chow
2020-12-04
test: add coverage for passing fee rate as a string
Jon Atack
2020-11-20
Update feeRate (BTC/kvB) to fee_rate (sat/vB) in wallet_bumpfee
Jon Atack
2020-11-12
wallet: provide valid values if invalid estimate mode passed
Jon Atack
2020-11-11
wallet: remove redundant bumpfee fee_rate checks
Jon Atack
2020-11-11
wallet: introduce fee_rate (sat/vB) param/option
Jon Atack
[next]