nimbus-eth2/beacon_chain/rpc
Etan Kissling d028baea2a
introduce `ForkedBlobSidecar` for EIP-7688 Electra period before PeerDAS
On `ELECTRA_FORK_EPOCH`, PeerDAS is not yet activated, hence the current
mechanism based on `BlobSidecar` is still in use. With EIP-7688, the
generalized indices of `BeaconBlockBody` get reindexed, changing the
length of the inclusion proof within the `BlobSidecar`. Because network
Req/Resp operations allow responses across fork boundaries, this creates
the need for a `ForkedBlobSidecar` in that layer, same as already done
for `ForkedSignedBeaconBock` for similar reasons.

Note: This PR is only needed if PeerDAS is adopted _after_ EIP-7688.
If PeerDAS is adopted _before_ EIP-7688, a similar PR may be needed for
forked columns. Coincidental `Forked` jank can only be fully avoided if
both features activate at the same epoch, actual changes to blobs aside.
Delaying EIP-7688 for sole purpose of epoch alignemnt is not worth it.
2024-07-25 18:54:38 +02:00
..
rest_api.nim verify `genesis_time` more strictly (fixes #1667) (#5694) 2024-01-06 15:26:56 +01:00
rest_beacon_api.nim introduce `ForkedBlobSidecar` for EIP-7688 Electra period before PeerDAS 2024-07-25 18:54:38 +02:00
rest_builder_api.nim Adopt asyncraises guarantees to most of the REST API handlers. (#5803) 2024-01-20 17:06:28 +01:00
rest_config_api.nim automated consensus spec URL updating to v1.5.0-alpha.3 (#6364) 2024-06-16 02:59:25 +02:00
rest_constants.nim Add Keymanager API graffiti endpoints. (#6054) 2024-03-14 03:44:00 +00:00
rest_debug_api.nim Add metrics to all RPC {state_id} endpoints. (#6282) 2024-05-15 09:52:57 +03:00
rest_event_api.nim stop using deprecated stew/results (#6343) 2024-06-11 02:34:56 +00:00
rest_key_management_api.nim fix most ConvFromXtoItselfNotNeeded hints and unhide remaining ones (#6307) 2024-05-22 13:56:37 +02:00
rest_light_client_api.nim Adopt asyncraises guarantees to most of the REST API handlers. (#5803) 2024-01-20 17:06:28 +01:00
rest_nimbus_api.nim stop using deprecated stew/results (#6343) 2024-06-11 02:34:56 +00:00
rest_node_api.nim Use Nimbus specific agent string instead of nim-presto defaults. (#6424) 2024-07-15 02:27:23 +00:00
rest_utils.nim split out eth1chain into its own module (#5768) 2024-01-17 15:26:16 +01:00
rest_validator_api.nim Use Nimbus specific agent string instead of nim-presto defaults. (#6424) 2024-07-15 02:27:23 +00:00
state_ttl_cache.nim Prune `BlockRef` on finalization (#3513) 2022-03-17 17:42:56 +00:00