prysm-pulse/beacon-chain
Nishant Das 2af49b5c55 Fix Assingments Bug (#2320)
* fix

* fix tests
2019-04-21 11:47:53 -05:00
..
attestation Update Latest Attestations Use Committee Cache (#2265) 2019-04-16 20:08:55 -07:00
blockchain Fix Assingments Bug (#2320) 2019-04-21 11:47:53 -05:00
cache Cache Block Ancestor for Fork Choice (#2269) 2019-04-16 08:36:02 -07:00
chaintest Add nogo to introduce built time linting (#2317) 2019-04-21 22:14:34 +08:00
core Use Withfields for Logging (#2305) 2019-04-19 21:09:01 -07:00
db Blacklist Bad Block Hashes (#2297) 2019-04-18 16:57:19 -05:00
internal Update go-ethereum upstream and resolve API changes (#2171) 2019-04-05 10:54:38 -07:00
node Use Withfields for Logging (#2305) 2019-04-19 21:09:01 -07: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 Fix Assingments Bug (#2320) 2019-04-21 11:47:53 -05:00
sync Only Update Head of Chain with Child Blocks (#2310) 2019-04-20 10:17:08 -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 Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -04: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.