nimbus-eth1/nimbus/common
Jordan Hrycaj 30135ab1ef
Simplify beacon stream pivot update (#1435)
* Simplify pivot update

why:
  No need to fetch the pivot header from the network when it can be
  be made available in the ivot cache

also:
  Keep `txPool` update disabled while syncing

* Cosmetics, tune down some logging noise

* Support `snap/1` without `eth/6?`

why:
  Eth is not needed here.

* Snap is an (optional) extension of `eth`

so:
  It it must be supported somehow. Nevertheless it will be currently
  unused in the snap syncer.
2023-01-18 08:31:57 +00:00
..
chain_config.nim update `mainNetTTD` (#1428) 2023-01-13 18:50:16 +00:00
common.nim Simplify beacon stream pivot update (#1435) 2023-01-18 08:31:57 +00:00
context.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
eips.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
evmforks.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
genesis.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
genesis_alloc.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
hardforks.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
manager.nim implement better hardfork management 2022-12-02 13:51:42 +07:00