eth2.0-specs/tests/core/pyspec/eth2spec/test/phase0
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 rmove withdrawn_epoch 2022-09-19 11:39:46 -06:00
epoch_processing Move `is_post_xxx` functions to new module 2022-10-30 12:50:56 +01:00
finality Merge branch 'dev' into hwwhww/phase-1-fork-slot 2020-07-28 23:59:19 +08:00
fork_choice Move `is_post_xxx` functions to new module 2022-10-30 12:50:56 +01:00
genesis Move `is_post_xxx` functions to new module 2022-10-30 12:50:56 +01:00
random update generation of randomized scenarios for more variability 2021-08-25 14:42:41 -07:00
rewards add rewards spec test with exit in current epoch 2021-09-08 20:24:22 -07:00
sanity Move `is_post_xxx` functions to new module 2022-10-30 12:50:56 +01:00
unittests Move `is_post_xxx` functions to new module 2022-10-30 12:50:56 +01:00
__init__.py Move testing files from */phase_0 to */phase0, */phase_1 to */phase1 2020-06-18 14:54:27 +08:00