refactor! : bump comet to v1 (#19726)
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user