prysm-pulse/beacon-chain
terencechain 1117118435
Add highest slot and blocks received last epoch tracking (#11146)
* Add highest slot and blocks received last epoch tracking

* Comments

* Potuz feedback

* Fix tesT

* Potuz feedback, use clock time

* Raul's feedback

* Raul's feedback

* Use field params

* Fix minimal value

* Fix constant

* Fix constant

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-08-10 15:58:52 +00:00
..
blockchain Update E2E (#11140) 2022-08-05 13:01:47 +00:00
builder Misc improvements to interface with builder (#11059) 2022-07-17 23:43:16 -07:00
cache Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +00:00
core Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +00:00
db Can recover from missing state summary in DB (#11167) 2022-08-04 13:01:07 +00:00
deterministic-genesis Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +00:00
execution Respond With Empty Payloads Pre-Merge (#11184) 2022-08-08 13:04:09 -04:00
forkchoice Add highest slot and blocks received last epoch tracking (#11146) 2022-08-10 15:58:52 +00:00
gateway Register v1alpha2 endpoints in the gateway (#9768) 2021-10-12 15:13:52 +00:00
monitor Clean up: fix typos (#11165) 2022-08-03 18:47:30 +00:00
node BugFix: cli stringSlice bug (#11166) 2022-08-08 16:04:34 +00:00
operations Revert "Testutil refactor attestations (#10952)" (#11073) 2022-07-19 14:41:15 +02:00
p2p Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +00:00
package Move Miscellaneous Shared/ Packages Into Semantic Groups (#9624) 2021-09-17 19:20:50 +00:00
rpc Rename statefetcher methods (#11196) 2022-08-10 13:24:56 +00:00
server API Middleware for Keymanager Standard API Endpoints (#9936) 2021-12-07 20:26:21 +00:00
slasher Clean up: fix typos (#11165) 2022-08-03 18:47:30 +00:00
state Clean up: fix typos (#11165) 2022-08-03 18:47:30 +00:00
sync Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +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.