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-hd.py
Age
Commit message (
Expand
)
Author
2017-11-18
Create walletdir if datadir doesn't exist and fix tests
MeshCollider
2017-10-13
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
Jonas Schnelli
2017-10-12
[QA] Add RPC based rescan test
Jonas Schnelli
2017-09-12
wallet: Display non-HD error on first run
MarcoFalke
2017-09-07
Remove usehd option and warn when it is used
Andrew Chow
2017-09-01
[tests] don't override __init__() in individual tests
John Newbery
2017-09-01
[tests] TestNode: separate add_node from start_node
John Newbery
2017-08-15
Remove vchDefaultKey and have better first run detection
Andrew Chow
2017-08-10
[wallet] keypool mark-used and topup
John Newbery
2017-06-29
[tests] Move stop_node and start_node methods to BitcoinTestFramework
John Newbery
2017-05-31
[tests] Functional tests call self.start_node(s) and self.stop_node(s)
John Newbery
2017-05-02
Remove unused Python imports
practicalswift
2017-05-02
Merge #10137: Remove unused import. Remove accidental trailing semicolons.
MarcoFalke
2017-05-02
[tests] Remove is_network_split from funtional test cases
John Newbery
2017-04-04
Remove accidental trailing semicolons
practicalswift
2017-03-24
Fix superfluous cast and code style nits in RPC wallet-hd.py test
Jonas Schnelli
2017-03-24
[Wallet] split the keypool in an internal and external part
Jonas Schnelli
2017-03-20
Rename rpc-tests directory to functional
John Newbery