prysm-pulse/beacon-chain
terence tsao c2deace3f4 Implement Cache Committee for RPC Server (#2151)
* add committees cache

* Hook committee cache to rpc service

* fixed TestCommitteeAssignment_OK

* comments for ValidatorAssignment

* added tests for committees cache

* more updates to committee_cache_test.go

* new tests in validator_Server_test for cached/uncached scenearios

* removed ????

* gaz

* fmt

* added feature flags

* fmt

* remove hello

* uncomment

* lint

* Update beacon-chain/rpc/validator_server.go

Co-Authored-By: terenc3t <terence@prysmaticlabs.com>

* preseton's feedback

* better err handling

* fixed tests
2019-04-10 03:36:49 -04:00
..
attestation fml, swapped genesis slot with epoch... (#2185) 2019-04-05 21:14:15 -07:00
blockchain Update State to Include Current and Previous Justified Roots (#2186) 2019-04-10 14:52:06 +08:00
chaintest Implement Cache Committee for RPC Server (#2151) 2019-04-10 03:36:49 -04:00
core Implement Cache Committee for RPC Server (#2151) 2019-04-10 03:36:49 -04:00
db Update State to Include Current and Previous Justified Roots (#2186) 2019-04-10 14:52:06 +08:00
internal Update go-ethereum upstream and resolve API changes (#2171) 2019-04-05 10:54:38 -07:00
node Allow 8 Validator Multinode Cluster to Run Indefinitely (#2050) 2019-03-25 10:21:21 -05:00
operations Improve Beacon Node Logging (#2175) 2019-04-05 22:37:46 -05:00
powchain add fix (#2221) 2019-04-09 14:43:29 -04:00
rpc Implement Cache Committee for RPC Server (#2151) 2019-04-10 03:36:49 -04:00
sync Update State to Include Current and Previous Justified Roots (#2186) 2019-04-10 14:52:06 +08:00
utils Improve Validator Logging and Default Flags (#2013) 2019-03-18 09:45:28 -06:00
BUILD.bazel Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -04:00
main.go Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -04:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage.go Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -04: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.