mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 18:51:19 +00:00
2defff0886
* Add new GetVersion API to Health Service This is to support showing version information in the web ui. Since health.go is built through validator bazel, we can use `shared.GetVersion` directly. Backend for: prysmaticlabs/prysm-web-ui#107 * Run goimports and update-go-pbs * go mod tidy Co-authored-by: Raul Jordan <raul@prysmaticlabs.com> |
||
---|---|---|
.. | ||
beacon | ||
cluster | ||
faucet | ||
migration | ||
slashing | ||
testing | ||
validator/accounts | ||
BUILD.bazel | ||
README.md | ||
ssz_proto_library.bzl |
Prysm Protocol Buffers
This package defines common protobuf messages and services used by Prysm. For now, we are checking in all generated code to support native go dependency management.