Skip to content

Commit

Permalink
Note about storage compatability mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Feb 10, 2022
1 parent 5539a74 commit c6c7f35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/internals/layout_in_storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ as individual values.
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
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
Expand Down

0 comments on commit c6c7f35

Please sign in to comment.