mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
4ca04dcc4b
* adding proto wrapper for BeaconState * remove BUILD.bazel file spelling mistake * address terence review comments * remove capitalization Co-authored-by: Nishant Das <nishdas93@gmail.com> * renamed as storage, use v1alpha1 ojects * fix lint in the generated file * store state as ssz bytes * added a seperate version for managing storage * goimports generated files to satisfy lint * changed proto to oneof Co-authored-by: Nishant Das <nishdas93@gmail.com> |
||
---|---|---|
.. | ||
eth | ||
migration | ||
prysm | ||
testing | ||
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.