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
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
2022-05-10
sqlite: Use in-memory db instead of temp for mockdb
Andrew Chow
2022-05-10
walletdb: Create a mock database of specific type
Andrew Chow
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-03-24
Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit...
MarcoFalke
2022-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
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-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-08
wallet: Properly set hd chain counters when loading
Andrew Chow
2021-11-15
refactor: Make CWalletTx sync state type-safe
Russell Yanofsky
2021-10-22
walletdb: Use SQLiteDatabase for mock wallet databases
Andrew Chow
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-10-01
Merge bitcoin/bitcoin#23142: Return false on corrupt tx rather than asserting
W. J. van der Laan
2021-10-01
scripted-diff: rename DBErrors::RESCAN_REQUIRED to NEED_RESCAN
Samuel Dobson
2021-09-30
Return false on corrupt tx rather than asserting
Samuel Dobson
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-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
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: Upgrade existing descriptor caches
Andrew Chow
2021-06-24
wallet: Store last hardened xpub cache
Andrew Chow
2021-06-24
Move DescriptorCache writing to WalletBatch
Andrew Chow
2021-06-06
Do not load external signers wallets when unsupported
Andrew Chow
2021-05-31
refactor: Switch serialize to uint8_t (1/n)
MarcoFalke
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-02-09
wallet: load flags before everything else
Sjors Provoost
2021-01-04
doc: fix various typos
Ikko Ashimine
2020-12-04
refactor: Consolidate redundant wallet database path and exists functions
Russell Yanofsky
2020-12-02
Merge #19980: refactor: Some wallet cleanups
fanquake
2020-11-23
Merge #20202: wallet: Make BDB support optional
Wladimir J. van der Laan
2020-11-19
Merge #15710: wallet: Catch ios_base::failure specifically
Wladimir J. van der Laan
2020-11-18
Do not compile BDB things when USE_BDB is defined
Andrew Chow
2020-11-07
refactor: Drop redudant CWallet::GetDBHandle
João Barbosa
2020-10-20
Make sqlite support optional (compile-time)
Luke Dashjr
2020-10-14
Determine wallet file type based on file magic
Andrew Chow
2020-09-03
wallet: Remove path checking code from bitcoin-wallet tool
Russell Yanofsky
[next]