prysm-pulse/beacon-chain/rpc/prysm/v1alpha1/debug
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
..
block_test.go Use signature length from fieldparams (#10019) 2021-12-15 15:14:30 -05:00
block.go Use math.MaxUint64 (#9857) 2021-11-04 18:48:09 +00:00
BUILD.bazel Use signature length from fieldparams (#10019) 2021-12-15 15:14:30 -05:00
forkchoice_test.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
forkchoice.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
p2p_test.go Do not rely on peer order in TestDebugServer_ListPeers (#9988) 2021-12-06 19:29:48 +00:00
p2p.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
server.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
state_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
state.go Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00