-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
contributor friendlyAn issue that's relatively easy to pick up by new comers.An issue that's relatively easy to pick up by new comers.
Description
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 :+]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
contributor friendlyAn issue that's relatively easy to pick up by new comers.An issue that's relatively easy to pick up by new comers.