prysm-pulse/beacon-chain
Preston Van Loon 47dacb88f7
Make a simple json-rpc call to ensure we are connected to a real ETH1 node (#6191)
* Make a simple json-rpc call to ensure we are connected to a real node
* Merge refs/heads/master into check-connection
2020-06-09 21:26:15 +00:00
..
archiver libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
blockchain remove excess copies (#6142) 2020-06-09 10:11:11 -05:00
cache Increase hot state cache size to 32 (#6033) 2020-05-29 05:01:40 +00:00
core Fix Gossip Clock Disparity (#6141) 2020-06-06 01:54:44 +00:00
db Rename white/blacklist to allow/deny list (#6173) 2020-06-08 04:35:15 +00: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 Use FastSSZ Everywhere Applicable (#6135) 2020-06-05 13:48:40 +00:00
node Rename white/blacklist to allow/deny list (#6173) 2020-06-08 04:35:15 +00:00
operations Improves operations/attestations/kv test coverage (#6181) 2020-06-09 21:00:36 +00:00
p2p Rename white/blacklist to allow/deny list (#6173) 2020-06-08 04:35:15 +00:00
powchain Make a simple json-rpc call to ensure we are connected to a real ETH1 node (#6191) 2020-06-09 21:26:15 +00:00
rpc Fixes span naming in rpc/validator (#6182) 2020-06-09 12:28:16 +00:00
state Add AttestationDataRoot to stateutil (#6119) 2020-06-04 13:59:41 -05:00
sync Init-sync queue assert order and uniqueness of blocks emitted (#6146) 2020-06-08 14:52:43 +00:00
BUILD.bazel Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
main.go Rename white/blacklist to allow/deny list (#6173) 2020-06-08 04:35:15 +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 Rename white/blacklist to allow/deny list (#6173) 2020-06-08 04:35:15 +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.