Skip to content

Commit 23e8fe4

Browse files
committed
add the memo
1 parent 767b143 commit 23e8fe4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contract_upgradeability2.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!-- # ロジックコントラクトを変更する際の注意点
2+
you cannot change the order in which the contract state variables are declared, nor their type.
3+
4+
If you need to introduce a new variable, make sure you always do so at the end
5+
6+
And if you remove a variable from the end of the contract, note that the storage will not be cleared. A subsequent update that adds a new variable will cause that variable to read the leftover value from the deleted one. -->

0 commit comments

Comments
 (0)