prysm-pulse/proto
Potuz 57a323f083
Forkchoice featureflag (#10299)
* Compiling main beacon-chain binary

* Add feature flag

* passing protoarray tests

* passing nodetree tests

* passing blockchain package tests

* passing rpc tests

* go fmt

* re-export forkchoice store from blockchain package

* remove duplicated import

* remove unused var

* add nodetree rpc method

* remove slot from IsOptimisticForRoot

* release lock in IsOptimistic

* change package name

* Revert "change package name"

This reverts commit 679112f9ef795922c631e7823dbdfb3746838f3c.

* rename package

* Update doc

* Fix span names

* Terence + Raul review

* remove go:build flags

* add errors dep

* spec tests

* fix call to IsOptimisticForRoot

* fix test

* Fix conflict

* change name of function

* remove ctx from store.head

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
2022-03-09 03:05:51 +00:00
..
engine/v1 Renaming Random in ExecutionPayloads to PrevRandao (#10283) 2022-02-26 03:47:16 +00:00
eth Support Bellatrix state in getStateV2 standard API (#10314) 2022-03-07 17:56:54 +01:00
migration Support Bellatrix state in getStateV2 standard API (#10314) 2022-03-07 17:56:54 +01:00
prysm Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
testing Regen pbs (#10227) 2022-02-16 10:06:41 -06:00
BUILD.bazel Bazel: minimal test build transitions (#9122) 2021-06-30 19:22:09 +00:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00:00
ssz_proto_library.bzl Add sync committee aggregation_bits tags for minimal and mainnet (#9147) 2021-07-03 18:59:35 -05:00

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.