Merge pull request #12638 from fulldecent/storage-layout-compatability-mode

Note about storage compatibility mode
This commit is contained in:
chriseth 2022-02-10 10:20:15 +01:00 committed by GitHub
commit 4aac962155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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