prysm-pulse/beacon-chain
Preston Van Loon e2af70f692
Run buildifer, remove duplicated WORKSPACE entries (#5018)
* Buildifier, add release config
* Merge branch 'master' into bazel-stuff
* Merge refs/heads/master into bazel-stuff
* Merge refs/heads/master into bazel-stuff
* revert gnostic
* Set kafka for CI tests only
* add bazel.sh script
* set home
2020-03-06 04:42:27 +00:00
..
archiver Update outdated spec function names and comments (#4992) 2020-03-03 18:29:41 +00:00
blockchain Fixes race condition at genesis (#5016) 2020-03-06 00:20:38 +03:00
cache LRU cache for state gen (#5004) 2020-03-04 22:09:21 +00:00
core Run buildifer, remove duplicated WORKSPACE entries (#5018) 2020-03-06 04:42:27 +00:00
db Archived point index DB methods (#4977) 2020-03-02 08:55:38 +01:00
flags Use --deposit-contract with default value (#4925) 2020-02-24 11:24:05 -06:00
forkchoice Expose fork choice node (#4819) 2020-02-10 13:09:12 -06:00
gateway Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
interop-cold-start Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
node Plug-In Attester Slashing Detection Into Slasher Runtime (#4937) 2020-02-27 12:22:39 -05:00
operations fuzz core/blocks package (#4907) 2020-03-03 19:02:14 +05:30
p2p add multi-options (#5012) 2020-03-05 08:49:26 -06:00
powchain fuzz core/blocks package (#4907) 2020-03-03 19:02:14 +05:30
rpc Update outdated spec function names and comments (#4992) 2020-03-03 18:29:41 +00:00
state Methods to retrieves last saved state and block for stategen pkg (#5005) 2020-03-05 10:22:20 -06:00
sync Feature flag to gate prune state upon start up (#5011) 2020-03-05 06:24:59 +00:00
BUILD.bazel Define debug images for Prysm beacon chain and validator binaries (#4893) 2020-02-17 14:13:34 -08:00
main.go Add Unsafe Sync (#4906) 2020-02-19 00:25:07 -08:00
README.md Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
usage_test.go Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
usage.go Add Unsafe Sync (#4906) 2020-02-19 00:25:07 -08: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.