nimbus-eth1/nimbus/rpc
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
..
merge saner source code grouping 2022-12-02 13:51:42 +07:00
common.nim eth: adapt to smaller eth_types (#1210) 2022-09-03 20:15:35 +02:00
cors.nim Use rpcProxy in lc proxy (#1238) 2022-09-24 13:57:27 +02:00
debug.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
engine_api.nim Simplify beacon stream pivot update (#1435) 2023-01-18 08:31:57 +00:00
filters.nim eth: adapt to smaller eth_types (#1210) 2022-09-03 20:15:35 +02:00
hexstrings.nim eth: adapt to smaller eth_types (#1210) 2022-09-03 20:15:35 +02:00
jwt_auth.nim initial wire protocol transformation 2022-10-15 19:48:21 +07:00
p2p.nim add more test cases to txparse tool 2022-12-15 13:30:37 +07:00
rpc_types.nim StyleCheck fixes for Fluffy and lcproxy (#1220) 2022-09-10 21:00:27 +02:00
rpc_utils.nim add more test cases to txparse tool 2022-12-15 13:30:37 +07:00