feat(accounts/base): give chains the possibility to pick their chosen pubkey types for the base accounts (#21466)

This commit is contained in:
testinginprod
2024-09-03 17:09:04 +00:00
committed by GitHub
parent 54b49d4bcc
commit 8431dbd38a
12 changed files with 1591 additions and 189 deletions
+1 -1
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'); do
for file in $(find . -maxdepth 8 -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