refactor! : bump comet to v1 (#19726)

Co-authored-by: yihuang <yi.codeplayer@gmail.com>
This commit is contained in:
Marko
2024-05-06 14:12:00 +00:00
committed by GitHub
co-authored by yihuang
parent 89ccbc13d1
commit 0dfb54e36a
224 changed files with 6638 additions and 5959 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ for dir in $proto_dirs; do
# check if buf.gen.gogo.yaml exists in the proto directory
if [ -f "buf.gen.gogo.yaml" ]; then
for file in $(find . -maxdepth 5 -name '*.proto' | grep -v '^./cosmos/store/'); do
for file in $(find . -maxdepth 5 -name '*.proto'); do
# this regex checks if a proto file has its go_package set to cosmossdk.io/api/...
# gogo proto files SHOULD ONLY be generated if this is false
# we don't want gogo proto to run for proto files which are natively built for google.golang.org/protobuf
@@ -57,4 +57,4 @@ done
cp -r github.com/cosmos/cosmos-sdk/* ./
rm -rf github.com
go mod tidy
go mod tidy