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
/
rpc_fundrawtransaction.py
Age
Commit message (
Expand
)
Author
2019-09-17
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
MarcoFalke
2019-07-02
test: Split fundrawtx test into subtests
MarcoFalke
2019-07-02
test: Make local symbols in run_test members
MarcoFalke
2019-06-28
[wallet] abort when attempting to fund a transaction above maxtxfee
Sjors Provoost
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2018-12-22
scripted-diff: Remove unused 'split' parameter to setup_network
MarcoFalke
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-09
No longer shutdown after encrypting the wallet
Andrew Chow
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-09
Merge #12265: [test] fundrawtransaction: lock watch-only shared address
Wladimir J. van der Laan
2018-04-06
[test] fundrawtransaction: lock watch-only shared address
Karl-Johan Alm
2018-04-05
Get rid of ambiguous OutputType::NONE value
Russell Yanofsky
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-10
rpc: Reject deprecated reserveChangeKey in fundrawtransaction
MarcoFalke
2018-01-29
tests: Fix accidental redefinition of previously defined variable via list co...
practicalswift
2018-01-25
[tests] Rename rpc_* functional tests.
Anthony Towns