nimbus-eth2/beacon_chain/validator_client
henridf 0f8866d672
Add Deneb beacon API types (#5060)
* Add Deneb beacon API types

- Introduce the `ProduceBlockResponseV2` type for handling responses to `GET /eth/v2/validator/blocks/{slot}` (https://ethereum.github.io/beacon-APIs/?urls.primaryName=dev#/Validator/produceBlockV2)

- Introduce the `RestPublishedSignedBlockContents` type for handling the request body to `POST /eth/v1/beacon/blocks` (https://ethereum.github.io/beacon-APIs/?urls.primaryName=dev#/ValidatorRequiredApi/publishBlock)

And a few other small changes towards Deneb block production support.

* Address review feedback

* Post-rebase fixes
2023-06-19 08:56:52 +00:00
..
api.nim VC: Use SSZ encoding while processing blocks data (#4999) 2023-06-14 08:04:15 +02:00
attestation_service.nim VC: Remote BN received block monitoring. (#4856) 2023-06-08 10:44:32 +02:00
block_service.nim Add Deneb beacon API types (#5060) 2023-06-19 08:56:52 +00:00
common.nim VC: Remote BN received block monitoring. (#4856) 2023-06-08 10:44:32 +02:00
doppelganger_service.nim VC: Logging changes (#4994) 2023-05-30 11:38:34 +03:00
duties_service.nim ensure sync duties for next epoch are registered in time (#5084) 2023-06-16 08:42:57 +00:00
fallback_service.nim VC: Logging changes (#4994) 2023-05-30 11:38:34 +03:00
fork_service.nim VC: Logging changes (#4994) 2023-05-30 11:38:34 +03:00
sync_committee_service.nim VC: Use SSZ encoding while processing blocks data (#4999) 2023-06-14 08:04:15 +02:00