eth2.0-specs/tests/core/pyspec/eth2spec/test
Etan Kissling f5f3031c5e
Allow passing redundant `next_sync_committee`
The producer of `LightClientUpdate` structures usually does not know how
far the `LightClientStore` on the client side has advanced. Updates are
currently rejected when including a redundant `next_sync_committee` not
advancing the `LightClientStore`. Behaviour is changed to allow this.
2022-06-29 13:16:03 +02:00
..
altair Allow passing redundant `next_sync_committee` 2022-06-29 13:16:03 +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 create decorator for tests with matching config 2022-06-24 01:05:11 +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 create decorator for tests with matching config 2022-06-24 01:05:11 +02:00
exceptions.py Polishing merge tests 2021-09-23 23:10:29 +03:00