nimbus-eth1/nimbus/sync
Jordan Hrycaj 42a08cfba9
Coredb and sync maintenance update (#2583)
* bump metrics

* Remove cruft

* Cosmetics, update some logging, noise control

* Renamed `CoreDb` function `hasKey` => `hasKeyRc` and provided `hasKey`

why:
  Currently, `hasKey` returns a `Result[]` rather than a `bool` which
  is what one would expect from a function prototype of this name.

  This was a bit of an annoyance and cost unnecessary attention.
2024-08-30 11:18:36 +00:00
..
beacon Core db remove legacy phrases (#2468) 2024-07-10 12:19:35 +00:00
handlers Coredb and sync maintenance update (#2583) 2024-08-30 11:18:36 +00:00
protocol Coredb and sync maintenance update (#2583) 2024-08-30 11:18:36 +00:00
beacon.nim Coredb and sync maintenance update (#2583) 2024-08-30 11:18:36 +00:00
handlers.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
peers.nim
protocol.nim Remove eth/66 and eth/67 wire protocol (#2238) 2024-05-29 09:20:25 +02:00
sync_desc.nim Coredb and sync maintenance update (#2583) 2024-08-30 11:18:36 +00:00
sync_sched.nim Coredb and sync maintenance update (#2583) 2024-08-30 11:18:36 +00:00
types.nim Replace some usage of std/options with results Opt (#2323) 2024-06-07 23:39:58 +02:00