prysm-pulse/beacon-chain
Radosław Kapka ee9274a9bc
REST VC metrics (#13588)
* REST VC metrics

* validator status is not used

* refactor

* remove test

* server-side

* server-side per endpoint

* cleanup

* add config endpoints

* add proper HTTP methods to endpoints

* initialize missing fields
2024-03-05 18:15:46 +00:00
..
blockchain tests for origin blob fetching (#13667) 2024-03-02 15:11:22 +00:00
builder Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
cache Employ Dynamic Cache Sizes (#13640) 2024-02-28 10:46:52 +00:00
core Employ Dynamic Cache Sizes (#13640) 2024-02-28 10:46:52 +00:00
das Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
db Implement EIP-3076 minimal slashing protection, using a filesystem database (#13360) 2024-03-05 15:27:15 +00:00
deterministic-genesis Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
execution Unify log fields (#13654) 2024-02-22 22:40:36 +00:00
forkchoice Do not check parent weight on early FCU (#13683) 2024-03-05 15:07:39 +00:00
gateway move setting route handlers to registration from start (#13676) 2024-02-28 11:30:31 +00:00
monitor Unify log fields (#13654) 2024-02-22 22:40:36 +00:00
node move setting route handlers to registration from start (#13676) 2024-02-28 11:30:31 +00:00
operations Unify log fields (#13654) 2024-02-22 22:40:36 +00:00
p2p Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
package Update cross compile toolchains (#12069) 2023-03-07 20:09:46 +00:00
rpc REST VC metrics (#13588) 2024-03-05 18:15:46 +00:00
slasher Slasher: Reduce surrounding/surrounded attestations processing time (#13629) 2024-02-21 15:12:37 +00:00
startup Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
state add changes (#13661) 2024-02-26 13:45:17 +00:00
sync exit blob fetching for cp block if outside retention (#13686) 2024-03-05 02:57:06 +00:00
verification Unify log fields (#13654) 2024-02-22 22:40:36 +00:00
README.md

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.