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
anton-trunov
changed the title
[Feature request] Add ability to use encoded init variables to optimize deployment gas usage
Add ability to use encoded init variables to optimize deployment gas usage
Nov 18, 2024
If one wants to pass some values to contract using init/initOf he have to do this:
But under the hood passing
Int
into init would serialize it as int257 (and send int257 in deploymentdata
instead ofint8
). One can't do this:But on my opinion he should be able to.
The text was updated successfully, but these errors were encountered: