Age | Commit message (Expand) | Author |
2020-04-23 | test: Fix intermittent failure in wallet_importmulti | MarcoFalke |
2020-01-09 | test: remove getaddressinfo label tests | Jon Atack |
2020-01-03 | rpc: simplify getaddressinfo labels, deprecate previous behavior | Jon Atack |
2019-11-24 | test: add rpc getaddressinfo labels test coverage | Jon Atack |
2019-11-05 | wallet_importmulti: use addresses of the same type as being imported | Andrew Chow |
2019-08-26 | Avoid using mutable default parameter values | practicalswift |
2019-08-16 | Give more errors for specific failure conditions | Andrew Chow |
2019-08-16 | Return an error from descriptor Parse that gives more information about what ... | Andrew Chow |
2019-06-08 | Add test for dumping the private key imported from descriptor | MeshCollider |
2019-06-07 | Extend importmulti descriptor tests | MeshCollider |
2019-06-06 | Import private keys from descriptor with importmulti if provided | MeshCollider |
2019-05-10 | Merge #15744: refactor: Extract ParseDescriptorRange | MarcoFalke |
2019-04-13 | Extract ParseDescriptorRange | Ben Woosley |
2019-04-09 | Merge #15629: init: Throw error when network specific config is ignored | MarcoFalke |
2019-04-06 | Take non-importing keys into account for spendability warning in descriptor i... | Pieter Wuille |
2019-03-22 | doc: Fix all typos reported by codespell | MarcoFalke |
2019-03-02 | scripted-diff: Update copyright in ./test | MarcoFalke |
2019-03-02 | scripted-diff: test: Use py3.5 bytes::hex() method | MarcoFalke |
2019-02-28 | Use stop/[start,stop] notation in importmulti desc range | Pieter Wuille |
2019-02-15 | Make descriptor checksums mandatory in deriveaddresses and importmulti | Pieter Wuille |
2019-02-14 | Import public keys in order | Andrew Chow |
2019-02-14 | Test pubkey import to keypool | Andrew Chow |
2019-02-14 | Test importing descriptors with key origin information | Andrew Chow |
2019-02-05 | Add test for importing via descriptor | MeshCollider |
2019-01-04 | [tests] move wallet util functions to wallet_util.py | John Newbery |
2019-01-04 | [tests] tidy up wallet_importmulti.py | John Newbery |
2018-12-12 | Overhaul importmulti logic | Pieter Wuille |
2018-12-10 | [tests] Add docstring for wallet_importmulti.py | John Newbery |
2018-12-10 | [tests] add test_address method to wallet_import.py | John Newbery |
2018-12-10 | [tests] add test_importmulti method to wallet_import.py | John Newbery |
2018-12-10 | [tests] add get_multisig function to wallet_importmulti.py | John Newbery |
2018-12-10 | [tests] add get_key function to wallet_importmulti.py | John Newbery |
2018-12-06 | [tests] tidy up imports in wallet_importmulti.py | John Newbery |
2018-12-06 | [tests] fix flake8 warnings in wallet_importmulti.py | John Newbery |
2018-11-13 | Merge #14720: rpc: Correctly name arguments | MarcoFalke |
2018-11-13 | rpc: Correctly name arguments | Jon Layton |
2018-11-07 | importmulti: Don't add internal addresses to address book | Gregory Sanders |
2018-10-25 | Add segwit address tests for importmulti | MeshCollider |
2018-10-25 | Add SegWit support to importmulti with some ProcessImport cleanup | MeshCollider |
2018-09-13 | Merge #14180: qa: Run all tests even if wallet is not compiled | Wladimir J. van der Laan |
2018-09-10 | qa: Run all tests even if wallet is not compiled | MarcoFalke |
2018-09-10 | qa: Fix silent merge conflict in wallet_importmulti | MarcoFalke |
2018-09-10 | Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeys | Wladimir J. van der Laan |
2018-08-13 | tests: Use explicit imports | practicalswift |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-03-29 | Remove assigned but never used local variables | practicalswift |
2018-02-22 | Let wallet importmulti RPC accept labels for standard scriptPubKeys | Russell Yanofsky |
2018-02-16 | scripted-diff: validateaddress to getaddressinfo in tests | Andrew Chow |
2018-01-25 | [tests] Rename wallet_* functional tests. | Anthony Towns |