Commit graph

3 commits

Author SHA1 Message Date
Kristaps Kaupe
904b780b80
Unify cli user input code where limited range of answers are allowed 2024-02-22 20:29:38 +02:00
Kristaps Kaupe
c990a4da6b
Allow fee bump tx not signalling BIP125 if mempoolfullrbf is enabled 2023-11-24 12:38:15 +02:00
Tim Akinbo
eeb362be6c
added bumpfee.py script for bumping fees for rbf transactions
refactoring to improve readability and testing

added support for taking the fee from multiple owned outputs as needed

added unit tests

removed same mixdepth restriction for inputs

added option for specifying which output to deduct fees from

added additional test cases

refactoring: moved tx_vsize to jmbitcoin package

added a sanity check to ensure that the transaction id supplied belongs to our wallet

fixed a linting error
2023-03-08 17:39:09 +00:00