mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user