prysm-pulse/beacon-chain
Preston Van Loon a3eeced194
Add a 2 second timeout to fetching eth1data (#5583)
* Add a 2 second timeout to fetching eth1data
* goimports
* fix
* use package const
* Merge refs/heads/master into graceful-failure-eth1data
* fix test
* Merge refs/heads/master into graceful-failure-eth1data
* Merge refs/heads/master into graceful-failure-eth1data
* Merge refs/heads/master into graceful-failure-eth1data
* Merge refs/heads/master into graceful-failure-eth1data
2020-04-23 15:54:51 +00:00
..
archiver Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
blockchain Add HeadGenesisValidatorRoot for DomainData (#5582) 2020-04-22 22:18:29 -05:00
cache WaitForActivation optimizations (#5396) 2020-04-20 23:52:39 +00:00
core Add Reference Copying (#5245) 2020-04-19 13:57:43 +00:00
db Invert --disable-new-state-mgmt to --enable-new-state-mgmt (#5567) 2020-04-21 22:30:22 +00:00
flags Change prometheus port for different parts of Prysm (#5504) 2020-04-19 08:36:19 +00:00
forkchoice Expose fork choice node (#4819) 2020-02-10 13:09:12 -06:00
gateway Add CORS preflight support (#5177) 2020-03-23 13:17:17 -05:00
interop-cold-start Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
node Change prometheus port for different parts of Prysm (#5504) 2020-04-19 08:36:19 +00:00
operations Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
p2p Shift To Trace Logs (#5561) 2020-04-22 01:21:12 +00:00
powchain fixes issue with ipc path checking (#5577) 2020-04-22 11:42:12 +00:00
rpc Add a 2 second timeout to fetching eth1data (#5583) 2020-04-23 15:54:51 +00:00
state Handle Nil State Object (#5575) 2020-04-22 04:44:33 +00:00
sync Invert --disable-new-state-mgmt to --enable-new-state-mgmt (#5567) 2020-04-21 22:30:22 +00:00
BUILD.bazel Add Geth Logging (#5474) 2020-04-18 06:23:45 +00:00
main.go Change prometheus port for different parts of Prysm (#5504) 2020-04-19 08:36:19 +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 Change prometheus port for different parts of Prysm (#5504) 2020-04-19 08:36:19 +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.