prysm-pulse/beacon-chain
terencechain 5a1d260b9a
Update block arrival histogram values (#11424)
* Update block arrival histogram values

* Add 250 and 750

* Add back 1500 and 2000

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-09-12 16:58:15 +00:00
..
blockchain Metrics: capture reorg distances and depths (#11435) 2022-09-12 15:06:52 +00:00
builder Tests for builder service (#11214) 2022-09-06 18:29:44 +00:00
cache Pre-allocate slices (#11317) 2022-08-26 13:49:50 +02:00
core Report voted fractions for a given root (#11421) 2022-09-11 19:04:40 +00:00
db clean up: godoc comments, redundant castings and more (#11428) 2022-09-12 14:03:20 +00:00
deterministic-genesis Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
execution clean up: godoc comments, redundant castings and more (#11428) 2022-09-12 14:03:20 +00:00
forkchoice Forkchoice: track highest received root (#11434) 2022-09-12 16:29:01 +02:00
gateway Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
monitor Fixed size arrays in block interfaces and structs (#11375) 2022-09-06 14:30:16 +00:00
node move forkchoice init back to node (#11344) 2022-09-02 13:56:50 -05:00
operations Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
p2p clean up: godoc comments, redundant castings and more (#11428) 2022-09-12 14:03:20 +00:00
package Add Back Fallback Provider Flag (#11281) 2022-08-22 11:20:21 -04:00
rpc Fall back to uncached getPaylod if first time outs (#11404) 2022-09-08 14:20:32 +00:00
server Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
slasher Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
state Fixed size arrays in block interfaces and structs (#11375) 2022-09-06 14:30:16 +00:00
sync Update block arrival histogram values (#11424) 2022-09-12 16:58:15 +00:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
README.md Change Eth2 Repository Names (#9425) 2021-08-19 13:00:57 -05:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum written in Go by Prysmatic Labs.

You can also read our main README and join our active chat room on Discord.

Discord

Also, read the official beacon chain specification, this design spec serves as a source of truth for the beacon chain implementation we follow at Prysmatic Labs.