prysm-pulse/beacon-chain
terence tsao 3b9a03d517
State service clean up - better cold state getter (#5393)
* Update load cold states by root and slot

* Update cold tests

* Add a way to recover state summary

* Short circuit slot 0 to return genesis state

* Short circuit if there's no block in DB

* Fixed test

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-04-13 11:32:02 -05:00
..
archiver Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
blockchain Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
cache Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
core Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
db Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
flags Add maligned struct static check (#5296) 2020-04-03 05:09:15 +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 Use state validator index map (#5383) 2020-04-11 14:47:22 -05:00
node Init sync release queue (#5286) 2020-04-02 11:06:32 -05:00
operations Save init synced cached blocks to db (#5309) 2020-04-04 16:25:04 -07:00
p2p Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
powchain Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
rpc Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
state State service clean up - better cold state getter (#5393) 2020-04-13 11:32:02 -05:00
sync Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
BUILD.bazel Remove old cross compile starlark rules (#5329) 2020-04-07 03:01:20 +00: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.