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
2024-02-12
wallet: db, introduce 'RunWithinTxn()' helper function
furszy
2024-02-09
wallet: batch and simplify ZapSelectTx process
furszy
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-06-27
walletdb: Refactor legacy wallet record loading into its own function
Andrew Chow
2023-06-19
salvage: Remove use of ReadKeyValue in salvage
Andrew Chow
2023-06-19
walletdb: Refactor hd chain loading to its own function
Andrew Chow
2023-06-19
walletdb: Refactor encryption key loading to its own function
Andrew Chow
2023-06-19
walletdb: Refactor crypted key loading to its own function
Andrew Chow
2023-06-19
walletdb: Refactor key reading and loading to its own function
Andrew Chow
2023-05-15
walletdb: Remove unused CreateMockWalletDatabase
Andrew Chow
2023-05-03
wallet: Move DummyDatabase to salvage
Andrew Chow
2023-04-12
refactor: Remove CAddressBookData::destdata
Ryan Ofsky
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-03
Merge bitcoin/bitcoin#26702: refactor: walletdb: drop unused `FindWalletTx` p...
Andrew Chow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-15
walletdb: refactor: drop unused `FindWalletTx` parameter and rename
Sebastian Falbesoner
2022-11-08
wallet: throw error if legacy entries are present on loading descriptor wallets
Sebastian Falbesoner
2022-09-09
wallet: bugfix, load wallet with an unknown descriptor cause fatal error
furszy
2022-08-26
Implement LegacyScriptPubKeyMan::DeleteRecords
Andrew Chow
2022-05-10
walletdb: Create a mock database of specific type
Andrew Chow
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
[next]