-
Notifications
You must be signed in to change notification settings - Fork 238
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
Problem: no binary genesis import & export #509
Comments
@leejw51crypto |
the exporting state at height 3104880: exporting... module genesis genutil starting marshal genesis |
The long-term solution might be using the ORM feature after Cosmos SDK v0.46.x. However, it will need the whole module's state migration using the ORM table and the known downgrading DB performance issue. Currently trying to export the genesis state to files in each module and save it to a |
testing the genesis export to Time: 15h56m v.s. 18h27m For the OOM issue, it relates to tendermint/tm-db#272 , we will need to limit the file open size to around 1000 |
submit PR in the SDK, but it also requires the other project to implement the methods. |
currently, genesis import & export is done plain json text file.
which is large & inefficient to handle.
The text was updated successfully, but these errors were encountered: