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
/
walletdb.h
Age
Commit message (
Expand
)
Author
2022-03-02
Merge bitcoin/bitcoin#23304: wallet: Derive inactive HD chains in additional ...
laanwj
2022-02-20
wallet: Add external-signer-support specific error message
Hennadii Stepanov
2022-01-14
wallet: Refactor TopUp to be able to top up inactive chains too
Andrew Chow
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-05
Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensus
MarcoFalke
2021-10-01
scripted-diff: rename DBErrors::RESCAN_REQUIRED to NEED_RESCAN
Samuel Dobson
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-30
Corrupt wallet tx shouldn't trigger rescan of all wallets
Samuel Dobson
2021-09-25
Allow locked UTXOs to be store in the wallet database
Samuel Dobson
2021-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
2021-07-01
Merge bitcoin/bitcoin#19651: wallet: importdescriptors update existing
fanquake
2021-06-28
wallet: deactivate descriptor
S3RK
2021-06-24
wallet: Store last hardened xpub cache
Andrew Chow
2021-06-24
Move DescriptorCache writing to WalletBatch
Andrew Chow
2020-11-18
Include wallet/bdb.h where it is actually being used
Andrew Chow
2020-10-13
wallet: remove db mode string
Ivan Metlushko
2020-09-03
wallet: Remove path checking code from bitcoin-wallet tool
Russell Yanofsky
2020-09-03
wallet: Remove Verify and IsLoaded methods
Russell Yanofsky
2020-09-03
Merge #19805: wallet: Avoid deserializing unused records when salvaging
fanquake
2020-08-31
Remove -zapwallettxes
Andrew Chow
2020-08-25
walletdb: Add KeyFilterFn to ReadKeyValue
Andrew Chow
2020-08-14
Merge #19457: wallet: Cleanup wallettool salvage and walletdb extraneous decl...
MarcoFalke
2020-07-26
walletdb: Remove unused static functions from walletdb.h
Andrew Chow
2020-07-14
walletdb: Introduce WalletDatabase abstract class
Andrew Chow
2020-07-09
walletdb: Add MakeBatch function to BerkeleyDatabase and use it
Andrew Chow
2020-06-17
Add Create*WalletDatabase functions
Andrew Chow
2020-06-15
walletdb: Move BDB specific things into bdb.{cpp/h}
Andrew Chow
2020-06-15
walletdb: move IsWalletLoaded to walletdb.cpp
Andrew Chow
2020-05-27
Merge #18918: wallet: Move salvagewallet into wallettool
Samuel Dobson
2020-05-26
Merge #19032: Serialization improvements: final step
Wladimir J. van der Laan
2020-05-25
Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}
Andrew Chow
2020-05-25
Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standalone
Andrew Chow
2020-05-25
Expose a version of ReadKeyValue and use it in RecoverKeysOnlyFilter
Andrew Chow
2020-05-25
walletdb: don't automatically salvage when corruption is detected
Andrew Chow
2020-05-24
Convert wallet to new serialization
Pieter Wuille
2020-05-22
Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro...
Samuel Dobson
2020-05-15
Determine inactive HD seeds from key metadata and track them in LegacyScriptP...
Andrew Chow
2020-05-06
Merge #9381: Remove CWalletTx merging logic from AddToWallet
Samuel Dobson
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-05-01
Disable CWalletTx copy constructor
Russell Yanofsky
2020-04-23
Implement TopUp in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement writing descriptorkeys, descriptorckeys, and descriptors to wallet ...
Andrew Chow
2020-04-23
Load the descriptor cache from the wallet file
Andrew Chow
2020-04-23
Add LoadDescriptorScriptPubKeyMan and SetActiveScriptPubKeyMan to CWallet
Andrew Chow
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-01-16
Fix doxygen errors
Ben Woosley
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-21
Merge #17070: wallet: Avoid showing GUI popups on RPC errors
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
[next]