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

Storage Model and API for Prima #2

Open
wanderer opened this issue Mar 12, 2017 · 2 comments
Open

Storage Model and API for Prima #2

wanderer opened this issue Mar 12, 2017 · 2 comments

Comments

@wanderer
Copy link
Member

wanderer commented Mar 12, 2017

The Storage API is the only way that data is persistently saved between executions of a contract. Storage has several demands

  1. should work well to implement ethereum key/value storage
  2. Be merklizable and allow for lazy merklelization (perfomant)
  3. effective and accurately decoupling of metering (in the same way wasm metering injection are decoupled)

Other noteworthy goals are

@wanderer
Copy link
Member Author

wanderer commented Mar 14, 2017

related ethereum/EIPs#97 would be good to prototype this

@wanderer
Copy link
Member Author

wanderer commented Mar 27, 2017

Related EIPS

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

No branches or pull requests

1 participant