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
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
2020-11-04
Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21
Samuel Dobson
2020-11-01
Use importdescriptors for descriptor wallets in wallet_bumpfee.py
Andrew Chow
2020-10-27
wallet: combine redundant bumpfee invalid params and args tests
Jon Atack
2020-10-27
wallet: improve bumpfee error/help, add explicit fee rate coverage
Jon Atack
2020-10-24
wallet, bugfix: fix bumpfee with explicit fee rate modes
Jon Atack
2020-10-05
scripted-diff: update max-fee-exceeded error message to include RPC
gzhao408
2020-08-24
test: Fix intermittent issue in wallet_bumpfee
MarcoFalke
2020-08-24
test: Select at least the fee in wallet_bumpfee to avoid negative amounts
MarcoFalke
2020-08-13
Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfee
Samuel Dobson
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-06-25
Add psbtbumpfee RPC
Andrew Chow
2020-06-24
tests for bumpfee / estimate_modes
Karl-Johan Alm
2020-05-01
wallet: Remove trailing whitespace from potential translation strings
MarcoFalke
2020-04-28
test: Fix wallet_bumpfee intermittent error
MarcoFalke
2020-04-17
Merge #18673: scripted-diff: Sort test includes
MarcoFalke
2020-04-17
Merge #18467: rpc: Improve documentation and return value of settxfee
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-14
rpc: settxfee respects -maxtxfee wallet setting
Fabian Jahr
2020-04-06
test: wallet_bumpfee assertion fixup
Jon Atack
2020-04-06
test: relax bumpfee dust_to_fee txsize an extra vbyte
Jon Atack
2020-03-26
rpc: remove deprecated totalFee arg from RPC bumpfee
Jon Atack
2020-03-22
test: update bumpfee testing from totalFee to fee_rate
Jon Atack
2020-03-10
bumpfee test: exit loop at proper time with new fee value being compared
Gregory Sanders
2020-03-10
Add some test logging to wallet_bumpfee.py
Gregory Sanders
2019-12-18
Test watchonly wallet bumpfee with PSBT return
Gregory Sanders
2019-12-01
Fix origfee return for bumpfee with feerate arg
Gregory Sanders
2019-11-15
Merge #17322: Fix input size assertion in wallet_bumpfee.py
MarcoFalke
[next]