prysm-pulse/beacon-chain
terence tsao c29a7be0ec Fix justified check point mutation (#3534)
* first version of the watchtower api

* first version

* delete watchtower

* move to message loop

* roughtime

* one time

* fix test

* Fixed

* Fixed

* Revert unused lock
2019-09-20 10:44:28 -07:00
..
archiver Archive Remaining Data at Epoch End in Archiver Service (#3531) 2019-09-20 11:51:06 -05:00
blockchain Fix justified check point mutation (#3534) 2019-09-20 10:44:28 -07:00
cache Resolve Miscellaneous Prysm TODOs (#3465) 2019-09-16 15:45:03 -05:00
core Archive Validator Participation on End of Epoch Event (#3524) 2019-09-19 15:59:23 -05:00
db Archive Remaining Data at Epoch End in Archiver Service (#3531) 2019-09-20 11:51:06 -05:00
flags Archiver Service Definition (#3507) 2019-09-18 09:30:02 -05:00
gateway Remove beacon rpc service (#3515) 2019-09-18 06:34:50 -07:00
interop-cold-start fix panic (#3448) 2019-09-12 14:18:41 +05:30
node Archiver Service Definition (#3507) 2019-09-18 09:30:02 -05:00
operations Complete ListAttestations EthereumAPIs v1alpha (#3452) 2019-09-18 20:14:26 -05:00
p2p Update Naming to Latest Networking Spec (#3519) 2019-09-20 11:57:28 +05:30
powchain Abstract Usage of Deposit Cache Into Interface (#3443) 2019-09-11 23:30:04 -05:00
rpc Archive Validator Participation on End of Epoch Event (#3524) 2019-09-19 15:59:23 -05:00
sync Parent blocks fetching/processing (#3459) 2019-09-20 10:08:32 -07:00
BUILD.bazel Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
main.go Archiver Service Definition (#3507) 2019-09-18 09:30:02 -05:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage_test.go Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
usage.go Archiver Service Definition (#3507) 2019-09-18 09:30:02 -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 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.