zink
zink copied to clipboard
Calculate storage keys from memory size
Describe the feature
the current approach for calculating storage keys requires reserving memory slot 0x00 ~ 0x60, leads to bugs once we storing data in memory in other logic
Solution
No response