prysm-pulse/beacon-chain
Raul Jordan 31ef6befde
Add More Tests to CommitteeAssignments (#6028)
* add test
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
* pass comm tests
* Merge branch 'comm-tests' of github.com:prysmaticlabs/prysm into comm-tests
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
* Merge refs/heads/master into comm-tests
2020-06-01 14:50:48 +00:00
..
archiver libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
blockchain Forkchoice start using proper root (#6062) 2020-06-01 11:32:34 +08:00
cache Increase hot state cache size to 32 (#6033) 2020-05-29 05:01:40 +00:00
core Add More Tests to CommitteeAssignments (#6028) 2020-06-01 14:50:48 +00:00
db Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
flags Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
forkchoice Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
gateway Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
interop-cold-start libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
node Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
operations Change slashing pool to use spec code (#6030) 2020-05-29 00:26:09 -04:00
p2p Reset Streams Properly (#6066) 2020-06-01 16:14:47 +08:00
powchain Log Active Validator Count (#5923) 2020-05-20 16:24:51 +00:00
rpc Ensure Consistent ListValidators RPC Results (#6054) 2020-06-01 14:16:40 +00:00
state Remove unused code (#6065) 2020-05-31 15:47:15 -07:00
sync Reset Streams Properly (#6066) 2020-06-01 16:14:47 +08:00
BUILD.bazel Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
main.go Ran code cleanup from goland (#6064) 2020-05-31 15:08:36 -05: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 Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08: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.