prysm-pulse/beacon-chain
Nishant Das d22552944d
Update Blockchain Package From Altair (#9422)
* add latest changes

* fix up

* raul's review

* pass cache tests

* Update beacon-chain/blockchain/head_sync_committee_info.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* kasey's review

* rename cache err

* add nil checks and error path checks

* gaz

* fix test

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2021-08-26 05:01:09 +00:00
..
blockchain Update Blockchain Package From Altair (#9422) 2021-08-26 05:01:09 +00:00
cache Update Blockchain Package From Altair (#9422) 2021-08-26 05:01:09 +00:00
core Altair process slots (#9455) 2021-08-26 09:59:23 +08:00
db Improve DB.SaveBlocks Performance (#9431) 2021-08-20 20:01:38 +00:00
forkchoice Remove float64 usage for fork choice (#9438) 2021-08-20 14:15:18 -05:00
gateway Move proto services to a different package (#9379) 2021-08-13 10:55:24 +00:00
interop-cold-start Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
node Add Gosec Github Action (#9332) 2021-08-15 15:24:13 +00:00
operations Fix more duplicated import prefix (#9306) 2021-07-30 18:05:38 +00:00
p2p Change P2P Logs to Trace Logs (#9459) 2021-08-25 15:35:50 +02: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 Update Prater config to include Altair fork epoch (#9467) 2021-08-25 17:18:29 +00:00
server Retrieve validators through v1 API in e2e (#9117) 2021-06-29 09:47:59 -05:00
slasher Optimized Slasher Parameters (#9361) 2021-08-13 16:53:04 +00:00
state Add Stategen Log (#9460) 2021-08-25 14:34:09 +00:00
sync Patch Initial Sync For Non Finalized Blocks (#9452) 2021-08-24 10:20:45 -05: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.