Etan Kissling
2324136552
add `LightClientHeader` wrapper ( #4481 )
...
The light client data structures were changed to accommodate additional
fields in future forks (e.g., to also hold execution data).
There is a minor change to the JSON serialization, where the `header`
properties are now nested inside a `LightClientHeader`.
The SSZ serialization remains compatible.
See https://github.com/ethereum/consensus-specs/pull/3190
and https://github.com/ethereum/beacon-APIs/pull/287
2023-01-13 16:46:35 +01:00
tersec
dee5af58d6
eip4844 light client tests; avoid case object out-of-bound array reads ( #4404 )
2022-12-08 17:21:53 +01:00
tersec
1146470f7d
use v1.3.0-alpha.1 consensus spec test vectors ( #4338 )
2022-11-21 08:44:49 +01:00
tersec
a63ec842bc
add light client capella CI tests ( #4311 )
2022-11-10 10:23:46 +00:00
tersec
7dd5c49c4e
use v1.3.0-alpha.0 test vectors ( #4263 )
2022-10-27 11:54:39 +00:00
tersec
f9830836a9
deprecate --terminal-total-difficulty-override; remove launch script for deprecated ropsten ( #4241 )
...
* deprecate --terminal-total-difficulty-override; remove launch script for deprecated ropsten
* remove Makefile support for Ropsten
2022-10-24 23:32:52 +03:00
Etan Kissling
5c8e58ea23
update LC spec references for v1.2.0-rc.2 ( #3982 )
...
Updates light client spec references for latest spec (no more `vFuture`)
2022-08-17 19:47:06 +00:00
Etan Kissling
3bc42994e4
update to latest LC test format ( #3879 )
...
The EF test format for the LC sync protocol is modified to verify checks
after each step: https://github.com/ethereum/consensus-specs/pull/2938 -
The test runner is updated accordingly.
2022-07-23 05:54:01 +00:00