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-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
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 #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-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
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
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-05
keypool: Add comment about TopUp and when to use it
Andrew Chow
2019-12-04
Merge #17648: doc: rename wallet-tool references to bitcoin-wallet
Wladimir J. van der Laan
2019-12-03
Merge #17643: wallet: Fix origfee return for bumpfee with feerate arg
MarcoFalke
2019-12-02
doc: rename wallet-tool references to bitcoin-wallet
Wilson Ccasihue S
2019-12-02
Key pool: Fix omitted pre-split count in GetKeyPoolSize
Andrew Chow
2019-12-02
Key pool: Change ReturnDestination interface to take address instead of key
Andrew Chow
2019-12-02
Key pool: Move LearnRelated and GetDestination calls
Andrew Chow
2019-12-01
Fix origfee return for bumpfee with feerate arg
Gregory Sanders
2019-12-01
Merge #17568: wallet: fix when sufficient preset inputs and subtractFeeFromOu...
fanquake
2019-11-26
Default to bnb_used = false as there are many cases where BnB is not used
Andrew Chow
2019-11-26
Add OutputType and CPubKey parameters to KeepDestination
Andrew Chow
2019-11-26
Rename Keep/ReturnKey to Keep/ReturnDestination and remove the wrapper
Andrew Chow
2019-11-26
Merge #17283: rpc: improve getaddressinfo test coverage, help, code docs
Wladimir J. van der Laan
2019-11-24
rpc: add getaddressinfo code documentation
Jon Atack
2019-11-24
rpc: update getaddressinfo RPCExamples to bech32
Jon Atack
2019-11-24
rpc: clarify label vs labels in getaddressinfo RPCHelpman
Jon Atack
[next]