prysm-pulse/beacon-chain
Nishant Das 5b134239e3
Make IP Static for Public IPs (#5788)
* don't use endpoint predictor
* Merge branch 'master' into staticIP
* Merge refs/heads/master into staticIP
2020-05-09 00:58:11 +00:00
..
archiver libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
blockchain Reduce memory usage for new-state-mgmt at init sync (#5778) 2020-05-08 19:02:48 +00:00
cache Reduce memory usage for new-state-mgmt at init sync (#5778) 2020-05-08 19:02:48 +00:00
core Release enableCustomBlockHTR to all (#5742) 2020-05-08 13:50:39 -07:00
db libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
flags libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
forkchoice libfuzz based tests (#5095) 2020-05-05 07:22:26 +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 Update gateway max resv size to 16MB (#5756) 2020-05-06 21:01:23 +00:00
operations Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
p2p Make IP Static for Public IPs (#5788) 2020-05-09 00:58:11 +00:00
powchain Retry Initialization of ETH1 Connection (#5730) 2020-05-05 09:06:43 +00:00
rpc Validator status improvements and fix (#5775) 2020-05-08 10:04:01 -04:00
state Release enableCustomBlockHTR to all (#5742) 2020-05-08 13:50:39 -07:00
sync Is slashable block rpc endpoint implementation (#5765) 2020-05-08 08:51:56 +03:00
BUILD.bazel Load chain config from file (#5694) 2020-05-05 20:58:07 +03:00
main.go Update gateway max resv size to 16MB (#5756) 2020-05-06 21:01:23 +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 Update gateway max resv size to 16MB (#5756) 2020-05-06 21:01:23 +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.