prysm-pulse/beacon-chain
Jim McDonald b089cdd216 Allow overwriting of default bootstrap node (#3616)
* Allow overwriting of default bootstrap node

* Update shared/cmd/flags.go

Co-Authored-By: Nishant Das <nish1993@hotmail.com>

* Provide warning at more suitable time
2019-09-27 20:05:16 +08:00
..
archiver Implement Active Set Changes RPC Method (#3568) 2019-09-25 18:06:02 -05:00
blockchain better log validator votes (#3590) 2019-09-26 06:32:06 -07:00
cache Part 2 of caching improvement - A cache for shuffled indices (#3607) 2019-09-26 19:51:39 -07:00
core Change pk bytes maps to 48 bytes (#3613) 2019-09-27 14:07:36 +08:00
db Do Not Archive Active Indices (#3573) 2019-09-25 17:18:37 +08: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 Allow overwriting of default bootstrap node (#3616) 2019-09-27 20:05:16 +08:00
operations Update service.go (#3581) 2019-09-25 11:01:55 -07:00
p2p Allow overwriting of default bootstrap node (#3616) 2019-09-27 20:05:16 +08:00
powchain Abstract Usage of Deposit Cache Into Interface (#3443) 2019-09-11 23:30:04 -05:00
rpc Change pk bytes maps to 48 bytes (#3613) 2019-09-27 14:07:36 +08:00
sync add a few logs at start of initial sync (#3608) 2019-09-26 19:17:43 -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.