prysm-pulse/beacon-chain/rpc
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
..
apimiddleware Support Bellatrix state in getStateV2 standard API (#10314) 2022-03-07 17:56:54 +01:00
eth Support Bellatrix state in getStateV2 standard API (#10314) 2022-03-07 17:56:54 +01:00
prysm/v1alpha1 Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
statefetcher Refactor mock test helpers (#10133) 2022-01-26 14:48:20 +00:00
testutil Eth1 connections (#10073) 2022-01-14 11:13:04 -05:00
BUILD.bazel RPC: add prepare execution payload (#10311) 2022-03-07 18:43:20 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
service_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
service.go RPC: add prepare execution payload (#10311) 2022-03-07 18:43:20 +00:00