Files
prysm/hack
terence 774b9a7159 Migrate Prysm repo to Offchain Labs organization ahead of Pectra V6 (#15140)
* Migrate Prysm repo to Offchain Labs organization ahead of Pectra upgrade v6

* Replace prysmaticlabs with OffchainLabs on general markdowns

* Update mock

* Gazelle and add mock.go to excluded generated mock file
2025-04-10 15:40:39 +00:00
..
2024-09-20 17:18:17 +00:00
2024-09-20 17:18:17 +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.