nimbus-eth2/beacon_chain/spec
Etan Kissling e8e9ce1aab
introduce types for LC merkle proofs (#3808)
Merkle proofs tend to have long underlying type definitions, e.g.,
`array[log2trunc(NEXT_SYNC_COMMITTEE_INDEX), Eth2Digest]`. For the
ones used in the LC sync protocol, dedicated types are introduced
to improve readability. Furthermore, the `CachedLightClientBootstrap`
wrapper that solely wrapped a merkle branch is eliminated.
2022-06-28 07:52:23 +02:00
..
datatypes introduce types for LC merkle proofs (#3808) 2022-06-28 07:52:23 +02:00
eth2_apis rm unused imports and fix stylecheck issues (#3784) 2022-06-21 21:01:45 +02:00
mev document MEV/mergemock test script (#3694) 2022-06-06 16:55:02 +03:00
presets CL spec URL updates to v1.2.0-rc.1 (#3655) 2022-05-23 19:30:24 +00:00
beacon_time.nim update 20 CL spec ref URLs (#3677) 2022-05-31 11:15:31 +00:00
beaconstate.nim Fix #3650 (participation format in BeaconState result is out of spec) (#3776) 2022-06-20 08:38:56 +03:00
block_id.nim move `BlockId` to `spec` (#3511) 2022-03-16 16:00:18 +01:00
crypto.nim bearssl: split abi (#3755) 2022-06-21 10:29:16 +02:00
digest.nim cleanups: unused and duplicate imports, inconsistent naming conventions, URL updates (#3724) 2022-06-09 14:30:13 +00:00
engine_authentication.nim bearssl: split abi (#3755) 2022-06-21 10:29:16 +02:00
english_word_list.txt Bump testutils 2020-06-01 16:58:28 +03:00
eth2_merkleization.nim bump nim-ssz-serialization to `3db6cc0f282708aca6c290914488edd832971d61` (#3119) 2022-06-26 19:33:06 +02:00
eth2_ssz_serialization.nim initial migration from spec/datatypes/{merge => bellatrix} (#3249) 2022-01-06 12:25:35 +01:00
forks.nim Add the `execution_optimistic` flag to REST API responses. (#3780) 2022-06-20 08:53:39 +03:00
helpers.nim bump nim-ssz-serialization to `3db6cc0f282708aca6c290914488edd832971d61` (#3119) 2022-06-26 19:33:06 +02:00
keystore.nim bearssl: split abi (#3755) 2022-06-21 10:29:16 +02:00
light_client_sync.nim fix unnecessary HashList/HashArray cache invalidation (#3660) 2022-05-30 13:30:42 +00:00
network.nim cleanups: unused and duplicate imports, inconsistent naming conventions, URL updates (#3724) 2022-06-09 14:30:13 +00:00
presets.nim add option to configure max historic LC data periods (#3799) 2022-06-27 13:24:38 +02:00
signatures.nim document MEV/mergemock test script (#3694) 2022-06-06 16:55:02 +03:00
signatures_batch.nim bearssl: split abi (#3755) 2022-06-21 10:29:16 +02:00
ssz_codec.nim Fix #3650 (participation format in BeaconState result is out of spec) (#3776) 2022-06-20 08:38:56 +03:00
state_transition.nim update 20 CL spec ref URLs (#3677) 2022-05-31 11:15:31 +00:00
state_transition_block.nim fix unnecessary HashList/HashArray cache invalidation (#3660) 2022-05-30 13:30:42 +00:00
state_transition_epoch.nim Fix #3650 (participation format in BeaconState result is out of spec) (#3776) 2022-06-20 08:38:56 +03:00
validator.nim more CL spec URL updates to v1.2.0-rc.1 (#3657) 2022-05-24 08:26:35 +00:00
weak_subjectivity.nim update CL spec URLs (#3696) 2022-06-03 09:01:58 +00:00