aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
AgeCommit message (Expand)Author
2020-05-06Merge #9381: Remove CWalletTx merging logic from AddToWalletSamuel Dobson
2020-05-01wallet: Avoid translating RPC errors when creating txsMarcoFalke
2020-05-01wallet: Avoid translating RPC errors when loading walletsMarcoFalke
2020-05-01Get rid of BindWalletRussell Yanofsky
2020-05-01Disable CWalletTx copy constructorRussell Yanofsky
2020-05-01Avoid copying CWalletTx in LoadToWalletRussell Yanofsky
2020-05-01Get rid of unneeded CWalletTx::Init parameterRussell Yanofsky
2020-05-01Remove CWalletTx merging logic from AddToWalletRussell Yanofsky
2020-04-30[wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard
2020-04-30[wallet] Move methods from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getBlockHeight from Chain::Lock interface to simple ChainAntoine Riard
2020-04-30[wallet] Move getHeight from Chain::Lock interface to simple ChainAntoine Riard
2020-04-23add importdescriptors RPC and tests for native descriptor walletsHugo Nguyen
2020-04-23Add IsLegacy to CWallet so that the GUI knows whether to show watchonlyAndrew Chow
2020-04-23Be able to create new wallets with DescriptorScriptPubKeyMans as backingAndrew Chow
2020-04-23Add LoadDescriptorScriptPubKeyMan and SetActiveScriptPubKeyMan to CWalletAndrew Chow
2020-04-23Add WALLET_FLAG_DESCRIPTORSAndrew Chow
2020-04-19wallet: Refactor WalletRescanReserver to use wallet referenceJoão Barbosa
2020-04-19Merge #15761: Replace -upgradewallet startup option with upgradewallet RPCMarcoFalke
2020-04-14wallet: Prefer full destination groups in coin selectionFabian Jahr
2020-04-14Merge #17954: wallet: Remove calls to Chain::Lock methodsMarcoFalke
2020-04-13Make UpgradeWallet a member function of CWalletAndrew Chow
2020-04-13Have UpgradeWallet take the version to upgrade to and an error message out pa...Andrew Chow
2020-04-13Only run UpgradeWallet if the wallet needs to be upgradedAndrew Chow
2020-04-13Move wallet upgrading to its own functionAndrew Chow
2020-04-06Wallet: Replace CAddressBookData.name with GetLabel() methodLuke Dashjr
2020-04-02Wallet: Add warning comments and assert to CWallet::DelAddressBookLuke Dashjr
2020-04-02Wallet: New FindAddressBookEntry method to filter out change entries (and ski...Luke Dashjr
2020-04-02Wallet: Add CAddressBookData::IsChange which returns true iff label has never...Luke Dashjr
2020-04-02Wallet: Require usage of new CAddressBookData::setLabel to change labelLuke Dashjr
2020-04-02scripted-diff: Wallet: Rename mapAddressBook to m_address_bookLuke Dashjr
2020-03-31wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactionsRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in rescanblockchainRussell Yanofsky
2020-03-31wallet: Avoid use of Chain::Lock in tryGetTxStatus and tryGetBalancesRussell Yanofsky
2020-03-31Merge #18338: Fix wallet unload race conditionWladimir J. van der Laan
2020-03-27Fix wallet unload race conditionRussell Yanofsky
2020-03-27util: Replace i64tostr with ToStringMarcoFalke
2020-03-19refactor: Rename Chain::Notifications methods to be consistent with other int...Russell Yanofsky
2020-03-19Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan
2020-03-11[validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery
2020-03-09Replace GetSigningProvider with GetSolvingProviderAndrew Chow
2020-03-09Move direct calls to MessageSign into new SignMessage functions in CWallet an...Andrew Chow
2020-03-09Move FillPSBT to be a member of CWalletAndrew Chow
2020-03-08Implement CWallet::SignTransaction using ScriptPubKeyMan::SignTransactionAndrew Chow
2020-03-02wallet: make ReserveDestination pwallet ivar constKarl-Johan Alm
2020-03-02wallet: make BackupWallet() constKarl-Johan Alm
2020-03-02wallet: make getters constKarl-Johan Alm
2020-03-02wallet/spkm: make GetOldestKeyPoolTime() constKarl-Johan Alm
2020-03-02wallet: make CanGetAddresses() constKarl-Johan Alm
2020-03-02wallet: make KeypoolCountExternalKeys() constKarl-Johan Alm