-
Notifications
You must be signed in to change notification settings - Fork 84
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 PRE_COMMIT_SECTOR_BATCH_MAX_SIZE and other gas-limited parameters #1268
Closed
Tracked by
#1274
Labels
Milestone
Comments
There are other parameters that can be removed too, e.g. around Window PoSt.
|
Closed
This was referenced May 27, 2024
rvagg
added a commit
to filecoin-project/FIPs
that referenced
this issue
Jan 7, 2025
irenegia
pushed a commit
to filecoin-project/FIPs
that referenced
this issue
Jan 15, 2025
* Add removal of gas-limited constraints to gas-savings proposal Ref: #1094 Ref: filecoin-project/builtin-actors#1586 Ref: filecoin-project/builtin-actors#1268 Ref: filecoin-project/lotus#10612 * fixup! Add removal of gas-limited constraints to gas-savings proposal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related to filecoin-project/lotus#10612
tl'dr: with FVM the execution gas are now properly accounted, and if the FVM gas accounting changes, the max value of how many msg can fit in one block may change.
Its better to remove thee limit from actors and have clients to perform gas estimation and properly aggregate sectors for users accordingly
The text was updated successfully, but these errors were encountered: