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

Proof of concept gas metering #34

Merged
merged 6 commits into from
Jul 2, 2024
Merged

Proof of concept gas metering #34

merged 6 commits into from
Jul 2, 2024

Commits on Jul 1, 2024

  1. Initial gas metering implementation

    Initial test is working
    lrettig committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e8ada96 View commit details
    Browse the repository at this point in the history
  2. Return gas remaining from execution

    Some minor cleanup
    lrettig committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2c13860 View commit details
    Browse the repository at this point in the history
  3. Add test, bugfix

    lrettig committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3bb1bd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. VM tests

    lrettig committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    531f191 View commit details
    Browse the repository at this point in the history
  2. Bugfix

    lrettig committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7a681fe View commit details
    Browse the repository at this point in the history
  3. Make gas optional

    lrettig committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    53a4a8c View commit details
    Browse the repository at this point in the history