Skip to main content

Typed mutable SSZ views over cached and immutable binary merkle trees

Project description

remerkleable

Remerkleable: Typed mutable SSZ views over cached and immutable binary Merkle trees.

Features:

  • Types:
    • custom byte-vector view for Python bytes-like behavior
    • bitfields: bitlist, bitvector
    • list, container, vector
    • basic types
  • Functionality:
    • Serialize all types. Into output stream (returning the written count) and as bytes
    • Deserialize all types. From input stream (and scope) and from bytes
    • Hash-tree-root all types
    • Merkle-based data-sharing:
      • every view can be initialized/backed by a binary Merkle tree
      • complex views have backings, and can share data.
      • complex views provide a nice mutable interface, and replace their backing. And this also works for child-views through view-hooks.
      • SSZ-Partials: if a partial proof is loaded as backing, a view can be overlaid, and the partial backing works as long as no excluded branches are accessed.
    • Get serialization info from the bare types: min/max byte length, or just byte length for fixed-length types.

Also see

Contact

Author: @protolambda

License

MIT, see LICENSE file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

remerkleable-0.1.0.tar.gz (21.1 kB view hashes)

Uploaded Source

Built Distribution

remerkleable-0.1.0-py3-none-any.whl (24.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page