prysm-pulse/beacon-chain
Ivan Martinez 1022d9dba8
Add AttestationDataRoot to stateutil (#6119)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-06-04 13:59:41 -05:00
..
archiver libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
blockchain Remove Websockets for ETH1 From Prysm (#6055) 2020-06-03 20:28:16 +00:00
cache Increase hot state cache size to 32 (#6033) 2020-05-29 05:01:40 +00:00
core Add More Tests to CommitteeAssignments (#6028) 2020-06-01 14:50:48 +00:00
db New spanner db structure (#6061) 2020-06-02 10:41:21 -04:00
flags Remove Websockets for ETH1 From Prysm (#6055) 2020-06-03 20:28:16 +00:00
forkchoice Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
gateway Enable JSON-HTTP Gateway by Default on Port 3000 (#6090) 2020-06-03 18:11:43 +00:00
interop-cold-start libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
node Remove Websockets for ETH1 From Prysm (#6055) 2020-06-03 20:28:16 +00:00
operations Change slashing pool to use spec code (#6030) 2020-05-29 00:26:09 -04:00
p2p Disable some static analysis checks for coverage builds (#6105) 2020-06-03 19:22:48 +00:00
powchain Adds gofmt checker action to GitHub workflow (#6132) 2020-06-04 16:16:45 +00:00
rpc Add public keys to response for GetValidatorPerformance (#6115) 2020-06-04 04:55:29 +00:00
state Add AttestationDataRoot to stateutil (#6119) 2020-06-04 13:59:41 -05:00
sync Re-enable previous fetching algorithm testing (#6125) 2020-06-04 11:26:02 +00:00
BUILD.bazel Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
main.go Remove Websockets for ETH1 From Prysm (#6055) 2020-06-03 20:28:16 +00:00
README.md Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
usage_test.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
usage.go Remove Websockets for ETH1 From Prysm (#6055) 2020-06-03 20:28:16 +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.