prysm-pulse/beacon-chain
Preston Van Loon e5a00fdca9
Add GCP test configuration and p2p-host-ip flag (#2510)
* Add GCP startup script

* add flag for external IP

* specify that it must be for linux

* /deploy/create

* gofmt
2019-05-06 13:33:19 -04:00
..
attestation Add and Use Truncate Hash Library (#2417) 2019-04-29 13:11:51 -05:00
blockchain Add Forkchoice Tie Breaker (#2459) 2019-05-01 10:18:56 -07: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 Display Only Active Validator Data (#2490) 2019-05-05 09:40:21 -07:00
db no err throw (#2479) 2019-05-03 15:28:11 -05:00
internal ValidatorStatus Estimating Activation RPC Server (#2469) 2019-05-02 14:14:25 -05:00
node Add GCP test configuration and p2p-host-ip flag (#2510) 2019-05-06 13:33:19 -04:00
operations Prune Atts One Epoch Older (#2442) 2019-04-29 15:45:04 -05:00
powchain Fix Estimation of Deposit Inclusion Slot in ValidatorActivationStatus (#2472) 2019-05-02 19:13:51 -04:00
rpc Fix Status Update Progression in RPC Server (#2495) 2019-05-05 17:39:12 -05:00
sync fix chainstart waiting on rpc server (#2488) 2019-05-04 20:04:12 +08: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 GCP test configuration and p2p-host-ip flag (#2510) 2019-05-06 13:33:19 -04: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.