prysm-pulse/beacon-chain
Radosław Kapka 6c3b75f908
Upgrade getBlindedBlock API endpoint to Capella (#11687)
* proto

(cherry picked from commit 7101910e0fab5a5572795115679fd6f8d8c8379b)

* GetBlindedBlock

(cherry picked from commit e5c269ddf7b0c9e04f72ed28982a82de56fcac55)

* middleware

(cherry picked from commit 1719ce5967b0f74786c596cc921f7256e6b224f3)

* refactor

* Update beacon-chain/rpc/apimiddleware/structs.go

Co-authored-by: Potuz <potuz@prysmaticlabs.com>

* update error message

Co-authored-by: Potuz <potuz@prysmaticlabs.com>
2022-11-28 18:17:05 +00:00
..
blockchain Fill missing payload ID should exit early if block has seen (#11669) 2022-11-21 10:34:40 -05:00
builder Don't mark builder status unhealthy if mev-boost status is non 200 (#11506) 2022-09-29 20:54:24 +00:00
cache EIP-4881: Add merkle tree interface (#11597) 2022-11-01 23:31:32 +00:00
core Refactor Sync Committee Rewards (#11696) 2022-11-27 11:06:32 -08:00
db Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
deterministic-genesis Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
execution Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
forkchoice Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
gateway Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
monitor Give forkchoice to stategen (#11439) 2022-09-28 20:10:27 +00:00
node Add Gossip Handler For BLS To Execution Changes (#11690) 2022-11-26 11:07:05 -08:00
operations Add Gossip Handler For BLS To Execution Changes (#11690) 2022-11-26 11:07:05 -08:00
p2p Add Gossip Handler For BLS To Execution Changes (#11690) 2022-11-26 11:07:05 -08:00
package Add Back Fallback Provider Flag (#11281) 2022-08-22 11:20:21 -04:00
rpc Upgrade getBlindedBlock API endpoint to Capella (#11687) 2022-11-28 18:17:05 +00:00
server Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
slasher Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
state Add Capella state changes (#11688) 2022-11-24 14:54:55 -03:00
sync Add Gossip Handler For BLS To Execution Changes (#11690) 2022-11-26 11:07:05 -08: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.