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
2020-12-10
test: add coverage for passing fee rate as a string
Jon Atack
2020-11-26
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
2019-11-15
Fix input size assertion in wallet_bumpfee.py
Gregory Sanders
2019-10-22
test: use default address type (bech32) for wallet_bumpfee tests
Sebastian Falbesoner
2019-10-02
Merge #16884: wallet: Change default address type to bech32
Wladimir J. van der Laan
2019-10-02
Merge #16727: wallet: Explicit feerate for bumpfee
Wladimir J. van der Laan
2019-09-30
test bumpfee fee_rate argument
ezegom
2019-09-26
Change default address type to bech32
Gregory Sanders
2019-09-17
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
MarcoFalke
2019-07-26
deprecate totalFee argument in bumpfee RPC call
Gregory Sanders
2019-07-02
wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction
João Barbosa
2019-07-02
Merge #15538: wallet_bumpfee.py: Make sure coin selection produces change
Wladimir J. van der Laan
2019-05-08
test: Remove True argument to CBlock::serialize
MarcoFalke
2019-04-15
Merge #15557: Enhance `bumpfee` to include inputs when targeting a feerate
MeshCollider
2019-04-11
wallet_bumpfee.py: add test for change key preservation
Gregory Sanders
2019-04-11
add functional tests for feerate bumpfee with adding inputs
Gregory Sanders
2019-04-09
test: Remove unused imports
MarcoFalke
2019-04-09
scripted-diff: use self.sync_* methods
MarcoFalke
2019-04-09
test: Pass self to test_simple_bumpfee_succeeds
MarcoFalke
2019-03-05
wallet_bumpfee.py: Make sure coin selection produces change
Gregory Sanders
[next]