nimbus-eth1/nimbus/sync
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
..
full Full sync peer negotiation control (#1390) 2022-12-18 16:06:43 +00:00
misc Fetch-reject-reconnect loop protection (#1432) 2023-01-16 14:51:32 +00:00
protocol Snap sync tweaks n fixes (#1359) 2022-12-09 13:43:55 +00:00
snap Simplify beacon stream pivot update (#1435) 2023-01-18 08:31:57 +00:00
full.nim Full sync peer negotiation control (#1390) 2022-12-18 16:06:43 +00:00
handlers.nim Update eth/6? messages Get/PooledTransactions (#1415) 2023-01-13 19:55:16 +00:00
legacy.nim fix addKnownToPeer in wire protocol handler 2022-12-16 07:55:38 +07:00
peers.nim saner source code grouping 2022-12-02 13:51:42 +07:00
protocol.nim initial wire protocol transformation 2022-10-15 19:48:21 +07:00
skeleton.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
snap.nim Snap sync tweaks n fixes (#1359) 2022-12-09 13:43:55 +00:00
sync_desc.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
sync_sched.nim External beacon stream tracker (#1433) 2023-01-17 09:28:14 +00:00
types.nim initial wire protocol transformation 2022-10-15 19:48:21 +07:00