nimbus-eth2/beacon_chain/spec
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
..
datatypes add `LightClientHeader` wrapper (#4481) 2023-01-13 16:46:35 +01:00
eth2_apis make LC data fork aware (#4493) 2023-01-12 18:11:38 +01:00
mev add `num_active_participants` helpers for `SyncAggregate` (#4478) 2023-01-10 11:26:25 +00:00
presets Gnosis const preset 2023-01-13 04:28:29 +02:00
beacon_time.nim consensus spec ref URL updates (#4496) 2023-01-12 13:33:14 +00:00
beaconstate.nim consensus spec ref URL updates (#4496) 2023-01-12 13:33:14 +00:00
block_id.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
crypto.nim spec: Option -> Opt (#4488) 2023-01-11 12:29:21 +00:00
deposit_snapshots.nim eip4844 block/slot sanity and transition tests (#4399) 2022-12-08 02:07:41 +00:00
digest.nim consensus spec ref URL update v1.3.0-{alpha.2,rc.0}; copyright year update (#4477) 2023-01-09 22:44:44 +00:00
engine_authentication.nim eip4844 light client tests; avoid case object out-of-bound array reads (#4404) 2022-12-08 17:21:53 +01:00
english_word_list.txt
eth2_merkleization.nim Support for obtaining deposit snapshots during trustedNodeSync (#4303) 2022-12-07 12:24:51 +02:00
eth2_ssz_serialization.nim EIP4844 tweaks to pass SSZ consensus object tests (#4390) 2022-12-05 21:36:53 +00:00
forks.nim make LC data fork aware (#4493) 2023-01-12 18:11:38 +01:00
forks_light_client.nim add `LightClientHeader` wrapper (#4481) 2023-01-13 16:46:35 +01:00
helpers.nim add `LightClientHeader` wrapper (#4481) 2023-01-13 16:46:35 +01:00
keystore.nim consensus spec ref URL update v1.3.0-{alpha.2,rc.0}; copyright year update (#4477) 2023-01-09 22:44:44 +00:00
light_client_sync.nim add `LightClientHeader` wrapper (#4481) 2023-01-13 16:46:35 +01:00
network.nim consensus spec ref URL updates (#4496) 2023-01-12 13:33:14 +00:00
presets.nim Gnosis const preset 2023-01-13 04:28:29 +02:00
signatures.nim consensus spec ref URL updates (#4496) 2023-01-12 13:33:14 +00:00
signatures_batch.nim spec: Option -> Opt (#4488) 2023-01-11 12:29:21 +00:00
ssz_codec.nim 60% state replay speedup (#4434) 2022-12-19 14:01:49 +02:00
state_transition.nim consensus spec ref URL update v1.3.0-{alpha.2,rc.0}; copyright year update (#4477) 2023-01-09 22:44:44 +00:00
state_transition_block.nim consensus spec ref URL updates (#4496) 2023-01-12 13:33:14 +00:00
state_transition_epoch.nim spec: Option -> Opt (#4488) 2023-01-11 12:29:21 +00:00
validator.nim spec: Option -> Opt (#4488) 2023-01-11 12:29:21 +00:00
weak_subjectivity.nim consensus spec ref URL update v1.3.0-{alpha.2,rc.0}; copyright year update (#4477) 2023-01-09 22:44:44 +00:00