prysm-pulse/beacon-chain
Nishant Das 56fd535dd5
Add Gossip Scoring For Peers (#7184)
* add gossip scoring

* fix

* clean up

* remove

* add new topics

* clean up gossip scoring

* clean up

* fix

* gaz

* remove true

* comment better

* remove from dev
2020-11-12 08:08:07 +00:00
..
blockchain Enable head sync only during period of non-finality (#7784) 2020-11-12 02:21:59 +00:00
cache Remove unused chainStartPubKeys logic (#7777) 2020-11-11 07:37:34 +00:00
core Update to not return state (#7786) 2020-11-11 16:40:43 -08:00
db Use t.TempDir() in tests (#7769) 2020-11-10 22:45:17 +00:00
flags Update genesis time and deposit contract (#7727) 2020-11-04 17:36:31 +00:00
forkchoice Forkchoice: update read only lock to regular lock (#7633) 2020-10-24 16:35:18 +00:00
gateway Update rules_go (#7202) 2020-11-10 03:01:56 +00:00
interop-cold-start Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
node Use t.TempDir() in tests (#7769) 2020-11-10 22:45:17 +00:00
operations Stop early PendingExits (#7772) 2020-11-11 18:55:52 +00:00
p2p Add Gossip Scoring For Peers (#7184) 2020-11-12 08:08:07 +00:00
powchain Remove unused chainStartPubKeys logic (#7777) 2020-11-11 07:37:34 +00:00
rpc Use requested epoch for GetValidatorParticipation (#7768) 2020-11-11 08:17:20 +00:00
state Fix Prysm Runtime Data Races (#7770) 2020-11-10 20:57:07 -06:00
sync Fix Prysm Runtime Data Races (#7770) 2020-11-10 20:57:07 -06:00
BUILD.bazel Update rules_go (#7202) 2020-11-10 03:01:56 +00:00
main.go Allow Specifying Output Directory When Creating DB Backups (#7630) 2020-10-26 18:20:54 +00:00
README.md Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
usage_test.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
usage.go Remove duplicated --slots-per-archive-point in help menu (#7731) 2020-11-05 00:53:59 +00:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum Serenity in Golang by Prysmatic Labs. Before you begin, check out our Contribution Guidelines and join our active chat room on Discord or Gitter below:

Discord Gitter

Also, read the latest beacon chain design spec, this design spec serves as a source of truth for the beacon chain implementation we follow at prysmatic labs. Check out the FAQs. Refer this page on why we are combining sharding and casper together.