You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to recently introduced support for module initializers, a publish call now has gas budget similarly to the Move function call. At this point, the proposal (in #436) for gas deductions in this case is to apply gas budget to the cost of publishing a package even if this package does not contain modules with initializers. This, however, would mean that EVERY publish call would need a non-zero gas budget parameter. So perhaps we should apply the budget only to running initializers?
The text was updated successfully, but these errors were encountered:
Due to recently introduced support for module initializers, a publish call now has gas budget similarly to the Move function call. At this point, the proposal (in #436) for gas deductions in this case is to apply gas budget to the cost of publishing a package even if this package does not contain modules with initializers. This, however, would mean that EVERY publish call would need a non-zero gas budget parameter. So perhaps we should apply the budget only to running initializers?
The text was updated successfully, but these errors were encountered: