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
2024-02-20
Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup
fanquake
2024-02-20
Merge bitcoin/bitcoin#26008: wallet: cache IsMine scriptPubKeys to improve pe...
fanquake
2024-02-16
wallet: Retrieve ID from loaded DescSPKM directly
Ava Chow
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2024-02-12
wallet: simplify EraseRecords by using 'ErasePrefix'
furszy
2024-02-12
wallet: db, introduce 'RunWithinTxn()' helper function
furszy
2024-02-12
Merge bitcoin/bitcoin#28987: wallet: simplify and batch zap wallet txes process
Ava Chow
2024-02-09
wallet: batch and simplify ZapSelectTx process
furszy
2024-01-25
refactor: Compile unreachable code
MarcoFalke
2024-01-04
wallet: Fix use-after-free in WalletBatch::EraseRecords
MarcoFalke
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
[next]