prysm-pulse/beacon-chain
Jim McDonald 02b238bda2
Add latch for proposer warnings (#5258)
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
2020-04-01 17:28:02 -05:00
..
archiver Update outdated spec function names and comments (#4992) 2020-03-03 18:29:41 +00:00
blockchain Regen historical states for new-state-mgmt compatibility (#5261) 2020-03-31 16:54:24 -07:00
cache Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
core Custom Block HTR (#5219) 2020-03-26 13:10:22 -05:00
db Regen historical states for new-state-mgmt compatibility (#5261) 2020-03-31 16:54:24 -07:00
flags Add CORS preflight support (#5177) 2020-03-23 13:17:17 -05: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 Add span to HTR and skip slot cache (#5197) 2020-03-25 01:15:00 +00:00
node Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
operations HashProto: Use fastssz when available (#5218) 2020-03-28 18:32:11 +00:00
p2p Fix Incorrect Logging for IPV6 Addresses (#5204) 2020-03-25 17:19:11 +00:00
powchain Reduce frequency of 'eth1 client not syncing' messages (#5057) 2020-03-10 09:51:41 -05:00
rpc Add latch for proposer warnings (#5258) 2020-04-01 17:28:02 -05:00
state Add Hasher To State Data Types (#5244) 2020-03-31 18:57:19 +00:00
sync Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
BUILD.bazel Add alpine based docker images for validator and beacon chain (#5214) 2020-03-25 19:36:28 -05:00
main.go Add Attestation Subnet Bitfield (#4989) 2020-03-23 09:41:47 -05: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 Attestation Subnet Bitfield (#4989) 2020-03-23 09:41:47 -05: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.