prysm-pulse/beacon-chain
terencechain 9e15316351
Enhance block arrival delay metrics by adding a gauge (#11897)
* Enhance block arrival delay metrics

* Remove histograms

* Revert histogram

* Rm new line

---------

Co-authored-by: Nishant Das <nishdas93@gmail.com>
2023-02-02 15:43:25 +00:00
..
blockchain reuse code from stategen in the justified balance cache (#11961) 2023-02-02 14:53:08 +00:00
builder Capella: use builder (#11906) 2023-02-01 08:24:51 -08:00
cache EIP-4881: Spec implementation (#11720) 2023-01-27 17:35:25 +00:00
core Use head state only for bls messages broadcast (#11949) 2023-02-01 06:01:10 +00:00
db Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
deterministic-genesis Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
execution Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
forkchoice delete from s.nodeByPayload as well when pruneFinalizedNodeByRootMap (#11813) 2023-01-31 10:53:29 +00:00
gateway Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
monitor Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
node Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
operations Cycle the BLS changes pool when falling below a threshold (#11873) 2023-01-28 14:42:03 +00:00
p2p Rate limit broadcasting of BLS changes at the fork and at RPC endpoint (#11936) 2023-01-31 09:31:22 -08:00
package Add Back Fallback Provider Flag (#11281) 2022-08-22 11:20:21 -04:00
rpc modify slice in place (#11956) 2023-02-02 00:01:46 +00:00
server Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
slasher Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
state Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
sync Enhance block arrival delay metrics by adding a gauge (#11897) 2023-02-02 15:43:25 +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.