-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Allow specifying storage locations #597
Copy link
Copy link
Open
Labels
language design
Any changes to the language, e.g. new featuresAny changes to the language, e.g. new featuresmust have eventuallySomething we consider essential but not enough to prevent us from releasing Solidity 1.0 without it.Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it.
Metadata
Metadata
Assignees
Labels
language design
Any changes to the language, e.g. new featuresAny changes to the language, e.g. new featuresmust have eventuallySomething we consider essential but not enough to prevent us from releasing Solidity 1.0 without it.Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Inline assembly has now made fully up upgradable contracts possible. One of the main hangups with this is that the storage locations have to stay the same across upgrades. Would it be possible to introduce support for specifying the storage locations for storage variables?