Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Merkle tree serialization to protobuf #13692

Open
Tracked by #14395
artemananiev opened this issue Jun 5, 2024 · 1 comment · May be fixed by #13797
Open
Tracked by #14395

Implement Merkle tree serialization to protobuf #13692

artemananiev opened this issue Jun 5, 2024 · 1 comment · May be fixed by #13797
Assignees
Labels
Platform Data Structures Platform Tickets pertaining to the platform

Comments

@artemananiev
Copy link
Member

artemananiev commented Jun 5, 2024

One of the aspects of public merkle tree APIs feature is that all platform inputs and outputs should be in protobuf. In particular, platform state is saved to disk every 15 minutes, and these snapshots are currently just binary files with no clear schema. These files should be changed to protobuf.

#13764 determines if this work will be to flush the virtual node cache on every snapshot, or to serialize it as protobuf.

@poulok
Copy link
Member

poulok commented Aug 27, 2024

After Virtual Mega Map, is the only part left of this the Virtual Node Cache?

This was referenced Aug 27, 2024
@poulok poulok changed the title Merkle tree serialization to protobuf Implement Merkle tree serialization to protobuf Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform Data Structures Platform Tickets pertaining to the platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants