prysm-pulse/beacon-chain
Raul Jordan 0bfa1ecd03
Clarify Insecure gRPC Connection Logs (#6276)
* clarify insecure conn
* fix up broken test
* Merge refs/heads/master into amend-grpc-instructions
* Merge refs/heads/master into amend-grpc-instructions
* Merge refs/heads/master into amend-grpc-instructions
* Merge refs/heads/master into amend-grpc-instructions
* Merge refs/heads/master into amend-grpc-instructions
* Merge refs/heads/master into amend-grpc-instructions
* Merge refs/heads/master into amend-grpc-instructions
2020-06-17 14:32:13 +00:00
..
archiver libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
blockchain Fork choice avoids redundant call to get_ancestor (#6282) 2020-06-17 08:50:10 -05:00
cache ActiveValidatorCount to use cache (#6254) 2020-06-14 15:24:49 -07:00
core Verify many block attestations at once (#6277) 2020-06-16 14:19:10 -07:00
db Fix windows DB path error and make errors more concise (#6270) 2020-06-15 20:00:35 +00:00
flags Add Host Flags for All Servers running in Prysm (#6202) 2020-06-10 16:04:32 +00:00
forkchoice Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
gateway Do Not Ignore Max Gateway Size gRPC (#6232) 2020-06-12 20:02:20 +00:00
interop-cold-start Countdown Until Genesis (#6231) 2020-06-12 18:47:18 +00:00
node Fix windows DB path error and make errors more concise (#6270) 2020-06-15 20:00:35 +00:00
operations Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
p2p Filter Peers Properly With Connection Gater (#6251) 2020-06-14 14:47:58 +00:00
powchain More Fixes For Powchain (#6278) 2020-06-15 21:07:20 -05:00
rpc Clarify Insecure gRPC Connection Logs (#6276) 2020-06-17 14:32:13 +00:00
state Resolve Nil Validator Panic (#6218) 2020-06-11 17:38:03 +00:00
sync Fix underflow in resyncIfBehind (#6274) 2020-06-15 16:46:36 -07:00
BUILD.bazel Add dockerhub image endpoints (#6230) 2020-06-12 17:06:12 +00:00
main.go Add Host Flags for All Servers running in Prysm (#6202) 2020-06-10 16:04:32 +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 Add Host Flags for All Servers running in Prysm (#6202) 2020-06-10 16:04:32 +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.