Skip to content

Commit

Permalink
fixup! feat(x/swingset): export swing store in genesis
Browse files Browse the repository at this point in the history
Remove artifacts from genesis file
  • Loading branch information
mhofman committed Aug 18, 2023
1 parent 10a508c commit fe86f55
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 91 deletions.
4 changes: 0 additions & 4 deletions golang/cosmos/proto/agoric/swingset/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ message GenesisState {
repeated SwingStoreExportDataEntry swing_store_export_data = 4 [
(gogoproto.jsontag) = "swingStoreExportData"
];

repeated SwingStoreArtifact swing_store_artifacts = 5 [
(gogoproto.jsontag) = "swingStoreArtifacts"
];
}

// A SwingStore "export data" entry.
Expand Down
109 changes: 22 additions & 87 deletions golang/cosmos/x/swingset/types/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe86f55

Please sign in to comment.