prysm-pulse/beacon-chain
Nishant Das af3d3e8cd3
Update Gossip Parameters (#8683)
* add in more accurate aggregate parameters

* add more param changes

* more cleanup

* fix order of operations

* comments

* remove redundant declaration

* clean up better

* fix up

* victor's review

* disable mesh scoring

* disable mesh scoring

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
2021-04-02 20:21:19 +08:00
..
blockchain Harden beacon state interface for Altair (#8673) 2021-03-26 18:15:03 +00:00
cache Break long lines in beacon chain package (#8686) 2021-03-30 11:24:46 +00:00
core Weak subjectivity period calculating helper (#8695) 2021-04-01 22:50:04 +00:00
db Fix typo in comment for LoadGenesis (#8685) 2021-03-30 00:45:14 +00:00
forkchoice Break long lines in beacon chain package (#8686) 2021-03-30 11:24:46 +00:00
gateway Use context timeout during gateway service shutdown (#8644) 2021-03-24 05:00:47 +00:00
interop-cold-start Embed Config Pattern For Attestation, POW Chain, and RPC Services (#8635) 2021-03-21 16:58:41 +00:00
node Break long lines in beacon chain package (#8686) 2021-03-30 11:24:46 +00:00
operations Embed Config Pattern For Attestation, POW Chain, and RPC Services (#8635) 2021-03-21 16:58:41 +00:00
p2p Update Gossip Parameters (#8683) 2021-04-02 20:21:19 +08:00
powchain Remove unused interface (#8682) 2021-03-28 22:53:34 +02:00
rpc Weak subjectivity period calculating helper (#8695) 2021-04-01 22:50:04 +00:00
state Break long lines in beacon chain package (#8686) 2021-03-30 11:24:46 +00:00
sync Break long lines in beacon chain package (#8686) 2021-03-30 11:24:46 +00:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of eth2 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.