aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_bumpfee.py
AgeCommit message (Expand)Author
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
2020-11-04Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21Samuel Dobson
2020-11-01Use importdescriptors for descriptor wallets in wallet_bumpfee.pyAndrew Chow
2020-10-27wallet: combine redundant bumpfee invalid params and args testsJon Atack
2020-10-27wallet: improve bumpfee error/help, add explicit fee rate coverageJon Atack
2020-10-24wallet, bugfix: fix bumpfee with explicit fee rate modesJon Atack
2020-10-05scripted-diff: update max-fee-exceeded error message to include RPCgzhao408
2020-08-24test: Fix intermittent issue in wallet_bumpfeeMarcoFalke
2020-08-24test: Select at least the fee in wallet_bumpfee to avoid negative amountsMarcoFalke
2020-08-13Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfeeSamuel Dobson
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-06-25Add psbtbumpfee RPCAndrew Chow
2020-06-24tests for bumpfee / estimate_modesKarl-Johan Alm
2020-05-01wallet: Remove trailing whitespace from potential translation stringsMarcoFalke
2020-04-28test: Fix wallet_bumpfee intermittent errorMarcoFalke
2020-04-17Merge #18673: scripted-diff: Sort test includesMarcoFalke
2020-04-17Merge #18467: rpc: Improve documentation and return value of settxfeeMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-14rpc: settxfee respects -maxtxfee wallet settingFabian Jahr
2020-04-06test: wallet_bumpfee assertion fixupJon Atack
2020-04-06test: relax bumpfee dust_to_fee txsize an extra vbyteJon Atack
2020-03-26rpc: remove deprecated totalFee arg from RPC bumpfeeJon Atack
2020-03-22test: update bumpfee testing from totalFee to fee_rateJon Atack
2020-03-10bumpfee test: exit loop at proper time with new fee value being comparedGregory Sanders
2020-03-10Add some test logging to wallet_bumpfee.pyGregory Sanders
2019-12-18Test watchonly wallet bumpfee with PSBT returnGregory Sanders
2019-12-01Fix origfee return for bumpfee with feerate argGregory Sanders
2019-11-15Merge #17322: Fix input size assertion in wallet_bumpfee.pyMarcoFalke
2019-11-15Fix input size assertion in wallet_bumpfee.pyGregory Sanders
2019-10-22test: use default address type (bech32) for wallet_bumpfee testsSebastian Falbesoner
2019-10-02Merge #16884: wallet: Change default address type to bech32Wladimir J. van der Laan
2019-10-02Merge #16727: wallet: Explicit feerate for bumpfeeWladimir J. van der Laan
2019-09-30test bumpfee fee_rate argumentezegom
2019-09-26Change default address type to bech32Gregory Sanders
2019-09-17scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke
2019-07-26deprecate totalFee argument in bumpfee RPC callGregory Sanders
2019-07-02wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransactionJoão Barbosa
2019-07-02Merge #15538: wallet_bumpfee.py: Make sure coin selection produces changeWladimir J. van der Laan
2019-05-08test: Remove True argument to CBlock::serializeMarcoFalke
2019-04-15Merge #15557: Enhance `bumpfee` to include inputs when targeting a feerateMeshCollider