We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currenty sstore/sload writes/reads in 256 bit chunks - similarly to EVM.
They could be changed to have a 3. parameter for length:
length
The text was updated successfully, but these errors were encountered:
It would probably make sense to piggy back off of EIP 97
Sorry, something went wrong.
Also related: EIP 104 (ethereum/EIPs#36)
No branches or pull requests
Currenty sstore/sload writes/reads in 256 bit chunks - similarly to EVM.
They could be changed to have a 3. parameter for
length
:length
must be > 0The text was updated successfully, but these errors were encountered: