aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
AgeCommit message (Expand)Author
2020-01-14IsUsedDestination should count any known single-key addressGregory Sanders
2020-01-14Drop signal CClientUIInterface::LoadWalletRussell Yanofsky
2019-08-29Modify wallet tx status if has been reorged outAntoine Riard
2019-08-23Encapsulate tx status in a Confirmation structAntoine Riard
2019-08-21Merge #16572: wallet: Fix Char as Bool in Walletfanquake
2019-08-09[wallet] Restore confirmed/conflicted tx check in SubmitMemoryPoolAndRelay()John Newbery
2019-08-08Fix Char as Bool in interfacesJeremy Rubin
2019-08-02Merge #15713: refactor: Replace chain relayTransactions/submitMemoryPool by h...MarcoFalke
2019-08-01Remove duplicate checks in SubmitMemoryPoolAndRelayAntoine Riard
2019-08-01Introduce CWalletTx::SubmitMemoryPoolAndRelayAntoine Riard
2019-08-01Merge #16502: wallet: Drop unused OldKeyfanquake
2019-07-31wallet: Drop unused OldKeyJoão Barbosa
2019-07-31Merge #15906: [wallet] Move min_depth and max_depth to coin controlWladimir J. van der Laan
2019-07-30[wallet] Remove CMerkleTx serialization logicJohn Newbery
2019-07-30[wallet] Flatten CWalletTx class hierarchyJohn Newbery
2019-07-30[wallet] Move CMerkleTx functions into CWalletTxJohn Newbery
2019-07-30Merge #16475: wallet: Enumerate walletdb keysfanquake
2019-07-29Merge #16399: wallet: Improve wallet creationMarcoFalke
2019-07-27wallet: Rename CWalletKey to OldKeyMarcoFalke
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-22extract min & max depth onto coin controlAmiti Uttarwar
2019-07-19Return error for ignored passphrase through disable private keys optionFabian Jahr
2019-07-17Merge #16208: wallet: Consume ReserveDestination on successful CreateTransactionMeshCollider
2019-07-16Use strong enum for WalletCreationStatusFabian Jahr
2019-07-16Place out args at the end for CreateWalletFabian Jahr
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