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

[Gas Mechanism] Gas metering for module verification during publish #1476

Closed
lxfind opened this issue Apr 19, 2022 · 2 comments
Closed

[Gas Mechanism] Gas metering for module verification during publish #1476

lxfind opened this issue Apr 19, 2022 · 2 comments

Comments

@lxfind
Copy link
Contributor

lxfind commented Apr 19, 2022

Some module verification passes can take non-linear time to finish. We currently charge publish based on the number of bytes. But for those non-linear passes (e.g. anything that uses abstract interpretation), we should do some kind of metering (doesn't need to accurate, just need to be deterministic across validators) for this.

@lxfind lxfind added this to the TestNet milestone Apr 19, 2022
@lxfind lxfind added the move label Apr 19, 2022
@lxfind lxfind modified the milestones: TestNet, [A] Private Testing Jul 2, 2022
@lxfind lxfind modified the milestones: [A] Private Testing, [E] Wave 4 Jul 2, 2022
@bholc646
Copy link
Contributor

Need to discuss further and decide on a solution

@oxade oxade self-assigned this Aug 31, 2022
@oxade
Copy link
Contributor

oxade commented Sep 1, 2022

Decided on flat fee

@oxade oxade closed this as completed Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants