aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_keypool.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-10-241-0/+3
| | | | | Github-Pull: #14180 Rebased-From: fac95398366f644911b58f1605e6bc37fb76782d
* tests: Use explicit importspracticalswift2018-08-131-1/+3
|
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|
* [rpc] [wallet] Add 'hdmasterkeyid' alias return values.John Newbery2018-05-191-0/+2
| | | | | Restores the return value in getwalletinfo() and getaddressinfo() RPC methods for backwards compatibility
* scripted-diff: Rename master key to seedJohn Newbery2018-05-191-3/+3
| | | | | | | | | | | | | | | | -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-
* Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift2018-04-161-1/+1
|
* scripted-diff: validateaddress to getaddressinfo in testsAndrew Chow2018-02-161-2/+2
| | | | | | | | | 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/+84