Commit Graph

57 Commits (485899a93c6f5fff62090907efb0ac938992e1fb)

Author SHA1 Message Date
MarcoFalke fafc9d5af4
test: Fix intermittent issue in wallet_bumpfee
4 years ago
MarcoFalke fa347b2f25
test: Select at least the fee in wallet_bumpfee to avoid negative amounts
4 years ago
Samuel Dobson 8a85377cd0
Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfee
4 years ago
Sebastian Falbesoner dac7a111bd refactor: test: use _ variable for unused loop counters
4 years ago
Andrew Chow 4638224f64 Add psbtbumpfee RPC
4 years ago
Karl-Johan Alm 05227a3554
tests for bumpfee / estimate_modes
4 years ago
MarcoFalke fa2cce4391
wallet: Remove trailing whitespace from potential translation strings
5 years ago
MarcoFalke fa301fec96
test: Fix wallet_bumpfee intermittent error
5 years ago
MarcoFalke 54f812d9d2
Merge #18673: scripted-diff: Sort test includes
5 years ago
MarcoFalke c2e53ff064
Merge #18467: rpc: Improve documentation and return value of settxfee
5 years ago
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
5 years ago
Fabian Jahr 38677274f9
rpc: settxfee respects -maxtxfee wallet setting
5 years ago
Jon Atack b224b4e7bd
test: wallet_bumpfee assertion fixup
5 years ago
Jon Atack 25e03ba1ff
test: relax bumpfee dust_to_fee txsize an extra vbyte
5 years ago
Jon Atack e347cfa9a7
rpc: remove deprecated totalFee arg from RPC bumpfee
5 years ago
Jon Atack a6d1ab8caa
test: update bumpfee testing from totalFee to fee_rate
5 years ago
Gregory Sanders f1b4503114 bumpfee test: exit loop at proper time with new fee value being compared
5 years ago
Gregory Sanders 2e4edc68f9 Add some test logging to wallet_bumpfee.py
5 years ago
Gregory Sanders 091a876664 Test watchonly wallet bumpfee with PSBT return
5 years ago
Gregory Sanders 02afb0c550 Fix origfee return for bumpfee with feerate arg
5 years ago
MarcoFalke 422ec33d45
Merge #17322: Fix input size assertion in wallet_bumpfee.py
5 years ago
Gregory Sanders 38516f9078 Fix input size assertion in wallet_bumpfee.py
5 years ago
Sebastian Falbesoner 8d8e5a79d0 test: use default address type (bech32) for wallet_bumpfee tests
5 years ago
Wladimir J. van der Laan fecc1be231
Merge #16884: wallet: Change default address type to bech32
5 years ago
Wladimir J. van der Laan 8afa602f30
Merge #16727: wallet: Explicit feerate for bumpfee
5 years ago
ezegom c812aba394 test bumpfee fee_rate argument
5 years ago
Gregory Sanders f50785ab56 Change default address type to bech32
5 years ago
MarcoFalke fa3b9ee8b2
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
5 years ago
Gregory Sanders a92d9ce8cf deprecate totalFee argument in bumpfee RPC call
5 years ago
João Barbosa 5c1b9714cb wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction
5 years ago
Wladimir J. van der Laan 6c21a801f3
Merge #15538: wallet_bumpfee.py: Make sure coin selection produces change
5 years ago
MarcoFalke fa52eb55c9
test: Remove True argument to CBlock::serialize
6 years ago
MeshCollider 4f4ef3138b
Merge #15557: Enhance `bumpfee` to include inputs when targeting a feerate
6 years ago
Gregory Sanders 184f8785f7 wallet_bumpfee.py: add test for change key preservation
6 years ago
Gregory Sanders d08becff85 add functional tests for feerate bumpfee with adding inputs
6 years ago
MarcoFalke fafe5f0d09
test: Remove unused imports
6 years ago
MarcoFalke fa16a09215
scripted-diff: use self.sync_* methods
6 years ago
MarcoFalke faf77f9b90
test: Pass self to test_simple_bumpfee_succeeds
6 years ago
Gregory Sanders 276972cb95 wallet_bumpfee.py: Make sure coin selection produces change
6 years ago
MarcoFalke faa7cdf764
scripted-diff: Update copyright in ./test
6 years ago
MarcoFalke fa6bf21f5e
scripted-diff: test: Use py3.5 bytes::hex() method
6 years ago
John Newbery 82f2fa03a5 [test] Remove deprecated addwitnessaddress from wallet_bumpfee.py
6 years ago
John Newbery 67d7d67cf3 [test] Fix flake8 warnings in tests
6 years ago
Wladimir J. van der Laan f09bc7ec98
Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting down
6 years ago
MarcoFalke fac9539836
qa: Run all tests even if wallet is not compiled
6 years ago
João Barbosa 317f2cb3f4 test: Check RPC settxfee errors
6 years ago
practicalswift 68400d8b96 tests: Use explicit imports
6 years ago
Andrew Chow c1dde3a949 No longer shutdown after encrypting the wallet
6 years ago
DrahtBot eb7daf4d60 Update copyright headers to 2018
6 years ago
MarcoFalke fa7a6cf1b3
policy: Treat segwit as always active
7 years ago