nimbus-eth1/nimbus/sync/snap/worker/db
Jordan Hrycaj 221e6c9e2f
Unified database frontend integration (#1670)
* Nimbus folder environment update

details:
* Integrated `CoreDbRef` for the sources in the `nimbus` sub-folder.
* The `nimbus` program does not compile yet as it needs the updates
  in the parallel `stateless` sub-folder.

* Stateless environment update

details:
* Integrated `CoreDbRef` for the sources in the `stateless` sub-folder.
* The `nimbus` program compiles now.

* Premix environment update

details:
* Integrated `CoreDbRef` for the sources in the `premix` sub-folder.

* Fluffy environment update

details:
* Integrated `CoreDbRef` for the sources in the `fluffy` sub-folder.

* Tools environment update

details:
* Integrated `CoreDbRef` for the sources in the `tools` sub-folder.

* Nodocker environment update

details:
* Integrated `CoreDbRef` for the sources in the
  `hive_integration/nodocker` sub-folder.

* Tests environment update

details:
* Integrated `CoreDbRef` for the sources in the `tests` sub-folder.
* The unit tests compile and run cleanly now.

* Generalise `CoreDbRef` to any `select_backend` supported database

why:
  Generalisation was just missed due to overcoming some compiler oddity
  which was tied to rocksdb for testing.

* Suppress compiler warning for `newChainDB()`

why:
  Warning was added to this function which must be wrapped so that
  any `CatchableError` is re-raised as `Defect`.

* Split off persistent `CoreDbRef` constructor into separate file

why:
  This allows to compile a memory only database version without linking
  the backend library.

* Use memory `CoreDbRef` database by default

detail:
 Persistent DB constructor needs to import `db/core_db/persistent

why:
 Most tests use memory DB anyway. This avoids linking `-lrocksdb` or
 any other backend by default.

* fix `toLegacyBackend()` availability check

why:
  got garbled after memory/persistent split.

* Clarify raw access to MPT for snap sync handler

why:
  Logically, `kvt` is not the raw access for the hexary trie (although
  this holds for the legacy database)
2023-08-04 12:10:09 +01:00
..
hexary_debug.nim Update snap server client test scenario (#1518) 2023-03-22 20:11:49 +00:00
hexary_desc.nim Code reorg 4 snap sync suite (#1560) 2023-04-24 21:24:07 +01:00
hexary_envelope.nim Update snap server client test scenario (#1518) 2023-03-22 20:11:49 +00:00
hexary_error.nim Update snap sync ready to succeed at lab test (#1556) 2023-04-21 22:11:04 +01:00
hexary_import.nim Prepare snap server client test scenario cont2 (#1487) 2023-03-07 14:23:22 +00:00
hexary_inspect.nim Update snap client account healing (#1521) 2023-03-25 10:44:48 +00:00
hexary_interpolate.nim Update snap server client test scenario (#1518) 2023-03-22 20:11:49 +00:00
hexary_nearby.nim Update snap client account healing (#1521) 2023-03-25 10:44:48 +00:00
hexary_nodes_helper.nim Update snap client account healing (#1521) 2023-03-25 10:44:48 +00:00
hexary_paths.nim Update snap server client test scenario (#1518) 2023-03-22 20:11:49 +00:00
hexary_range.nim Pre functional snap to full sync (#1546) 2023-04-14 23:28:57 +01:00
rocky_bulk_load.nim Silence some compiler gossip -- part 8, sync (#1467) 2023-02-14 23:38:33 +00:00
snapdb_accounts.nim Unified database frontend integration (#1670) 2023-08-04 12:10:09 +01:00
snapdb_contracts.nim Unified database frontend integration (#1670) 2023-08-04 12:10:09 +01:00
snapdb_debug.nim Unified database frontend integration (#1670) 2023-08-04 12:10:09 +01:00
snapdb_desc.nim Unified database frontend integration (#1670) 2023-08-04 12:10:09 +01:00
snapdb_persistent.nim Unified database frontend integration (#1670) 2023-08-04 12:10:09 +01:00
snapdb_pivot.nim Unified database frontend integration (#1670) 2023-08-04 12:10:09 +01:00
snapdb_storage_slots.nim Unified database frontend integration (#1670) 2023-08-04 12:10:09 +01:00