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_keypool.py
Age
Commit message (
Expand
)
Author
2020-09-29
test, refactor: add default_wallet_name and wallet_data_filename variables
Russell Yanofsky
2020-04-23
Add a --descriptors option to various tests
Andrew Chow
2020-02-04
[wallet] allow transaction without change if keypool is empty
Sjors Provoost
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2019-02-14
Remove hdmasterkeyid
Andrew Chow
2018-10-16
[tests] Small fixups before deprecating generate
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-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-19
[rpc] [wallet] Add 'hdmasterkeyid' alias return values.
John Newbery
2018-05-19
scripted-diff: Rename master key to seed
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