nimbus-eth2/beacon_chain/rpc
Etan Kissling 8fa5580c50
add infrastructure to select fork choice version (#5387)
To allow testing https://github.com/ethereum/consensus-specs/issues/3466
add support for selecting fork choice version at launch. This means we
can deploy a different logic when `DENEB_FORK_EPOCH != FAR_FUTURE_EPOCH`
that won't be used on Mainnet.
2023-09-12 09:52:51 +02:00
..
rest_api.nim add getNextWithdrawals Beacon API (#5021) 2023-06-07 21:27:15 +00:00
rest_beacon_api.nim Add support for POST /eth/v2/beacon/blocks (#5214) 2023-08-12 03:08:54 +00:00
rest_builder_api.nim add getNextWithdrawals Beacon API (#5021) 2023-06-07 21:27:15 +00:00
rest_config_api.nim remove pre-v1.4.0 attestation stability subnets (#5402) 2023-09-11 16:03:34 +00:00
rest_constants.nim Merkle is someone's name (#5265) 2023-08-07 10:06:47 +00:00
rest_debug_api.nim add infrastructure to select fork choice version (#5387) 2023-09-12 09:52:51 +02:00
rest_event_api.nim
rest_key_management_api.nim remove `{.raises: [Defect].}` Nim 1.2 compatibility (#5352) 2023-08-25 11:29:07 +02:00
rest_light_client_api.nim
rest_nimbus_api.nim `validator_duties`->`beacon_validators` (#5333) 2023-08-23 19:39:57 +03:00
rest_node_api.nim replace `optimisticRoots` table with field in `BlockRef` (#4969) 2023-05-20 12:18:51 +00:00
rest_utils.nim `validator_duties`->`beacon_validators` (#5333) 2023-08-23 19:39:57 +03:00
rest_validator_api.nim Fix /eth/v1/validator/liveness/{epoch} call names and links in code (#5392) 2023-09-11 12:07:34 +02:00
state_ttl_cache.nim