Fix Proto Generation Scripts and Regen Protos With V3 Bindings (#11227)

* proto gen fix

* regen protos and ssz bindings

* regen

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Raul Jordan
2022-08-16 19:52:24 +00:00
committed by GitHub
parent 01614e7bfb
commit 1062f5fe4d
60 changed files with 6557 additions and 6513 deletions

View File

@@ -12,7 +12,7 @@ while IFS= read -d $'\0' -r file; do
done < <($findutil -L "$(bazel info bazel-bin)"/proto -type f -regextype sed -regex ".*pb\.\(gw\.\)\?go$" -print0)
arraylength=${#file_list[@]}
searchstring="prysmaticlabs/prysm/"
searchstring="prysmaticlabs/prysm/v3/"
# Copy pb.go files from bazel-bin to original folder where .proto is.
for ((i = 0; i < arraylength; i++)); do