Skip to content

Commit

Permalink
fix: add commitment data (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Aug 13, 2024
1 parent 7358687 commit 6da4bf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ func Export(cmdPath, homePath, genesisFilePath string) {
"assetprofile",
"auth",
"authz",
"bank", // FIXME: causes the init genesis state from genesis.json to OOM (kill process)
"bank",
"burner",
"capability",
"clock",
// "commitment", // FIXME: causes the balance mismatch error
"commitment",
"consensus",
"crisis",
// "distribution", // FIXME: optimize data prior to export as it reached 1.8GB
Expand All @@ -26,13 +26,13 @@ func Export(cmdPath, homePath, genesisFilePath string) {
"evidence",
"feegrant",
"genutil",
// "gov", // FIXME: should be re-enabled after gov proposal fixes
"gov",
"group",
"ibc",
"incentive",
"interchainaccounts",
"leveragelp",
"masterchef", // FIXME: optimize data prior to export as it reached 2.6GB
"masterchef",
"perpetual",
"oracle",
"parameter",
Expand Down

0 comments on commit 6da4bf4

Please sign in to comment.