-
Notifications
You must be signed in to change notification settings - Fork 562
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
Expose gas_refunded
in EVM
#167
Comments
If project is private, I would need you and your extended family to sign the pack of publicness ( just kidding). API should be changed to return this value, would probably introduce a new struct as this would be the 6th output field. |
Aha yeah sorry I don't really have a choice about its publicness :/ |
go for it |
@ngotchac thank you for contributing! |
Hi,
For a private project, I would need to get access to the
gas_refunded
value computed during the finalization phase of a transaction's execution. This is useful, in conjunction with thegas_used
to better estimate the required gas of a transaction.I already have it implemented here, but it introduces some changes to this crate's API, which is why I didn't open a PR. I'm not sure what's the best path here...
The text was updated successfully, but these errors were encountered: