nimbus-eth2/beacon_chain/spec/eth2_apis
Etan Kissling 9924aec1e3
extend light client protocol for Electra (#6375)
* extend light client protocol for Electra

Add missing Electra support for light client protocol:

- https://github.com/ethereum/consensus-specs/pull/3811

Tested against PR consensus-spec-tests, the test runner automatically
picks up the new tests once available.

* workaround `version-2-0`: `Error: cannot instantiate: 'SomeUnsignedInt'`

* fix initialization when Electra not scheduled

* try reduce stack size in test

* put correct sync committee branch version into DB

* adjust fork schedule in light client data tests

* further reduce stack size

* split function into multiple parts

* rename variable

* regenerate test reports to cover new Electra tests

* add Nim bug reference
2024-06-26 19:02:03 +00:00
..
dynamic_fee_recipients.nim remove expensive logging from function called in prepareBeaconProposer inner loop (#5776) 2024-01-17 22:58:46 +00:00
eth2_rest_serialization.nim extend light client protocol for Electra (#6375) 2024-06-26 19:02:03 +00:00
rest_beacon_calls.nim explicitly scope AttesterSlashing and IndexedAttestation types to phase0 (#6224) 2024-04-21 05:49:11 +00:00
rest_beacon_client.nim add EIP-7044 support to keymanager API (#5959) 2024-02-26 09:48:07 +01:00
rest_builder_calls.nim add `{.push raises: [].}` to recently modified files (#5908) 2024-02-18 01:16:49 +00:00
rest_common.nim add `{.push raises: [].}` to recently modified files (#5908) 2024-02-18 01:16:49 +00:00
rest_config_calls.nim add `{.push raises: [].}` to recently modified files (#5908) 2024-02-18 01:16:49 +00:00
rest_debug_calls.nim add `{.push raises: [].}` to recently modified files (#5908) 2024-02-18 01:16:49 +00:00
rest_event_calls.nim add `{.push raises: [].}` to recently modified files (#5908) 2024-02-18 01:16:49 +00:00
rest_fork_config.nim enable --styleCheck:error in ncli/ and research/ (#6014) 2024-03-02 06:25:17 +01:00
rest_keymanager_calls.nim Add Keymanager API graffiti endpoints. (#6054) 2024-03-14 03:44:00 +00:00
rest_keymanager_types.nim Add Keymanager API graffiti endpoints. (#6054) 2024-03-14 03:44:00 +00:00
rest_light_client_calls.nim fix most ConvFromXtoItselfNotNeeded hints and unhide remaining ones (#6307) 2024-05-22 13:56:37 +02:00
rest_nimbus_calls.nim add `{.push raises: [].}` to recently modified files (#5908) 2024-02-18 01:16:49 +00:00
rest_node_calls.nim add `{.push raises: [].}` to recently modified files (#5908) 2024-02-18 01:16:49 +00:00
rest_remote_signer_calls.nim remove an unused metric in `rest_remote_signer_calls` (#5999) 2024-02-29 12:00:15 +00:00
rest_types.nim automated consensus spec URL updating to v1.5.0-alpha.3 (#6364) 2024-06-16 02:59:25 +02:00
rest_validator_calls.nim rm unused produceBlockV2Plain() RPC signature (#6304) 2024-05-22 07:47:03 +02:00