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_importprunedfunds.py
Age
Commit message (
Expand
)
Author
2022-03-09
test: check for importprunedfunds RPC errors
Sebastian Falbesoner
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-10
scripted-diff: Remove redundant sync_all and sync_blocks
MarcoFalke
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-01
Update wallet_importprunedfunds to avoid dumpprivkey
Andrew Chow
2018-11-13
rpc: Correctly name arguments
Jon Layton
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-18
[tests] Remove accounts from wallet_importprunedfunds.py
John Newbery
2018-05-01
[tests] Fix flake8 warnings in several wallet functional tests
John Newbery
2018-04-24
Merge #12953: Deprecate accounts
Wladimir J. van der Laan
2018-04-16
[tests] Set -deprecatedrpc=accounts in tests
John Newbery
2018-04-16
Minor Python cleanups to make flake8 pass with the new rules enabled
practicalswift
2018-02-16
scripted-diff: validateaddress to getaddressinfo in tests
Andrew Chow
2018-01-25
[tests] Rename wallet_* functional tests.
Anthony Towns