0f8866d672
* 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 |
||
---|---|---|
.. | ||
rest_api.nim | ||
rest_beacon_api.nim | ||
rest_builder_api.nim | ||
rest_config_api.nim | ||
rest_constants.nim | ||
rest_debug_api.nim | ||
rest_event_api.nim | ||
rest_key_management_api.nim | ||
rest_light_client_api.nim | ||
rest_nimbus_api.nim | ||
rest_node_api.nim | ||
rest_utils.nim | ||
rest_validator_api.nim | ||
state_ttl_cache.nim |