Skip to content

Storage Model and API for Prima #2

@wanderer

Description

@wanderer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions