forked from sei-protocol/sei-chain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Genesis Export Streaming (sei-protocol#1741)
* boilerplate code * able to write the modules in proper json * able to do validators and height * all params in * update sei-cosmos tag * debug * debug * implemented StreamGenesis in all modules * debug * debug * more prints in wasm section * print out addr for large state sizes * fix * go back to flush after threshold * add timing to evm * add timing to prefixes in evm * get len evm prefixes * validate-genesis using streaming works * comment out ibc next_validator_hash checks * find incorrect next validators hash * print next validators hash better * print more info around consensus state * skip first consensus client * skip first consensus client 2 * only validate genesis for ibc * run on all ibc clients * ADD MARSHALJSON AND UNMARSHALJSON TO HEXBYTES * checkpoint -- get import to work * add back MarshalJSON and UnmarshalJSON * export, validate, import work locally * remove prints in import * chunk up evm serialized for export * update dependencies with their mains * change seid start flag to config in app.toml * cleanup * change name of StreamGenesis to ExportGenesisStream * change name of AppExporterToFile to AppExporterStream * make validate-gensis streaming a flag * change export-to-file to a flag in export cmd * bump deps * fix setting genesis to DefaultGenesis to avoid unmarshalling err * bump deps * fix deps
- Loading branch information
Showing
14 changed files
with
348 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.