Skip to content

Add compression #55

@mateuszradomski

Description

@mateuszradomski

Currently, data posted to L1 is linearly serialized, full addresses and full 8 byte values for balances and nonces. By changing the Serialize and Deserialize calls add compression to this, you can choose any one you want:

  • simply gzip the data
  • add variable length integers, something akin you can find in the Bitcoin Protocol
  • instead of storing the full addresses, assign each address to a unique integer and identify accounts with such IDs

You have any questions or problems you can always join our Discord and ask :+]

Metadata

Metadata

Assignees

No one assigned

    Labels

    contributor friendlyAn issue that's relatively easy to pick up by new comers.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions