Files
prysm/hack
Bastin 862fb2eb4a Fix gen-logs.sh - gitignore bug (#16328)
**What does this PR do? Why is it needed?**
`gen-logs.sh` was skipping `cmd/beacon-chain/execution/` due to a rule
in `.gitignore`.
Added a fix in `gen-logs.sh` to ignore `.gitignore` entries by
specification.
2026-02-05 14:06:42 +00:00
..
2026-01-26 16:28:46 +00:00
2024-09-20 17:18:17 +00:00
2024-09-20 17:18:17 +00:00
2025-11-06 16:16:23 +00:00
2025-11-06 16:16:23 +00:00

Bash Scripts

This subproject contains useful bash scripts for working with our repository. We have a simple tool that outputs coverage, a simple tool to check for gazelle requirements, update Go protobuf generated files, visibility rules tools for Bazel packages, and more.

update-go-pbs.sh

This script generates the *.pb.go files from the *.proto files. After running update-go-pbs.sh keep only the *.pb.go for the protos that have changed before checking in. Note: the generated files may not have imports correctly linted and will need to be fixed to remote associated errors.