eth2.0-specs/tests/core/pyspec/eth2spec/test
Etan Kissling 0b8ab23bd4
Remove `fork_version` from `LightClientUpdate`
The `fork_version` field in `LightClientUpdate` can be derived from the
`update.signature_slot` value by consulting the locally configured fork
schedule. The light client already needs access to the fork schedule to
determine the `GeneralizedIndex` values used for merkle proofs, and the
memory layouts of the structures (including `LightClientUpdate`). The
`fork_version` itself is network dependent and doesn't reveal that info.
2022-06-16 17:17:24 +02:00
..
altair Remove `fork_version` from `LightClientUpdate` 2022-06-16 17:17:24 +02:00
bellatrix Fix param order in `prepare_execution_payload` 2022-04-25 16:49:00 +02:00
capella Partial withdrawals (#2862) 2022-06-08 13:16:12 -06:00
custody_game Clean up outdated attestation helper 2021-05-24 11:54:28 -07:00
helpers Remove `fork_version` from `LightClientUpdate` 2022-06-16 17:17:24 +02:00
phase0 Remove `@disable_process_reveal_deadlines` 2022-06-06 16:24:44 +08:00
sharding Move constants to `eth2spec.test.helpers.constants` 2021-04-12 22:34:00 +08:00
utils add randomized tests for bellatrix 2022-01-27 19:41:09 -08:00
__init__.py reorg specs by fork and move ssz out to own folder. make all of the build and link changes to support move 2020-01-10 11:55:13 -07:00
conftest.py Update tests/core/pyspec/eth2spec/test/conftest.py 2021-10-21 23:21:56 +08:00
context.py Resolve conflicts 2021-12-27 18:30:12 +08:00
exceptions.py Polishing merge tests 2021-09-23 23:10:29 +03:00