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

Update header hash calc in slashing test #10397

Merged
merged 3 commits into from
Jul 10, 2023
Merged

Update header hash calc in slashing test #10397

merged 3 commits into from
Jul 10, 2023

Commits on Jul 10, 2023

  1. Using gasLimit in hash if present

    to make the slasher test work when gasLimit is added to the header in
    celo-org/celo-blockchain#2062. This function
    will change again as part of
    celo-org/celo-blockchain-planning#100.
    karlb committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    22f518a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b29ef50 View commit details
    Browse the repository at this point in the history
  3. Update header hashing for eth compat

    Required to support both old headers and Eth-compatible headers.
    See celo-org/celo-blockchain-planning#100
    karlb committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2fb0b00 View commit details
    Browse the repository at this point in the history