Commit Graph

49 Commits (5d62e3a68b6ea9bb03556ee1fbf5678f20be01a2)

Author SHA1 Message Date
MarcoFalke fa8b9b5d1f
test: Fix intermittent failure in wallet_importmulti
5 years ago
Jon Atack dc0cabeda4
test: remove getaddressinfo label tests
5 years ago
Jon Atack 60aba1f2f1
rpc: simplify getaddressinfo labels, deprecate previous behavior
5 years ago
Jon Atack 33f5fc32e5
test: add rpc getaddressinfo labels test coverage
5 years ago
Andrew Chow b84e776fd1 wallet_importmulti: use addresses of the same type as being imported
5 years ago
practicalswift 25dd867150 Avoid using mutable default parameter values
5 years ago
Andrew Chow 625534d7b1 Give more errors for specific failure conditions
5 years ago
Andrew Chow c325f619dd Return an error from descriptor Parse that gives more information about what failed
5 years ago
MeshCollider 53b7de629d Add test for dumping the private key imported from descriptor
6 years ago
MeshCollider 2857bc4a64 Extend importmulti descriptor tests
6 years ago
MeshCollider 81a884bbd0 Import private keys from descriptor with importmulti if provided
6 years ago
MarcoFalke 14959753a4
Merge #15744: refactor: Extract ParseDescriptorRange
6 years ago
Ben Woosley 510c6532ba
Extract ParseDescriptorRange
6 years ago
MarcoFalke 5392aee64f
Merge #15629: init: Throw error when network specific config is ignored
6 years ago
Pieter Wuille b5d3987724 Take non-importing keys into account for spendability warning in descriptor import
6 years ago
MarcoFalke fae38c3dc6
doc: Fix all typos reported by codespell
6 years ago
MarcoFalke faa7cdf764
scripted-diff: Update copyright in ./test
6 years ago
MarcoFalke fa6bf21f5e
scripted-diff: test: Use py3.5 bytes::hex() method
6 years ago
Pieter Wuille 1675b7ce55 Use stop/[start,stop] notation in importmulti desc range
6 years ago
Pieter Wuille be62903c41 Make descriptor checksums mandatory in deriveaddresses and importmulti
6 years ago
Andrew Chow f4b00b70e8 Import public keys in order
6 years ago
Andrew Chow 9e1551b9ce Test pubkey import to keypool
6 years ago
Andrew Chow 4c75a69f36 Test importing descriptors with key origin information
6 years ago
MeshCollider fbb5e935ea Add test for importing via descriptor
6 years ago
John Newbery 2d5f1ea2e3 [tests] move wallet util functions to wallet_util.py
6 years ago
John Newbery 6be64ef02c [tests] tidy up wallet_importmulti.py
6 years ago
Pieter Wuille bdacbda253 Overhaul importmulti logic
6 years ago
John Newbery ee3b21dccb [tests] Add docstring for wallet_importmulti.py
6 years ago
John Newbery fbdba40594 [tests] add test_address method to wallet_import.py
6 years ago
John Newbery fd3a02c381 [tests] add test_importmulti method to wallet_import.py
6 years ago
John Newbery 08a4a0f70f [tests] add get_multisig function to wallet_importmulti.py
6 years ago
John Newbery 7c99614b40 [tests] add get_key function to wallet_importmulti.py
6 years ago
John Newbery e5a8ea8f14 [tests] tidy up imports in wallet_importmulti.py
6 years ago
John Newbery cb41ade6b1 [tests] fix flake8 warnings in wallet_importmulti.py
6 years ago
MarcoFalke 8c59bb85f9
Merge #14720: rpc: Correctly name arguments
6 years ago
Jon Layton fa0815c300
rpc: Correctly name arguments
6 years ago
Gregory Sanders 7afddfa8ce importmulti: Don't add internal addresses to address book
6 years ago
MeshCollider c11875c590 Add segwit address tests for importmulti
6 years ago
MeshCollider f6ed748cf0 Add SegWit support to importmulti with some ProcessImport cleanup
6 years ago
Wladimir J. van der Laan 288ddf4ff5
Merge #14180: qa: Run all tests even if wallet is not compiled
6 years ago
MarcoFalke fac9539836
qa: Run all tests even if wallet is not compiled
6 years ago
MarcoFalke fa263bcfe4
qa: Fix silent merge conflict in wallet_importmulti
6 years ago
Wladimir J. van der Laan 13c842e028
Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeys
6 years ago
practicalswift 68400d8b96 tests: Use explicit imports
6 years ago
DrahtBot eb7daf4d60 Update copyright headers to 2018
6 years ago
practicalswift 169f3e8637 Remove assigned but never used local variables
7 years ago
Russell Yanofsky 98ea64cf23 Let wallet importmulti RPC accept labels for standard scriptPubKeys
7 years ago
Andrew Chow b22cce0148 scripted-diff: validateaddress to getaddressinfo in tests
7 years ago
Anthony Towns 90600bc7db [tests] Rename wallet_* functional tests.
7 years ago