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
Age
Commit message (
Expand
)
Author
2020-02-02
Merge #17585: rpc: deprecate getaddressinfo label
Samuel Dobson
2020-01-30
psbt_wallet_tests: use unique_ptr for GetSigningProvider
Anthony Towns
2020-01-30
Merge #17261: Make ScriptPubKeyMan an actual interface and the wallet to have...
Samuel Dobson
2020-01-30
Merge #17719: Document better -keypool as a look-ahead safety mechanism
Samuel Dobson
2020-01-29
Merge #17156: psbt: check that various indexes and amounts are within bounds
fanquake
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
HD Split: Avoid redundant upgrades
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-20
Merge #17945: doc: Fix doxygen errors
Wladimir J. van der Laan
2020-01-16
Fix doxygen errors
Ben Woosley
2020-01-17
Merge #17889: wallet: Improve CWallet:MarkDestinationsDirty
Samuel Dobson
2020-01-17
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
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-09
rpc: deprecate getaddressinfo label field
Jon Atack
2020-01-09
doc: address pr17578 review feedback
Jon Atack
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 #17578: rpc: simplify getaddressinfo labels, deprecate previous behavior
Samuel Dobson
2020-01-08
Merge #16373: bumpfee: Return PSBT when wallet has privkeys disabled
Samuel Dobson
2020-01-08
Merge #17621: IsUsedDestination should count any known single-key address
Samuel Dobson
2020-01-06
psbt: check output index is within bounds before accessing
Andrew Chow
2020-01-03
IsUsedDestination should count any known single-key address
Gregory Sanders
2020-01-03
rpc: simplify getaddressinfo labels, deprecate previous behavior
Jon Atack
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-28
rpc: incorporate review feedback from PR 17283
Jon Atack
2019-12-18
Document better -keypool as a look-ahead safety mechanism
Antoine Riard
2019-12-18
bumpfee: Return PSBT when wallet has privkeys disabled
Gregory Sanders
2019-12-18
Change bumpfee to use watch-only funds for legacy watchonly wallets
Gregory Sanders
2019-12-17
Merge #17537: wallet: Cleanup and move opportunistic and superfluous TopUp()s
fanquake
2019-12-13
Merge #17617: doc: unify unix epoch time descriptions
Wladimir J. van der Laan
2019-12-13
qa: unify unix epoch time descriptions
Jon Atack
2019-12-10
Activate no-privkey -> ISMINE_WATCH_ONLY behavior for LegacySPKM only
Gregory Sanders
2019-12-06
Replace LegacyScriptPubKeyMan::IsCrypted with LegacyScriptPubKeyMan::HasEncry...
Andrew Chow
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
Clear mapKeys before encrypting
Andrew Chow
2019-12-06
Move fDecryptionThoroughlyChecked from CWallet to LegacyScriptPubKeyMan
Andrew Chow
2019-12-06
Move Unlock implementation to LegacyScriptPubKeyMan
Andrew Chow
2019-12-06
Replace LegacyScriptPubKeyMan::vMasterKey with GetDecryptionKey()
Andrew Chow
[next]