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

Efficient state serialization #72

Closed
guyz opened this issue Mar 5, 2020 · 2 comments
Closed

Efficient state serialization #72

guyz opened this issue Mar 5, 2020 · 2 comments
Labels
dev Critical path development tasks p-low

Comments

@guyz
Copy link
Contributor

guyz commented Mar 5, 2020

There are at least two thing to consider here:

  • Choosing a compressed or binary format for serializing state. This shouldn't be too hard.
  • State deltas similar to Discovery. This is hard, may cause things to break, etc..

Implementing either should only come after we're convinced the network load is too much, or gas costs make loading/storing too prohibitive.

@guyz guyz added the p-low label Mar 5, 2020
@assafmo
Copy link
Member

assafmo commented Mar 5, 2020

Dup with #70?

@assafmo
Copy link
Member

assafmo commented Mar 5, 2020

@assafmo assafmo added the dev Critical path development tasks label Mar 11, 2020
@assafmo assafmo closed this as completed Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Critical path development tasks p-low
Projects
None yet
Development

No branches or pull requests

2 participants