nimbus-eth1/nimbus/sync/handlers
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
..
eth.nim Coredb and sync maintenance update (#2583) 2024-08-30 11:18:36 +00:00
setup.nim Disable txpool in eth wire protocol handler (#2540) 2024-08-06 11:26:55 +07:00