refactor: remove unused fields from

This commit is contained in:
Prad Nukala
2024-10-08 17:13:22 -04:00
parent f6879f1c12
commit 35348fef6a
4 changed files with 124 additions and 1207 deletions
-3
View File
@@ -183,13 +183,10 @@ protoVer=0.13.2
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)
proto-all: proto-format proto-lint proto-gen format
proto-gen:
@echo "Generating Protobuf files"
@go install cosmossdk.io/orm/cmd/protoc-gen-go-cosmos-orm@latest
@$(protoImage) sh ./scripts/protocgen.sh
# generate the stubs for the proto files from the proto directory
spawn stub-gen
proto-format: