prysm-pulse/beacon-chain
Raul Jordan 88aaee36bf
Fix Weird Pre-Genesis Timestamp (#6031)
* ensure test passes

* Apply suggestions from code review

* comment

Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
2020-05-28 21:57:03 -04:00
..
archiver libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
blockchain Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
cache Reduce attester state copies (#6025) 2020-05-28 13:33:08 -04:00
core Consistent BLS function inputs (#5969) 2020-05-25 16:08:12 -05:00
db Add skip to log (#6014) 2020-05-27 12:35:54 -05:00
flags External slashing protection (#5895) 2020-05-20 10:23:22 -05:00
forkchoice Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
gateway Update gateway max resv size to 16MB (#5756) 2020-05-06 21:01:23 +00:00
interop-cold-start libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
node Make SlotsPerArchivedPoint configurable (#5888) 2020-05-17 16:40:41 -04:00
operations Fix slasher pool to not ignore valid slashings (#5927) 2020-05-20 20:27:23 +00:00
p2p Fix Fork Data in Local Node (#5997) 2020-05-27 08:07:40 -07:00
powchain Log Active Validator Count (#5923) 2020-05-20 16:24:51 +00:00
rpc Fix Weird Pre-Genesis Timestamp (#6031) 2020-05-28 21:57:03 -04:00
state Invert state ref copy flag (#6015) 2020-05-27 14:30:54 -05:00
sync Register RPC And Pubsub Handlers After Genesis is Determined (#6020) 2020-05-28 05:39:40 +00:00
BUILD.bazel Load chain config from file (#5694) 2020-05-05 20:58:07 +03:00
main.go Add missing TLS-related flags to Beacon Chain and Slasher (#5984) 2020-05-26 02:08:15 +00:00
README.md Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
usage_test.go Allow setting flags via yaml config file. (#4878) 2020-03-19 14:46:44 -07:00
usage.go Add missing TLS-related flags to Beacon Chain and Slasher (#5984) 2020-05-26 02:08:15 +00: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.