aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
AgeCommit message (Expand)Author
2019-07-27Merge #16402: Remove wallet settings from chainparamsMeshCollider
2019-07-26Merge #16301: Use CWallet::Import* functions in all import* RPCsMarcoFalke
2019-07-24Optionally allow ImportScripts to set script creation timestampAndrew Chow
2019-07-17Merge #16208: wallet: Consume ReserveDestination on successful CreateTransactionMeshCollider
2019-07-16Remove wallet settings from chainparamsMarcoFalke
2019-07-11Change ImportScriptPubKeys' internal to apply_labelAndrew Chow
2019-07-11Merge #16227: Refactor CWallet's inheritance chainWladimir J. van der Laan
2019-07-10Merge #16244: Move wallet creation out of the createwallet rpc into its own f...MarcoFalke
2019-07-10Restrict lifetime of ReserveDestination to CWallet::CreateTransactionGregory Sanders
2019-07-10Merge #16237: Have the wallet give out destinations instead of keysWladimir J. van der Laan
2019-07-09Move wallet creation out of the createwallet rpc into its own functionAndrew Chow
2019-07-09Add GetNewChangeDestination for getting new change DestinationsAndrew Chow
2019-07-09Replace CReserveKey with ReserveDestinatoinAndrew Chow
2019-07-09Add GetNewDestination to CWallet to fetch new destinationsAndrew Chow
2019-07-09Move WatchOnly stuff from SigningProvider to CWalletAndrew Chow
2019-07-09Remove CCryptoKeyStore and move all of it's functionality into CWalletAndrew Chow
2019-07-09scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow
2019-06-19Move ismine to wallet moduleAndrew Chow
2019-05-29wallet/rpc: add setwalletflag RPC and MUTABLE_WALLET_FLAGSKarl-Johan Alm
2019-05-29wallet: enable avoid_reuse featureKarl-Johan Alm
2019-05-29wallet: avoid reuse flagsKarl-Johan Alm
2019-05-29wallet: make IsWalletFlagSet() constKarl-Johan Alm
2019-05-29wallet: rename g_known_wallet_flags constant to KNOWN_WALLET_FLAGSKarl-Johan Alm
2019-05-29Merge #15741: Batch write imported stuff in importmultiMeshCollider
2019-05-28wallet: Pass WalletBatch to CWallet::UnsetWalletFlagJoão Barbosa
2019-05-28Apply the batch treatment to CWallet::SetAddressBook via ImportScriptPubKeysBen Woosley
2019-05-28Move some of ProcessImport into CWallet::Import*Ben Woosley
2019-05-18Batch writes for importmultiAndrew Chow
2019-05-18Add AddWatchOnlyWithDB, AddKeyOriginWithDB, AddCScriptWithDB functionsAndrew Chow
2019-05-16Merge #15870: wallet: Only fail rescan when blocks have actually been prunedMarcoFalke
2019-05-14Merge #15777: [docs] Add doxygen comments for keypool classesMarcoFalke
2019-05-09Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...Wladimir J. van der Laan
2019-05-06scripted-diff: Bump copyright headers in walletMarcoFalke
2019-05-06Merge #15730: rpc: Show scanning details in getwalletinfoWladimir J. van der Laan
2019-05-02wallet: Track current scanning progressJoão Barbosa
2019-05-01Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher...MarcoFalke
2019-05-01[docs] Add doxygen comment for CReserveKeyJohn Newbery
2019-05-01[docs] Add doxygen comment for CKeyPoolJohn Newbery
2019-04-29GetKeyBirthTimes should return key ids, not destinationsGregory Sanders
2019-04-28wallet: Track scanning durationJoão Barbosa
2019-04-27Merge #15778: [wallet] Move maxtxfee from node to walletMarcoFalke
2019-04-23refactor: replace isPotentialtip/waitForNotifications by higher methodAntoine Riard
2019-04-23wallet: add cachable amounts for caching credit/debit valuesKarl-Johan Alm
2019-04-18[wallet] Move maxTxFee to walletJohn Newbery
2019-04-17refactor: Add handleNotifications method to walletMarcoFalke
2019-04-14[wallet] move-only: move CReserveKey to be next to CKeyPoolJohn Newbery
2019-04-14Merge #15748: [rpc] remove dead mining codeMeshCollider
2019-04-11Merge #15639: bitcoin-wallet tool: Drop libbitcoin_server.a dependencyMeshCollider
2019-04-11Merge #15728: [wallet] Refactor relay transactionsMeshCollider
2019-04-10[cleanup] Remove unused CReserveKeyJohn Newbery