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_dump.py
Age
Commit message (
Expand
)
Author
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-07-19
tests: Test for dumpwallet lock order issue
Andrew Chow
2020-10-21
wallet: Make -wallet setting not create wallets
Russell Yanofsky
2020-09-08
Do not create default wallet
Andrew Chow
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-07-09
test: Add smoke test to check that wallets are flushed by default
MarcoFalke
2020-06-22
test: refactor functional tests to use restart_node
Christopher Coverdale
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-11
test: Extend wallet_dump test to cover comments
MarcoFalke
2020-01-25
bump test timeouts so that functional tests run in valgrind
Micky Yun Chan
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-23
[tests] Remove deprecated addwitnessaddress call from wallet_dump.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-13
qa: Remove unneded import_deterministic_coinbase_privkeys overwrite, add comm...
MarcoFalke
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-09-10
qa: Premine to deterministic address with -disablewallet
MarcoFalke
2018-08-09
No longer shutdown after encrypting the wallet
Andrew Chow
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-01
qa: Extract rpc_timewait as test param
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-19
[refactor] manually change remaining instances of master key to seed.
John Newbery
2018-05-19
scripted-diff: Rename master key to seed
John Newbery
2018-05-11
Enable W191 and W291 flake8 checks.
John Bampton
2018-03-07
Merge #12627: qa: Fix some tests to work on native windows
MarcoFalke
2018-03-07
Merge #12482: [tests] bind functional test nodes to 127.0.0.1
Wladimir J. van der Laan
2018-03-06
qa: Fix some tests to work on native windows
MarcoFalke
2018-03-06
[tests] bind functional test nodes to 127.0.0.1
Sjors Provoost
2018-02-26
Fix typos
practicalswift
2018-02-16
scripted-diff: validateaddress to getaddressinfo in tests
Andrew Chow
2018-02-07
Bech32 addresses in dumpwallet
fivepiece
2018-01-25
[tests] Rename wallet_* functional tests.
Anthony Towns