nimbus-eth2/beacon_chain/validator_client
henridf f0329b2212
Types and scaffolding for EIP-4844 (#4365)
* Types and scaffolding for EIP-4844

This commit adds the EIP-4844 spec types, and fills in
scaffolding/boilerplate for the use of these types across the repo.

None of the actual EIP-4844 logic is introduced yet.

This follows the pattern used by @tersec when introducing Capella (#4276).

* use eth2-networks fork

* review feedback: add static check EIP4844_FORK_EPOCH == FAR_FUTURE_EPOCH

* review feedback: remove EIP4844 from /eth/v1/config/spec response

* Cleanup / review feedback

* Fix REST test
2022-12-05 16:29:09 +00:00
..
api.nim Types and scaffolding for EIP-4844 (#4365) 2022-12-05 16:29:09 +00:00
attestation_service.nim Address inaccurate time calculation for waitForBlockPublished(). (#4368) 2022-11-29 12:52:21 +02:00
block_service.nim Address inaccurate time calculation for waitForBlockPublished(). (#4368) 2022-11-29 12:52:21 +02:00
common.nim Bugfix: The VC was producing invalid sync committee contributions (#4343) 2022-11-24 09:46:35 +02:00
doppelganger_service.nim Per-validator doppelganger protection. (#4304) 2022-11-20 15:55:43 +02:00
duties_service.nim Bugfix: The VC was producing invalid sync committee contributions (#4343) 2022-11-24 09:46:35 +02:00
fallback_service.nim implement more missing capella functionality (#4344) 2022-11-24 09:53:04 +02:00
fork_service.nim VC: roles & strategies. (#4113) 2022-09-29 09:57:14 +02:00
sync_committee_service.nim Address inaccurate time calculation for waitForBlockPublished(). (#4368) 2022-11-29 12:52:21 +02:00