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
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
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2018-09-23
[test] Remove deprecated addwitnessaddress from wallet_bumpfee.py
John Newbery
2018-09-23
[test] Fix flake8 warnings in tests
John Newbery
2018-09-14
Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting down
Wladimir J. van der Laan
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-21
test: Check RPC settxfee errors
João Barbosa
2018-08-13
tests: Use explicit imports
practicalswift
2018-08-09
No longer shutdown after encrypting the wallet
Andrew Chow
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-29
policy: Treat segwit as always active
MarcoFalke
2018-04-10
Merge #12749: [wallet] feebumper: discard change outputs below discard rate
Wladimir J. van der Laan
2018-03-28
adapt bumpfee change discard test to be more strict and add note on p2sh discrep
Gregory Sanders
2018-03-24
rpc: Add testmempoolaccept
MarcoFalke
2018-02-17
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-02-16
scripted-diff: validateaddress to getaddressinfo in tests
Andrew Chow
2018-02-06
wallet: Disallow abandon of conflicted txes
MarcoFalke
2018-01-25
[tests] Rename wallet_* functional tests.
Anthony Towns