0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-10 15:46:48 -04:00
bitcoin-core/src/index
Ryan Ofsky 2eaeded37f refactor, dbwrapper: Add DBParams and DBOptions structs
Add DBParams and DBOptions structs to remove ArgsManager uses from dbwrapper.

To reduce size of this commit, this moves references to gArgs variable out of
dbwrapper.cpp to calling code in txdb.cpp. But these moves are temporary. The
gArgs references in txdb.cpp are moved out to calling code in init.cpp in later
commits.

This commit does not change behavior.
2023-02-10 04:39:11 -04:00
..
base.cpp refactor, dbwrapper: Add DBParams and DBOptions structs 2023-02-10 04:39:11 -04:00
base.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
blockfilterindex.cpp refactor: use Hash helper for double-SHA256 calculations 2023-01-31 19:34:35 +01:00
blockfilterindex.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
coinstatsindex.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
coinstatsindex.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
disktxpos.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
txindex.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
txindex.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00