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.cpp
Age
Commit message (
Expand
)
Author
2023-12-05
build: Enable -Wunreachable-code
MarcoFalke
2023-11-28
scripted-diff: Use DataStream in most places
MarcoFalke
2023-11-21
Use Txid in COutpoint
dergoegge
2023-08-14
Move CScriptID to script.{h/cpp}
Andrew Chow
2023-07-11
wallet: loading, log descriptor parsing error details
furszy
2023-07-03
Merge bitcoin/bitcoin#27920: wallet: bugfix, always use apostrophe for spkm d...
Andrew Chow
2023-06-28
Merge bitcoin/bitcoin#27927: util: Allow std::byte and char Span serialization
Andrew Chow
2023-06-28
wallet: do not allow loading descriptor with an invalid ID
furszy
2023-06-27
walletdb: Remove loading code where the database is iterated
Andrew Chow
2023-06-27
walletdb: refactor decryption key loading
Andrew Chow
2023-06-27
walletdb: refactor defaultkey and wkey loading
Andrew Chow
2023-06-27
walletdb: refactor active spkm loading
Andrew Chow
2023-06-27
walletdb: refactor tx loading
Andrew Chow
2023-06-27
walletdb: refactor address book loading
Andrew Chow
2023-06-27
walletdb: Refactor descriptor wallet records loading
Andrew Chow
2023-06-27
walletdb: Refactor legacy wallet record loading into its own function
Andrew Chow
2023-06-27
Use only Span{} constructor for byte-like types where possible
MarcoFalke
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-06-08
walletdb: Refactor wallet flags loading
Andrew Chow
2023-06-08
walletdb: Refactor minversion loading
Andrew Chow
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-18
Merge bitcoin/bitcoin#27556: wallet: fix deadlock in bdb read write operation
Andrew Chow
2023-05-15
walletdb: Remove unused CreateMockWalletDatabase
Andrew Chow
2023-05-15
walletdb: scope bdb::EraseRecords under a single db txn
furszy
2023-05-03
wallet: Move DummyDatabase to salvage
Andrew Chow
2023-04-12
refactor: Remove CAddressBookData::destdata
Ryan Ofsky
2023-04-11
wallet: Replace use of purpose strings with an enum
Andrew Chow
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-23
Merge bitcoin/bitcoin#26690: wallet: Refactor database cursor into its own ob...
fanquake
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-16
db: Change DatabaseCursor::Next to return status enum
Andrew Chow
2022-12-16
wallet: Have cursor users use DatabaseCursor directly
Andrew Chow
2022-12-15
walletdb: refactor: drop unused `FindWalletTx` parameter and rename
Sebastian Falbesoner
2022-12-05
Merge bitcoin/bitcoin#26462: wallet: fix crash on loading descriptor wallet c...
Andrew Chow
2022-11-18
wallet: bugfix, invalid crypted key "checksum_valid" set
furszy
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-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-06-30
Merge bitcoin/bitcoin#25383: wallet: don't read db every time that a new 'Wal...
MacroFake
2022-06-28
Merge bitcoin/bitcoin#24924: bench: Make WalletLoading benchmark run faster
fanquake
2022-06-16
walletdb: fix last client version update
furszy
2022-06-16
wallet: don't read db every time that a new WalletBatch is created
furszy
2022-05-17
refactor: use C++11 default initializers
fanquake
[next]