prysm-pulse/beacon-chain
skillful-alex 4194d78bed Add Web3Service Health Checks. (Issue #1204) (#1581)
* described the Status () function

* web3 service health checks

* remove method LatestBlockTime and add tests

* remove lastHeadInteractTime

* corrected conflicts of different branches of development

* goimports -w beacon-chain/powchain/service_test.go
2019-03-04 15:37:24 -05:00
..
attestation Clear Up Code Inconsistencies (#1836) 2019-03-03 09:31:29 -08:00
blockchain Implement Validator Status RPC Methods (#1839) 2019-03-03 21:28:00 -08:00
chaintest Clear Up Code Inconsistencies (#1836) 2019-03-03 09:31:29 -08:00
core add metrics for justification and finalization (#1854) 2019-03-03 22:53:20 -08:00
db Clear Up Code Inconsistencies (#1836) 2019-03-03 09:31:29 -08:00
internal Clean Up Validator RPC Server (#1798) 2019-03-03 14:55:12 -08:00
node Enable POW chain by default (#1861) 2019-03-04 15:10:03 -05:00
operations Fix Crosslink Calculation in Assignment Fetching (#1737) 2019-03-01 11:39:09 -06:00
powchain Add Web3Service Health Checks. (Issue #1204) (#1581) 2019-03-04 15:37:24 -05:00
rpc Implement Validator Status RPC Methods (#1839) 2019-03-03 21:28:00 -08:00
sync Clear Up Code Inconsistencies (#1836) 2019-03-03 09:31:29 -08:00
utils Enable POW chain by default (#1861) 2019-03-04 15:10:03 -05:00
BUILD.bazel Set static to off for cgo built beacon-chain (#1813) 2019-03-02 23:49:27 -08:00
main.go Enable POW chain by default (#1861) 2019-03-04 15:10:03 -05:00
README.md switch ethereum 2.0 to ethereum serenity (#714) 2018-11-01 07:02:01 -04:00
usage.go Enable POW chain by default (#1861) 2019-03-04 15:10:03 -05: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 sharding + casper 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.