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

Remove arbitrary message parameter limits #1501

Closed
Stebalien opened this issue Jan 16, 2024 · 1 comment
Closed

Remove arbitrary message parameter limits #1501

Stebalien opened this issue Jan 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Stebalien
Copy link
Member

Prior to the introduction of the FVM, we introduced a bunch of message parameter limits (max prove commits, max sectors accessed, max partitions loaded, etc.) in order to limit execution time given that we didn't have a way to charge gas for execution.

With the FVM, we charge gas for execution time and no longer need these limits. We should still keep careful limits on the sizes of certain fields in the miner state, but that's really all we need.

@anorth
Copy link
Member

anorth commented May 27, 2024

Closing as duplicate of #1268

@anorth anorth closed this as completed May 27, 2024
@anorth anorth closed this as not planned Won't fix, can't repro, duplicate, stale May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants