-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Milestone
Description
What is wrong?
There is no way for a user to specify that a field is constant.
This would allow for significant gas saving, since we can store constant values in bytecode, instead of storage.
How can it be fixed
Do something similar to the work done on static strings. The syntax should look something like this: const MINIMUM_LIQUIDITY: u256 = 1000