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
..
2021-05-18 20:13:19 +02:00
2021-12-23 14:25:43 +08:00
2022-10-14 23:42:42 -05:00
2020-10-20 17:00:16 -06:00
2021-12-23 14:25:43 +08:00
2021-10-14 22:40:29 +08:00
2021-05-18 13:59:26 +02:00
2020-06-19 19:09:11 +08:00
2022-07-13 13:14:05 +03:00
2021-05-18 09:55:25 +02:00
2022-10-05 10:40:58 -06:00