nimbus-eth1/nimbus/sync/beacon
Jordan Hrycaj 800fd77333
Core db remove legacy phrases (#2468)
* Rename `newKvt()` -> `ctx.getKvt()`

why:
  Clean up legacy shortcut. Also, the `KVT` returned is not instantiated
  but refers to the shared `KVT` that resides in a context which is a
  generalisation of an in-memory database fork. The function `ctx`
  retrieves the default context.

* Rename `newTransaction()` -> `ctx.newTransaction()`

why:
  Clean up legacy shortcut. The transaction is applied to a context as a
  generalisation of an in-memory database fork. The function `ctx`
  retrieves the default context.

* Rename `getColumn(CtGeneric)` -> `getGeneric()`

why:
  No more a list of well known sub-tries needed, a single one is enough.
  In fact, `getColumn()` did only support a single sub-tree by now.

* Reduce TODO list
2024-07-10 12:19:35 +00:00
..
beacon_impl.nim Fix beacon_sync mapBodiesToHeader bug (#2355) 2024-06-14 17:41:58 +07:00
skeleton_algo.nim Check invalid ancestor in engine-api and beacon-sync (#2192) 2024-05-17 08:38:46 +07:00
skeleton_db.nim Core db remove legacy phrases (#2468) 2024-07-10 12:19:35 +00:00
skeleton_desc.nim Add style check to config.nims and fix styles in source code (#2038) 2024-02-20 10:07:38 +07:00
skeleton_main.nim Beacon skeleton works with ttdPassed=true flag too (#1826) 2023-10-19 10:29:06 +07:00
skeleton_utils.nim Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
worker.nim Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00
worker_desc.nim Working prototype of beacon downloader (#1780) 2023-09-28 13:20:12 +07:00