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

Eip 7709 implement gas costs #7983

Draft
wants to merge 4 commits into
base: verkle
Choose a base branch
from

Conversation

lu-pinto
Copy link
Contributor

@lu-pinto lu-pinto commented Dec 4, 2024

PR description

Implements gas costs for BLOCKHASH lookup opcode using the hash history system contract

TODO: Remove #7971 and #7778 commits. Grafting of first commits is required to support these changes.

Fixed Issue(s)

fixes #7811

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Locally, you can run these tests to catch failures early:

  • unit tests: ./gradlew build
  • acceptance tests: ./gradlew acceptanceTest
  • integration tests: ./gradlew integrationTest
  • reference tests: ./gradlew ethereum:referenceTests:referenceTests

@lu-pinto lu-pinto force-pushed the eip-7709-implement-gas-costs branch 3 times, most recently from 18df4fa to 2cdc2a6 Compare December 9, 2024 14:48
…rom system contract state

Signed-off-by: Luis Pinto <luis.pinto@consensys.net>
@lu-pinto lu-pinto force-pushed the eip-7709-implement-gas-costs branch from 2cdc2a6 to f41b0e8 Compare December 10, 2024 13:40
Signed-off-by: Luis Pinto <luis.pinto@consensys.net>
… contract

Signed-off-by: Luis Pinto <luis.pinto@consensys.net>
@lu-pinto lu-pinto force-pushed the eip-7709-implement-gas-costs branch from f41b0e8 to 077723a Compare December 10, 2024 13:54
Signed-off-by: Luis Pinto <luis.pinto@consensys.net>
@matkt matkt added the verkle label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants