You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the solidity code in the EIP spec does not compile out of the box because solc requires we specify the storage location of many of the method parameters and return values as memory.
Should we update this at the EIP or ignore it?
The text was updated successfully, but these errors were encountered:
At the moment, the solidity code in the EIP spec does not compile out of the box because
solc
requires we specify the storage location of many of the method parameters and return values as memory.Should we update this at the EIP or ignore it?
The text was updated successfully, but these errors were encountered: