nimbus-eth2/beacon_chain/spec/eth2_apis
Etan Kissling 51aef34be7
introduce strong typing for sync committee periods (#3040)
The sync committee period used to be a plain `uint64`. With the light
client sync relying more heavily on them, it makes sense to introduce
a proper type for them, similar to how they are already used for `Slot`
and `Epoch`. This introduces such a `SyncCommitteePeriod` type.
Furthermore, some usage code dealing with those periods is cleaned up.
2021-11-02 21:32:34 +01:00
..
eth2_json_rpc_serialization.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
eth2_rest_serialization.nim introduce strong typing for sync committee periods (#3040) 2021-11-02 21:32:34 +01:00
rest_beacon_calls.nim Client definitions for the sync committee REST APIs (#3002) 2021-10-19 19:44:05 +02:00
rest_beacon_client.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rest_config_calls.nim widen allowed specs for validator client 2021-10-21 00:59:05 +03:00
rest_debug_calls.nim Client SSZ API revisited. (#2907) 2021-09-27 20:31:11 +02:00
rest_node_calls.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rest_types.nim extend REST config with more spec constants (#2962) 2021-11-02 19:23:31 +01:00
rest_validator_calls.nim clean up sync subcommittee handling 2021-10-20 22:59:13 +03:00
rpc_beacon_calls.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc_beacon_client.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc_debug_calls.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc_nimbus_calls.nim REST API client, JSON-RPC cleanups (#2756) 2021-08-03 17:17:11 +02:00
rpc_node_calls.nim REST API client, JSON-RPC cleanups (#2756) 2021-08-03 17:17:11 +02:00
rpc_types.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc_validator_calls.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00