mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
1df173e701
* backfill service * fix bug where origin state is never unlocked * support mvslice states * use renamed interface * refactor db code to skip block cache for backfill * lint * add test for verifier.verify * enable service in service init test * cancellation cleanup * adding nil checks to configset juggling * assume blocks are available by default As long as we're sure the AvailableBlocker is initialized correctly during node startup, defaulting to assuming we aren't in a checkpoint sync simplifies things greatly for tests. * block saving path refactor and bugfix * fix fillback test * fix BackfillStatus init tests --------- Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com> |
||
---|---|---|
.. | ||
beacon-node-api | ||
keymanager-api | ||
build_and_upload_docker.sh | ||
check_gazelle.sh | ||
check-todo.sh | ||
ci-coverage.sh | ||
codecov.sh | ||
common.sh | ||
coverage.sh | ||
interop_start.sh | ||
latest_version_tag.sh | ||
mirror-ethereumapis.sh | ||
README.md | ||
tag-versioned-docker-images.sh | ||
update-go-pbs.sh | ||
update-go-ssz.sh | ||
update-mockgen.sh | ||
upload-github-release-asset.sh | ||
workspace_status_ci.sh | ||
workspace_status.sh |
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 and *.pb.gw.go files from the *.proto files.
After running update-go-pbs.sh
keep only the *.pb.go and *pb.gw.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.