aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
AgeCommit message (Expand)Author
2019-06-07Merge #15024: Allow specific private keys to be derived from descriptorWladimir J. van der Laan
2019-06-06Import private keys from descriptor with importmulti if providedMeshCollider
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-29Merge #15741: Batch write imported stuff in importmultiMeshCollider
2019-05-28Move some of ProcessImport into CWallet::Import*Ben Woosley
2019-05-22Merge #16063: rpc: Mention getwalletinfo where a rescan is triggeredMarcoFalke
2019-05-22rpc: Mention getwalletinfo where a rescan is triggeredJoão Barbosa
2019-05-22RPC: Hint for importmulti in help output of importpubkey and importaddressKristaps Kaupe
2019-05-18Batch writes for importmultiAndrew Chow
2019-05-16Merge #15870: wallet: Only fail rescan when blocks have actually been prunedMarcoFalke
2019-05-15[doc] rpcwallet: Only fail rescan when blocks have been prunedMarcoFalke
2019-05-10Merge #15744: refactor: Extract ParseDescriptorRangeMarcoFalke
2019-05-06scripted-diff: Bump copyright headers in walletMarcoFalke
2019-05-06wallet: Only fail rescan when blocks have actually been prunedMarcoFalke
2019-04-29GetKeyBirthTimes should return key ids, not destinationsGregory Sanders
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2019-04-13Extract ParseDescriptorRangeBen Woosley
2019-04-06Take non-importing keys into account for spendability warning in descriptor i...Pieter Wuille
2019-04-04Import all origin info in importmulti; even for non-importing pubkeysPieter Wuille
2019-04-04Keep full pubkeys in FlatSigningProvider::originsPieter Wuille
2019-03-27wallet: Move CWallet::ReacceptWalletTransactions locks to callersJoão Barbosa
2019-03-06Remove remaining wallet accesses to node globalsRussell Yanofsky
2019-03-04Merge #15288: Remove wallet -> node global function callsMarcoFalke
2019-02-28Use stop/[start,stop] notation in importmulti desc rangePieter Wuille
2019-02-22Change brace formattingRussell Yanofsky
2019-02-22Remove uses of fPruneMode in wallet codeRussell Yanofsky
2019-02-16[Doc] importmulti: add missing description of keypool optionDavid A. Harding
2019-02-15Make descriptor checksums mandatory in deriveaddresses and importmultiPieter Wuille
2019-02-14Import public keys in orderAndrew Chow
2019-02-14Add option to importmulti add an imported pubkey to the keypoolAndrew Chow
2019-02-14Import KeyOriginData when importing descriptorsAndrew Chow
2019-02-14Store key origin info in key metadataAndrew Chow
2019-02-11RPCHelpMan: Check default values are given at compile-timeMarcoFalke
2019-02-08Merge #15365: wallet: Add lock annotation for mapAddressBookMarcoFalke
2019-02-07wallet: Add lock annotation for mapAddressBookMarcoFalke
2019-02-05[wallet] Allow descriptor imports with importmultiMeshCollider
2019-02-05[wallet] Refactor ProcessImport() to call ProcessImportLegacy()John Newbery
2019-02-05[wallet] Add ProcessImportLegacy()John Newbery
2019-02-05[wallet] Refactor ProcessImport()John Newbery
2019-02-01Merge #15308: build: Restore compatibility with older boostMarcoFalke
2019-02-01Merge #15235: Do not import private keys to wallets with private keys disabledWladimir J. van der Laan
2019-01-31Prefer boost::optional#get_value_or over #value_orBen Woosley
2019-01-31Do not import private keys to wallets with private keys disabledAndrew Chow
2019-01-31Refactor importwallet to extract data from the file and then importAndrew Chow
2019-01-30Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet codeMeshCollider
2019-01-29Merge #14987: RPCHelpMan: Pass through Result and ExamplesMarcoFalke
2019-01-25RPCHelpMan: Pass through Result and ExamplesMarcoFalke
2019-01-24Trivial: fixup a few doxygen commentsBen Woosley
2019-01-15[docs] Expand help text for importmulti changesJohn Newbery
2019-01-15Add time methods to the Chain interfaceRussell Yanofsky