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

refund pov gas based on measured proof size usage #230

Open
wants to merge 2 commits into
base: moonbeam-polkadot-stable2407
Choose a base branch
from

Conversation

librelois
Copy link

With the new proof size host function we can measure the proof size consumed by a transaction and refund the difference.

We still need to compute the theoretical proof size with our povmeter because we can’t call the hostfunction after each opcode, the idea is to call the host function only twice per eth transaction (once at the beginning and once at the end), then use the measurement to compute the final pov_gas.

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.

1 participant