Skip to content

Commit

Permalink
Remove unused generated code in sync-protobuf.sh script (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac authored Oct 5, 2023
1 parent e1838a4 commit beb7d11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/sync-protobuf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ cd ../..
# we instead re-exports the `ics23` crate type definitions.
rm -f src/prost/cosmos.ics23.v1.rs

# Remove `cosmos.base.store` module as it does not compile
# out of the box and we do not have a use for it at the moment.
rm -f src/prost/cosmos.base.store.v1beta1.rs

# The Tendermint ABCI protos are unused from within ibc-proto
rm -f src/prost/tendermint.abci.rs

Expand Down

0 comments on commit beb7d11

Please sign in to comment.