332ad4cb57
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. |
||
---|---|---|
.. | ||
block_processing | ||
epoch_processing | ||
finality | ||
fork_choice | ||
genesis | ||
random | ||
rewards | ||
sanity | ||
unittests | ||
__init__.py |