prysm-pulse/beacon-chain
terence tsao 62213ca602
Retrieve last ancestor state from DB. (Radical improvement from 5466) (#5475)
* Add `lastAncestorState` method
* Add new tests and fix existing test
* Check context deadline exceeds
* Merge refs/heads/master into last-ancestor-state
* Merge refs/heads/master into last-ancestor-state
2020-04-18 01:04:25 +00:00
..
archiver Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
blockchain Retrieve last ancestor state from DB. (Radical improvement from 5466) (#5475) 2020-04-18 01:04:25 +00:00
cache Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
core updates UpdateRandaoMixesAtIndex signature (#5447) 2020-04-15 20:35:19 +00:00
db Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
flags Revert archival deprecations (#5464) 2020-04-16 23:26:10 +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 Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
node Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
operations Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
p2p Add Separate Network Config (#5454) 2020-04-16 22:21:44 +00:00
powchain Debug log pubkey chainstart already added (#5461) 2020-04-16 20:46:14 +00:00
rpc Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
state Retrieve last ancestor state from DB. (Radical improvement from 5466) (#5475) 2020-04-18 01:04:25 +00:00
sync Add Separate Network Config (#5454) 2020-04-16 22:21:44 +00:00
BUILD.bazel Remove old cross compile starlark rules (#5329) 2020-04-07 03:01:20 +00:00
main.go Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00: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 Revert archival deprecations (#5464) 2020-04-16 23:26:10 +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.