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

Use dynamic gas accounting in Opcode tracer #40

Closed
mattsse opened this issue Feb 16, 2024 · 1 comment
Closed

Use dynamic gas accounting in Opcode tracer #40

mattsse opened this issue Feb 16, 2024 · 1 comment

Comments

@mattsse
Copy link
Contributor

mattsse commented Feb 16, 2024

the current opcode gas calculation does not account for dynamic gas

to get the total gas consumed by opcode we need to monitor used gas via GasInspector by checking the consumed gas between steps (gas.remaining())

@DoTheBestToGetTheBest do you want to work on this?

@DoTheBestToGetTheBest
Copy link
Contributor

sure

mattsse added a commit that referenced this issue Mar 5, 2024
related : #40

---------

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
@mattsse mattsse closed this as completed Mar 9, 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

No branches or pull requests

2 participants