index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
wallet.cpp
Age
Commit message (
Expand
)
Author
2020-03-31
wallet: Handle duplicate fileid exception
João Barbosa
2020-03-27
Fix wallet unload race condition
Russell Yanofsky
2020-03-19
refactor: Change Chain::broadcastTransaction param order
Russell Yanofsky
2020-03-19
refactor: Rename Chain::Notifications methods to be consistent with other int...
Russell Yanofsky
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-11
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-11
[wallet] Notify conflicted transactions in TransactionRemovedFromMempool
John Newbery
2020-03-09
Replace GetSigningProvider with GetSolvingProvider
Andrew Chow
2020-03-09
Move direct calls to MessageSign into new SignMessage functions in CWallet an...
Andrew Chow
2020-03-09
Move key and script filling and signing from CWallet::FillPSBT to ScriptPubKe...
Andrew Chow
2020-03-09
Move FillPSBT to be a member of CWallet
Andrew Chow
2020-03-08
Use CWallet::SignTransaction in CreateTransaction and signrawtransactionwithw...
Andrew Chow
2020-03-08
Implement CWallet::SignTransaction using ScriptPubKeyMan::SignTransaction
Andrew Chow
2020-03-02
wallet: make BackupWallet() const
Karl-Johan Alm
2020-03-02
wallet: make getters const
Karl-Johan Alm
2020-03-02
wallet/spkm: make GetOldestKeyPoolTime() const
Karl-Johan Alm
2020-03-02
wallet: make CanGetAddresses() const
Karl-Johan Alm
2020-03-02
wallet: make KeypoolCountExternalKeys() const
Karl-Johan Alm
2020-03-02
make BlockUntilSyncedToCurrentChain() const
Karl-Johan Alm
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-21
scripted-diff: Wallet: Rename incorrectly named *UsedDestination
Luke Dashjr
2020-02-17
Merge #13339: wallet: Replace %w by wallet name in -walletnotify script
Wladimir J. van der Laan
2020-02-01
Remove false positive GCC warning
Hennadii Stepanov
2020-01-23
Refactor: Replace SigningProvider pointers with unique_ptrs
Andrew Chow
2020-01-23
Refactor: Copy CWallet signals and print function to LegacyScriptPubKeyMan
Andrew Chow
2020-01-23
Box the wallet: Add multiple keyman maps and loops
Andrew Chow
2020-01-23
refactor: define a UINT256_ONE global constant
Andrew Chow
2020-01-23
Make UpgradeKeyMetadata work only on LegacyScriptPubKeyMan
Andrew Chow
2020-01-23
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2020-01-23
Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
Andrew Chow
2020-01-23
wallet: Improve CWallet:MarkDestinationsDirty
João Barbosa
2020-01-16
Merge #17924: Bug: IsUsedDestination shouldn't use key id as script id for Sc...
Wladimir J. van der Laan
2020-01-15
wallet: Replace %w by wallet name in -walletnotify script
João Barbosa
2020-01-15
Merge #17843: wallet: Reset reused transactions cache
Samuel Dobson
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-14
IsUsedDestination shouldn't use key id as script id for ScriptHash
Gregory Sanders
2020-01-13
wallet: Reset reused transactions cache
Fabian Jahr
2020-01-08
Merge #16963: wallet: Fix unique_ptr usage in boost::signals2
Wladimir J. van der Laan
2020-01-08
Merge #17677: Activate watchonly wallet behavior for LegacySPKM only
Samuel Dobson
2020-01-08
Merge #17621: IsUsedDestination should count any known single-key address
Samuel Dobson
2020-01-03
IsUsedDestination should count any known single-key address
Gregory Sanders
2019-12-17
Merge #17537: wallet: Cleanup and move opportunistic and superfluous TopUp()s
fanquake
2019-12-10
Activate no-privkey -> ISMINE_WATCH_ONLY behavior for LegacySPKM only
Gregory Sanders
2019-12-06
Remove SetCrypted() and fUseCrypto; Change IsCrypted()'s implementation
Andrew Chow
2019-12-06
Rename EncryptKeys to Encrypt and pass in the encrypted batch to use
Andrew Chow
2019-12-06
Move Unlock implementation to LegacyScriptPubKeyMan
Andrew Chow
2019-12-06
Add GetEncryptionKey() and HasEncryptionKeys() to WalletStorage
Andrew Chow
2019-12-06
Merge #17373: wallet: Various fixes and cleanup to keypool handling in Legacy...
fanquake
2019-12-02
doc: rename wallet-tool references to bitcoin-wallet
Wilson Ccasihue S
[next]