prysm-pulse/beacon-chain
Nishant Das 6b6273fec1
Modify RPC Methods To Handle ETH1Failure (#3915)
* refactor powchain config

* send mock eth1 votes when proposing blocks

* fix all tests

* lint

* fix all tests

* fix blockchain test

* Apply suggestions from code review

Co-Authored-By: Raul Jordan <raul@prysmaticlabs.com>

* raul's review

* add warning

* new changes

* add connection method

* some more cleaning up

* change commit to latest

* fix mocks

* Update beacon-chain/powchain/service.go

Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>

* preston's review

* remove debug log

* fix test

* fix more tests

* fix more tests

* one more test

* more tests fixed
2019-11-05 11:00:51 +08:00
..
archiver Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
blockchain Handle Missing Blocks (#3880) 2019-11-05 10:37:18 +08:00
cache Handle Missing Blocks (#3880) 2019-11-05 10:37:18 +08:00
core Feature gate all caches (#3894) 2019-11-03 17:20:08 -08:00
db Remove --enable-finalized-block-root-index (#3887) 2019-11-02 14:57:35 -04:00
flags Archiver Service Definition (#3507) 2019-09-18 09:30:02 -05:00
gateway Delete DB states older than finalized checkpoint (#3824) 2019-10-23 08:30:21 -07:00
interop-cold-start Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
node Handle ETH1 Node Failure (#3914) 2019-11-02 14:56:03 -05:00
operations Refactor operation service.go into smaller files (#3808) 2019-10-21 09:37:50 -07:00
p2p move out of go-routine (#3883) 2019-10-30 13:32:53 +08:00
powchain Modify RPC Methods To Handle ETH1Failure (#3915) 2019-11-05 11:00:51 +08:00
rpc Modify RPC Methods To Handle ETH1Failure (#3915) 2019-11-05 11:00:51 +08:00
sync Handle Missing Blocks (#3880) 2019-11-05 10:37:18 +08:00
BUILD.bazel some fixes for bazel v1 (#3754) 2019-10-12 16:55:56 +09:00
main.go allow passing no,prompt,force options to clear-db (#3871) 2019-10-31 17:55:32 +08:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage_test.go Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
usage.go allow passing no,prompt,force options to clear-db (#3871) 2019-10-31 17:55:32 +08: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.