eth2.0-specs/tests/core/pyspec/eth2spec/test/altair
Etan Kissling 332ad4cb57
Move `is_post_xxx` functions to new module
Moving the `is_post_xxx` functions to a separate module allows `genesis`
to also use them (cyclic import from `context` prevented this before).
This allows removing `FORKS_BEFORE_ALTAIR` and `FORKS_BEFORE_BELLATRIX`
constants and adding a more general `is_post_fork` function that needs
less maintenance. This then allows definition of `with_all_phases_from`
to streamline the implementation of the `with_xxx_and_later` decorators.
2022-10-30 12:50:56 +01:00
..
block_processing [Refactor] remove useless `spec` param from `compute_committee_indices` 2022-07-19 22:17:35 +08:00
epoch_processing Consistently use `compute_sync_committee_period` 2022-01-17 17:38:24 +01:00
fork update ejection balance config references 2021-05-19 17:43:56 +02:00
light_client Merge pull request #3067 from etan-status/lc-synctestroot 2022-10-28 08:55:27 -06:00
random use more precise name for altair block randomizer and re-gen tests 2021-08-25 17:18:02 -07:00
rewards extend inactivity updates tests 2021-07-07 12:20:34 -06:00
sanity Apply PR feedback from @ralexstokes 2021-10-07 16:04:06 +08:00
transition a few more bellatrix tests (#2962) 2022-08-15 07:49:53 -06:00
unittests Move `is_post_xxx` functions to new module 2022-10-30 12:50:56 +01:00
__init__.py Rename folders and file names to `altair` 2021-03-11 21:12:46 +08:00