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 missing gas reports for contracts with the new Solidity version #525

Merged

Conversation

Psirex
Copy link
Contributor

@Psirex Psirex commented Feb 1, 2023

The gas report wasn't evaluated for some contracts because eth-gas-reporter uses an outdated ABI parser, which doesn't support some features (custom errors in our case) of Solidity 0.8.x. The issue was solved by bumping the version of the dependency @ethersproject/abi in the eth-gas-reporter package: Psirex/eth-gas-reporter@8ae255a

Copy link
Contributor

@TheDZhon TheDZhon left a comment

Choose a reason for hiding this comment

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

Thank you, it works like a charm.

@TheDZhon TheDZhon merged commit ea4b8fe into feature/shapella-upgrade Feb 2, 2023
@TheDZhon TheDZhon deleted the fix/shapella-upgrade-gas-reporter branch February 2, 2023 12:58
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