-
Notifications
You must be signed in to change notification settings - Fork 27
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
snapshot json support #151
Comments
Personally I'd like to see this not be lumped in to nodeos. We have an For example I'd like to be able to |
We have talked about a eosio-util for awhile. I do think we want |
What is the benefit to having nodeos accept a snapshot in json form? |
You can easily modify the JSON snapshot and then read it into nodeos updating its state. |
EOSIO/eos#11058 added option to convert snapshots to JSON.
The output format should be changed slightly from what is in that PR so that the resulting JSON can be more easily read.
Along with 11058, should add the ability to read in the JSON. We have rapid JSON dependency already, so rather straightforward to add read of the JSON.
The text was updated successfully, but these errors were encountered: