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

validate EL block hash when running consensus block tests #6406

Open
wants to merge 10 commits into
base: unstable
Choose a base branch
from

Commits on Jul 3, 2024

  1. validate EL block hash when running consensus block tests

    We currently don't have an easy way to test EL block hash computation.
    As the EL block hash in consensus-spec-tests is computed correctly,
    update the test runners that load block from test files to also verify
    the EL block hash. This increases missing test coverage.
    
    Requires ethereum/consensus-specs#3829
    etan-status committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    cb6ba08 View commit details
    Browse the repository at this point in the history
  2. fix

    etan-status committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a5a1117 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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

Commits on Jul 8, 2024

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    91d0c52 View commit details
    Browse the repository at this point in the history
  2. resolve merge conflicts

    etan-status committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4c23696 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    990c990 View commit details
    Browse the repository at this point in the history
  2. add missing export marker

    etan-status committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f5e6916 View commit details
    Browse the repository at this point in the history
  3. fix import

    etan-status committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    89021d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66083f5 View commit details
    Browse the repository at this point in the history