From beb7d111ae4be2f4b6e1a61c7c155f5d32cc5fde Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Thu, 5 Oct 2023 13:55:22 +0200 Subject: [PATCH] Remove unused generated code in `sync-protobuf.sh` script (#155) --- scripts/sync-protobuf.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/sync-protobuf.sh b/scripts/sync-protobuf.sh index 49485cce..cddfff1a 100755 --- a/scripts/sync-protobuf.sh +++ b/scripts/sync-protobuf.sh @@ -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