prysm-pulse/beacon-chain
Raul Jordan 637354f037
QSP-42 Remove Double Unsubscribe in Initial Sync (#6368)
* rem double unsub
* Update beacon-chain/sync/initial-sync/service.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
* Merge refs/heads/master into qsp-unsub
* Merge refs/heads/master into qsp-unsub
* Merge refs/heads/master into qsp-unsub
* Merge refs/heads/master into qsp-unsub
* Merge refs/heads/master into qsp-unsub
2020-06-23 23:50:52 +00:00
..
archiver Refactor setupDB to return the state summary cache used by the database (#6369) 2020-06-23 13:40:55 -07:00
blockchain QSP-Docs All Documentation Improvements from Quantstamp Audit Report (#6367) 2020-06-23 21:11:20 +00:00
cache Add Mutex to Hot State Cache (#6366) 2020-06-23 22:06:47 +00:00
core QSP-Docs All Documentation Improvements from Quantstamp Audit Report (#6367) 2020-06-23 21:11:20 +00:00
db Remove new state mgmt within db package (#6373) 2020-06-23 21:36:21 +00:00
flags Add Host Flags for All Servers running in Prysm (#6202) 2020-06-10 16:04:32 +00:00
forkchoice QSP10, QSP11 - Add proper locking (#6350) 2020-06-23 23:08:08 +00:00
gateway Do Not Ignore Max Gateway Size gRPC (#6232) 2020-06-12 20:02:20 +00:00
interop-cold-start Fixes error message wording (#6355) 2020-06-23 09:44:39 +00:00
node Move permanent globally needed flags to shared/cmd and makes them accessible (#6312) 2020-06-23 15:41:20 +00:00
operations Enables new aggregation implementation (#6344) 2020-06-23 19:13:55 +00:00
p2p QSP-Docs All Documentation Improvements from Quantstamp Audit Report (#6367) 2020-06-23 21:11:20 +00:00
powchain Refactor setupDB to return the state summary cache used by the database (#6369) 2020-06-23 13:40:55 -07:00
rpc Refactor setupDB to return the state summary cache used by the database (#6369) 2020-06-23 13:40:55 -07:00
state QSP10, QSP11 - Add proper locking (#6350) 2020-06-23 23:08:08 +00:00
sync QSP-42 Remove Double Unsubscribe in Initial Sync (#6368) 2020-06-23 23:50:52 +00:00
BUILD.bazel Add dockerhub image endpoints (#6230) 2020-06-12 17:06:12 +00:00
main.go Move permanent globally needed flags to shared/cmd and makes them accessible (#6312) 2020-06-23 15:41:20 +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 Move permanent globally needed flags to shared/cmd and makes them accessible (#6312) 2020-06-23 15:41:20 +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.