mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12638 from fulldecent/storage-layout-compatability-mode
Note about storage compatibility mode
This commit is contained in:
commit
4aac962155
@ -56,7 +56,8 @@ as individual values.
|
|||||||
of Solidity due to the fact that storage pointers can be passed to libraries. This means that
|
of Solidity due to the fact that storage pointers can be passed to libraries. This means that
|
||||||
any change to the rules outlined in this section is considered a breaking change
|
any change to the rules outlined in this section is considered a breaking change
|
||||||
of the language and due to its critical nature should be considered very carefully before
|
of the language and due to its critical nature should be considered very carefully before
|
||||||
being executed.
|
being executed. In the event of such a breaking change, we would want to release a
|
||||||
|
compatibility mode in which the compiler would generate bytecode supporting the old layout.
|
||||||
|
|
||||||
|
|
||||||
Mappings and Dynamic Arrays
|
Mappings and Dynamic Arrays
|
||||||
|
Loading…
Reference in New Issue
Block a user