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

remove gas #404

Closed
wants to merge 1 commit into from
Closed

remove gas #404

wants to merge 1 commit into from

Conversation

d-xo
Copy link
Collaborator

@d-xo d-xo commented Oct 6, 2023

Description

This pr entirely removes gas accounting from EVM.hs. It significantly simplifies the logic in EVM.hs, and removes a non trivial amount of code. The major downside here is that we can no longer:

  1. execute the ethereum test suite
  2. fuzz differentially against geth

I'm inclined to merge #352 or #403 instead of this since they allow us to run without gas while still letting us test vs geth. If we do decide to delete gas entirely, we would ideally generate a version of the evm conformance test suite that would represent a gasless semantics.

Checklist

  • tested locally
  • added automated tests
  • updated the docs
  • updated the changelog

@arcz arcz mentioned this pull request Nov 17, 2023
4 tasks
@msooseth
Copy link
Collaborator

msooseth commented Feb 7, 2024

This change has been merged already as part of another amazing PR, thanks for that! Closing this as this is a duplicate :)

@msooseth msooseth closed this Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants