aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | [wallet] Notify conflicted transactions in TransactionRemovedFromMempoolJohn Newbery2020-03-111-3/+0
* | | Replace GetSigningProvider with GetSolvingProviderAndrew Chow2020-03-091-6/+6
* | | Move direct calls to MessageSign into new SignMessage functions in CWallet an...Andrew Chow2020-03-091-0/+12
* | | Move key and script filling and signing from CWallet::FillPSBT to ScriptPubKe...Andrew Chow2020-03-091-17/+34
* | | Move FillPSBT to be a member of CWalletAndrew Chow2020-03-091-0/+72
* | | Use CWallet::SignTransaction in CreateTransaction and signrawtransactionwithw...Andrew Chow2020-03-081-19/+3
* | | Implement CWallet::SignTransaction using ScriptPubKeyMan::SignTransactionAndrew Chow2020-03-081-15/+63
* | | wallet: make BackupWallet() constKarl-Johan Alm2020-03-021-1/+1
* | | wallet: make getters constKarl-Johan Alm2020-03-021-2/+2
* | | wallet/spkm: make GetOldestKeyPoolTime() constKarl-Johan Alm2020-03-021-1/+1
* | | wallet: make CanGetAddresses() constKarl-Johan Alm2020-03-021-1/+1
* | | wallet: make KeypoolCountExternalKeys() constKarl-Johan Alm2020-03-021-1/+1
* | | make BlockUntilSyncedToCurrentChain() constKarl-Johan Alm2020-03-021-1/+1
* | | Refactor FormatStateMessage into ValidationStateJeffrey Czyz2020-02-271-1/+0
|/ /
* | scripted-diff: Wallet: Rename incorrectly named *UsedDestinationLuke Dashjr2020-02-211-5/+5
* | Merge #13339: wallet: Replace %w by wallet name in -walletnotify scriptWladimir J. van der Laan2020-02-171-0/+8
|\ \
| * | wallet: Replace %w by wallet name in -walletnotify scriptJoão Barbosa2020-01-151-0/+8
* | | Remove false positive GCC warningHennadii Stepanov2020-02-011-1/+3
| |/ |/|
* | Refactor: Replace SigningProvider pointers with unique_ptrsAndrew Chow2020-01-231-6/+6
* | Refactor: Copy CWallet signals and print function to LegacyScriptPubKeyManAndrew Chow2020-01-231-0/+9
* | Box the wallet: Add multiple keyman maps and loopsAndrew Chow2020-01-231-39/+110
* | refactor: define a UINT256_ONE global constantAndrew Chow2020-01-231-1/+1
* | Make UpgradeKeyMetadata work only on LegacyScriptPubKeyManAndrew Chow2020-01-231-2/+5
* | Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow2020-01-231-3/+17
* | Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow2020-01-231-10/+14
* | wallet: Improve CWallet:MarkDestinationsDirtyJoão Barbosa2020-01-231-2/+3
* | Merge #17924: Bug: IsUsedDestination shouldn't use key id as script id for Sc...Wladimir J. van der Laan2020-01-161-1/+1
|\ \
| * | IsUsedDestination shouldn't use key id as script id for ScriptHashGregory Sanders2020-01-141-1/+1
* | | Merge #17843: wallet: Reset reused transactions cacheSamuel Dobson2020-01-151-3/+24
|\ \ \
| * | | wallet: Reset reused transactions cacheFabian Jahr2020-01-131-3/+24
| | |/ | |/|
* | | scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
* | | scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke2020-01-151-1/+1
|/ /
* | Merge #16963: wallet: Fix unique_ptr usage in boost::signals2Wladimir J. van der Laan2020-01-081-1/+14
|\ \
| * | Drop signal CClientUIInterface::LoadWalletRussell Yanofsky2019-10-261-1/+14
* | | Merge #17677: Activate watchonly wallet behavior for LegacySPKM onlySamuel Dobson2020-01-081-2/+2
|\ \ \ | |_|/ |/| |
| * | Activate no-privkey -> ISMINE_WATCH_ONLY behavior for LegacySPKM onlyGregory Sanders2019-12-101-2/+2
* | | Merge #17621: IsUsedDestination should count any known single-key addressSamuel Dobson2020-01-081-7/+23
|\ \ \
| * | | IsUsedDestination should count any known single-key addressGregory Sanders2020-01-031-7/+23
* | | | Merge #17537: wallet: Cleanup and move opportunistic and superfluous TopUp()sfanquake2019-12-171-2/+3
|\ \ \ \
| * | | | keypool: Move opportunistic TopUps from LegacyScriptPubKeyMan to CWallet and ...Andrew Chow2019-11-221-0/+3
| * | | | keypool: Remove superfluous topup from CWallet::GetNewChangeDestinationAndrew Chow2019-11-221-2/+0
| |/ / /
* | | | Remove SetCrypted() and fUseCrypto; Change IsCrypted()'s implementationAndrew Chow2019-12-061-9/+3
* | | | Rename EncryptKeys to Encrypt and pass in the encrypted batch to useAndrew Chow2019-12-061-3/+2
* | | | Move Unlock implementation to LegacyScriptPubKeyManAndrew Chow2019-12-061-0/+15
* | | | Add GetEncryptionKey() and HasEncryptionKeys() to WalletStorageAndrew Chow2019-12-061-0/+10
* | | | Merge #17373: wallet: Various fixes and cleanup to keypool handling in Legacy...fanquake2019-12-061-12/+3
|\ \ \ \
| * | | | Key pool: Change ReturnDestination interface to take address instead of keyAndrew Chow2019-12-021-6/+2
| * | | | Key pool: Move LearnRelated and GetDestination callsAndrew Chow2019-12-021-3/+1
| * | | | Add OutputType and CPubKey parameters to KeepDestinationAndrew Chow2019-11-261-1/+1
| * | | | Key pool: Move CanGetAddresses callAndrew Chow2019-11-221-3/+0
| |/ / /