prysm-pulse/beacon-chain
Potuz 99997fa2e3
forkchoice changes (#12126)
* forkchoice changes

* gazelle

* remove best justified from forkchoice dump

* keep protobufs and update comment

* remove phase0 tests

* bumb spectests version

* missing sha

* Fix sha256 for spec

* rpc tests

* Mark field 3 as reserved so it will never be used it again

---------

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2023-03-16 14:27:30 -03:00
..
blockchain forkchoice changes (#12126) 2023-03-16 14:27:30 -03:00
builder Proposer use highest value payload vs header (#11967) 2023-02-10 11:36:19 -08:00
cache Eip4881: Tests (#11754) 2023-03-14 08:29:48 -07:00
core Redesign voluntary exits pool (#11898) 2023-03-01 17:44:00 +01:00
db fix error message in TestStateSummary_CanDelete (#12123) 2023-03-14 18:17:32 +00:00
deterministic-genesis Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
execution Add getpayloadbodies (#11973) 2023-03-14 15:52:16 +00:00
forkchoice forkchoice changes (#12126) 2023-03-16 14:27:30 -03:00
gateway Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
monitor Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
node go.mod: set a non-zero version for tx-fuzz (#12098) 2023-03-09 09:23:45 +00:00
operations Add bls pool metric (#12133) 2023-03-15 14:12:21 +00:00
p2p Make Peer Scorer Permanent Default (#12138) 2023-03-16 18:52:49 +08:00
package Update cross compile toolchains (#12069) 2023-03-07 20:09:46 +00:00
rpc forkchoice changes (#12126) 2023-03-16 14:27:30 -03:00
server Raise the max grpc message size to a very large value by default (#12072) 2023-03-02 19:04:58 +00:00
slasher Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
state Fix type name in field_trie_helpers error message (#12070) 2023-03-02 14:33:22 +00:00
sync Make Peer Scorer Permanent Default (#12138) 2023-03-16 18:52:49 +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.