-
Notifications
You must be signed in to change notification settings - Fork 121
Saffron: storage prototype #3224
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
base: master
Are you sure you want to change the base?
Conversation
94e48b9
to
762bf93
Compare
ed5b2f8
to
34fb254
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure this is better than implementing some kind of in-memory storage that just writes into the file every now and then automatically, but we can start off with this and change along the way. The final solution will be much smarter I think (some kind of on-disk DB with smart caching is necessary I think).
715be32
to
ce57713
Compare
Why do we have these methods in Rust if the state replicator is in OCaml? |
Note that you can use different backends already implemented in the Mina codebase. |
ce57713
to
5a880aa
Compare
… utils.rs to a new file
fac0dd4
to
aae0111
Compare
0e5867b
to
3a1d697
Compare
This function will be used for the storage handling
ccdbd82
to
bd65346
Compare
This PR adds a basic storage handling for state replicators