51aef34be7
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. |
||
---|---|---|
.. | ||
all_altair_fixtures.nim | ||
test_fixture_fork.nim | ||
test_fixture_merkle_single_proof.nim | ||
test_fixture_operations.nim | ||
test_fixture_rewards.nim | ||
test_fixture_sanity_blocks.nim | ||
test_fixture_sanity_slots.nim | ||
test_fixture_ssz_consensus_objects.nim | ||
test_fixture_state_transition_epoch.nim | ||
test_fixture_sync_protocol.nim | ||
test_fixture_transition.nim |