Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move is_post_xxx functions to new module #3072

Merged
merged 4 commits into from
Nov 11, 2022

Commits on Oct 30, 2022

  1. 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.
    etan-status committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    332ad4c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    37c30ad View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    9978573 View commit details
    Browse the repository at this point in the history
  2. Rename phases.py to forks.py; add ValueError check

    Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
    etan-status and hwwhww committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    76157f9 View commit details
    Browse the repository at this point in the history