prysm-pulse/beacon-chain
Raul Jordan e4bbf54f9f
Hardcoded Bootstrap + Relay Nodes (#2359)
* default bootstrap node and local network flag

* default relay node value

* Update shared/p2p/service.go

Co-Authored-By: rauljordan <raul@prysmaticlabs.com>

* use no discovery
2019-04-23 15:30:59 -05:00
..
attestation Optimize LMD-GHOST Vote Counting (#2333) 2019-04-22 19:59:02 -05:00
blockchain Enable Ancestor Cache By Default (#2358) 2019-04-23 13:15:58 -05:00
cache Optimize LMD-GHOST Vote Counting (#2333) 2019-04-22 19:59:02 -05:00
chaintest Add nogo to introduce built time linting (#2317) 2019-04-21 22:14:34 +08:00
core Move Inclusion Maps to Epoch Processing (#2347) 2019-04-22 21:30:37 -05:00
db Remove Proto Clone from State Reads (#2349) 2019-04-23 13:04:21 +08:00
internal Update go-ethereum upstream and resolve API changes (#2171) 2019-04-05 10:54:38 -07:00
node Hardcoded Bootstrap + Relay Nodes (#2359) 2019-04-23 15:30:59 -05:00
operations Use Withfields for Logging (#2305) 2019-04-19 21:09:01 -07:00
powchain Add nogo to introduce built time linting (#2317) 2019-04-21 22:14:34 +08:00
rpc Disable RPC while Syncing (#2353) 2019-04-23 10:57:10 -05:00
sync Disable RPC while Syncing (#2353) 2019-04-23 10:57:10 -05:00
utils Use HTTP RPC Endpoint for Logger to Fetch Past Logs (#2299) 2019-04-18 18:53:37 -05:00
BUILD.bazel Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -04:00
main.go Add HTTP Web3 Flag to Main.Go (#2300) 2019-04-18 19:05:13 -05:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage.go Hardcoded Bootstrap + Relay Nodes (#2359) 2019-04-23 15:30:59 -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.