prysm-pulse/beacon-chain
terence tsao 6e9faa3618
Epoch: precompute functions for Altair part 1 (#9309)
* Add epoch precompute methods

* Split into part 1 for better review

* Update epoch_precompute_test.go

* Preston's feedback

* Skip if the valiator is not eligible

* Add regression test for non eligible

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-08-04 15:13:05 +00:00
..
blockchain Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
cache Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
core Epoch: precompute functions for Altair part 1 (#9309) 2021-08-04 15:13:05 +00:00
db Fix memory usability (#9310) 2021-08-04 02:33:28 +00:00
forkchoice Bazel: minimal test build transitions (#9122) 2021-06-30 19:22:09 +00:00
gateway Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
interop-cold-start Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
node Show error in logs if passing invalid flags in yaml (#9033) 2021-08-01 03:26:24 +00:00
operations Fix more duplicated import prefix (#9306) 2021-07-30 18:05:38 +00:00
p2p Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
package Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
powchain Only Create Deposit Proofs Pre-Genesis (#9289) 2021-07-30 18:33:31 +00:00
rpc Implement PublishAggregateAndProofs in the validator API (#9294) 2021-08-04 09:01:38 +00:00
server Retrieve validators through v1 API in e2e (#9117) 2021-06-29 09:47:59 -05:00
slasher/types Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
state Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
sync Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
README.md Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00: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.