aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Take non-importing keys into account for spendability warning in descriptor i...Pieter Wuille2019-04-161-0/+3
* Import all origin info in importmulti; even for non-importing pubkeysPieter Wuille2019-04-161-5/+4
* Keep full pubkeys in FlatSigningProvider::originsPieter Wuille2019-04-161-2/+2
* wallet: Move CWallet::ReacceptWalletTransactions locks to callersJoão Barbosa2019-04-011-3/+15
* Use stop/[start,stop] notation in importmulti desc rangePieter Wuille2019-02-281-13/+5
* [Doc] importmulti: add missing description of keypool optionDavid A. Harding2019-02-161-0/+1
* Make descriptor checksums mandatory in deriveaddresses and importmultiPieter Wuille2019-02-151-1/+1
* Import public keys in orderAndrew Chow2019-02-141-29/+37
* Add option to importmulti add an imported pubkey to the keypoolAndrew Chow2019-02-141-0/+11
* Import KeyOriginData when importing descriptorsAndrew Chow2019-02-141-1/+7
* Store key origin info in key metadataAndrew Chow2019-02-141-1/+2
* RPCHelpMan: Check default values are given at compile-timeMarcoFalke2019-02-111-35/+35
* Merge #15365: wallet: Add lock annotation for mapAddressBookMarcoFalke2019-02-081-1/+1
|\
| * wallet: Add lock annotation for mapAddressBookMarcoFalke2019-02-071-1/+1
* | [wallet] Allow descriptor imports with importmultiMeshCollider2019-02-051-7/+111
* | [wallet] Refactor ProcessImport() to call ProcessImportLegacy()John Newbery2019-02-051-28/+30
* | [wallet] Add ProcessImportLegacy()John Newbery2019-02-051-116/+124
* | [wallet] Refactor ProcessImport()John Newbery2019-02-051-19/+31
|/
* Merge #15308: build: Restore compatibility with older boostMarcoFalke2019-02-011-1/+1
|\
| * Prefer boost::optional#get_value_or over #value_orBen Woosley2019-01-311-1/+1
* | Merge #15235: Do not import private keys to wallets with private keys disabledWladimir J. van der Laan2019-02-011-34/+68
|\ \ | |/ |/|
| * Do not import private keys to wallets with private keys disabledAndrew Chow2019-01-311-0/+13
| * Refactor importwallet to extract data from the file and then importAndrew Chow2019-01-311-34/+55
* | Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet codeMeshCollider2019-01-301-8/+10
|\ \
| * | Add time methods to the Chain interfaceRussell Yanofsky2019-01-151-5/+7
| * | Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky2019-01-151-3/+3
* | | Merge #14987: RPCHelpMan: Pass through Result and ExamplesMarcoFalke2019-01-291-62/+76
|\ \ \
| * | | RPCHelpMan: Pass through Result and ExamplesMarcoFalke2019-01-251-62/+76
| | |/ | |/|
* / | Trivial: fixup a few doxygen commentsBen Woosley2019-01-241-3/+3
|/ /
* / [docs] Expand help text for importmulti changesJohn Newbery2019-01-151-2/+4
|/
* Overhaul importmulti logicPieter Wuille2018-12-121-167/+212
* rpc: Document default values for optional argumentsMarcoFalke2018-12-071-5/+5
* rpc: Pass argument descriptions to RPCHelpManMarcoFalke2018-11-271-84/+52
* Use RPCHelpMan for all RPCsMarcoFalke2018-11-141-26/+90
* Merge #14720: rpc: Correctly name argumentsMarcoFalke2018-11-131-3/+3
|\
| * rpc: Correctly name argumentsJon Layton2018-11-131-3/+3
* | Merge #14679: importmulti: Don't add internal addresses to address bookWladimir J. van der Laan2018-11-131-3/+4
|\ \ | |/ |/|
| * importmulti: Don't add internal addresses to address bookGregory Sanders2018-11-071-3/+4
* | Merge #14530: Use RPCHelpMan to generate RPC doc stringsMarcoFalke2018-11-131-3/+4
|\ \
| * | rpc: Include rpc/util.h where needed for RPCHelpManMarcoFalke2018-11-091-3/+4
* | | Merge #13381: RPC: creates possibility to preserve labels on importprivkeyJonas Schnelli2018-11-131-3/+8
|\ \ \ | |/ / |/| |
| * | rpc: creates possibility to preserve labels on importprivkeymarcoagner2018-10-051-3/+8
* | | Pass chain locked variables where neededRussell Yanofsky2018-11-061-1/+1
* | | Remove uses of cs_main in wallet codeRussell Yanofsky2018-11-061-10/+20
| |/ |/|
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* | Merge #14454: Add SegWit support to importmultiWladimir J. van der Laan2018-10-311-151/+118
|\ \
| * | Add SegWit support to importmulti with some ProcessImport cleanupMeshCollider2018-10-251-151/+118
| |/
* / Move boost/std fstream to fsbridgeChun Kuan Lee2018-09-261-5/+4
|/
* Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke2018-09-241-2/+1
|\
| * Consistently use ParseHashV to validate hash inputs in rpcBen Woosley2018-08-071-2/+1