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

fix Eip3155 inspector summary gas_used bug and add fork name #1216

Merged
merged 1 commit into from
Mar 22, 2024
Merged

fix Eip3155 inspector summary gas_used bug and add fork name #1216

merged 1 commit into from
Mar 22, 2024

Conversation

Pana
Copy link
Contributor

@Pana Pana commented Mar 22, 2024

No description provided.

let value = Summary {
state_root: B256::ZERO.to_string(),
output: outcome.result.output.to_string(),
gas_used: hex_number(self.gas_inspector.gas_remaining()),
gas_used: hex_number(inputs.gas_limit - self.gas_inspector.gas_remaining()),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool find

@rakita rakita merged commit 882211c into bluealloy:main Mar 22, 2024
25 checks passed
fubuloubu pushed a commit to ApeWorX/revm that referenced this pull request Apr 11, 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