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
2020-06-22
test: refactor functional tests to use restart_node
Christopher Coverdale
2020-05-31
test: Add missing sync_blocks to wallet_hd
MarcoFalke
2020-05-31
test: pep-8 wallet_hd
MarcoFalke
2020-05-15
Test that keys from inactive seeds are generated
Andrew Chow
2020-04-23
Add a --descriptors option to various tests
Andrew Chow
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-02-04
Merge #16681: Tests: Use self.chain instead of 'regtest' in all current tests
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-10-26
Tests: Use self.chain instead of 'regtest' in almost all current tests
Jorge Timón
2019-09-17
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-02-14
Remove hdmasterkeyid
Andrew Chow
2018-09-20
[wallet] Remove -usehd
John Newbery
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
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-05-12
Test sethdseed
Andrew Chow
2018-04-11
speed up wallet_hd.py and clarify/augment checks
Gregory Sanders
2018-03-22
Merge #12076: qa: Use node.datadir instead of tmpdir in test framework
Wladimir J. van der Laan
2018-03-19
qa: Use node.datadir instead of tmpdir in test framework
MarcoFalke
2018-03-18
[Tests] Require exact match in assert_start_raises_init_eror()
John Newbery
2018-03-18
[Tests] Move assert_start_raises_init_error method to TestNode
John Newbery
2018-02-16
scripted-diff: validateaddress to getaddressinfo in tests
Andrew Chow
2018-01-25
[tests] Rename wallet_* functional tests.
Anthony Towns