Skip to content
New issue

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

sstore/sload without fixed field size #11

Open
axic opened this issue Jul 15, 2016 · 2 comments
Open

sstore/sload without fixed field size #11

axic opened this issue Jul 15, 2016 · 2 comments

Comments

@axic
Copy link
Member

axic commented Jul 15, 2016

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 > 0
  • gas should be calculated according to the length
@wanderer
Copy link
Member

It would probably make sense to piggy back off of EIP 97

@axic
Copy link
Member Author

axic commented Aug 17, 2016

Also related: EIP 104 (ethereum/EIPs#36)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants