aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_hd.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove hdmasterkeyidAndrew Chow2019-02-141-3/+0
|
* [wallet] Remove -usehdJohn Newbery2018-09-201-6/+0
|
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
|
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|
* [rpc] [wallet] Add 'hdmasterkeyid' alias return values.John Newbery2018-05-191-0/+3
| | | | | Restores the return value in getwalletinfo() and getaddressinfo() RPC methods for backwards compatibility
* scripted-diff: Rename master key to seedJohn Newbery2018-05-191-8/+8
| | | | | | | | | | | | | | | | -BEGIN VERIFY SCRIPT- ren() { git grep -l "\<$1\>" 'src/*.cpp' 'src/*.h' test | xargs sed -i "s:\<$1\>:$2:g"; } ren GenerateNewHDMasterKey GenerateNewSeed ren DeriveNewMasterHDKey DeriveNewSeed ren SetHDMasterKey SetHDSeed ren hdMasterKeyID hd_seed_id ren masterKeyID seed_id ren SetMaster SetSeed ren hdmasterkeyid hdseedid ren hdmaster hdseed -END VERIFY SCRIPT-
* Test sethdseedAndrew Chow2018-05-121-0/+35
|
* speed up wallet_hd.py and clarify/augment checksGregory Sanders2018-04-111-7/+9
|
* Merge #12076: qa: Use node.datadir instead of tmpdir in test frameworkWladimir J. van der Laan2018-03-221-13/+13
|\ | | | | | | | | | | | | | | | | | | | | | | c8330d4 qa: Use node.datadir instead of tmpdir in test framework (MarcoFalke) Pull request description: Commit c53c9831eedaf3b311bb942945268830f9ba3abc introduced the utility function `get_datadir_path`, however not all places in the code use this util function. Using the util function everywhere makes it easier to review pull requests related to the datadir. This commit replaces datadir path creation with the `datadir` member of `TestNode`, which itself uses `get_datadir_path`. Tree-SHA512: c75707ab7149d732a6d56152a5813138a33459d3d07577b60b89f2a207c83b7663fac5f203593677c9892d1c23a5eba4bd45c5c4ababf040d720b437240fcddf
| * qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke2018-03-191-13/+13
| |
* | [Tests] Require exact match in assert_start_raises_init_eror()John Newbery2018-03-181-1/+1
| |
* | [Tests] Move assert_start_raises_init_error method to TestNodeJohn Newbery2018-03-181-1/+1
|/
* scripted-diff: validateaddress to getaddressinfo in testsAndrew Chow2018-02-161-5/+5
| | | | | | | | | Change all instances of validateaddress to getaddressinfo since it seems that no test actually uses validateaddress for actually validating addresses. -BEGIN VERIFY SCRIPT- find ./test/functional -path '*py' -not -path ./test/functional/wallet_disable.py -not -path ./test/functional/rpc_deprecated.py -not -path ./test/functional/wallet_address_types.py -exec sed -i'' -e 's/validateaddress/getaddressinfo/g' {} \; -END VERIFY SCRIPT-
* [tests] Rename wallet_* functional tests.Anthony Towns2018-01-251-0/+122