Skip to content

Extension Spec: Core #10

Description

@xlc

The core extension. Should provide commonly used features.
Need to balance between having too many features vs too less. Some less commonly used features could be on another extension for example.

  • Feature discovery instructions
    • hasExtension(id: ExtensionId) -> bool
  • Crypto functions
    • blake2_64
    • blake2_128
    • balke2_256
    • ...
  • Raw storage accessor
    • readStorage(key: Vec) -> Vec
    • nextKey(key: Vec) -> Vec
    • nextKeys(key: Vec, count: u16, startKey: Option<Vec>) -> Vec<Vec>

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions