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: handle error and revert data in EthEstimateGas and EthCall #12553

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

virajbhartiya
Copy link
Contributor

Related Issues

Closes #10311

Proposed Changes

Modified EthCall and EthEstimateGas to handle errors and revert data

Checklist

Before you mark the PR ready for review, please make sure that:

@virajbhartiya
Copy link
Contributor Author

@aarshkshah1992 I am using

func parseEthRevert(ret []byte) string {
to get the reverted reason for the Data field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📌 Triage
Development

Successfully merging this pull request may close these issues.

Eth API: On revert, return data in the error
1 participant