prysm-pulse/beacon-chain
Raul Jordan e0e3dada7b
Abstract Usage of Deposit Cache Into Interface (#3443)
* deposit cache refactor begin

* use interface for has chain  started

* use deposit fetcher interface instead

* use moar interfaces

* comment

* gaz

* fix breaking build

* lint

* implement chainstart fetcher

* allow start to work

* fix broken tests
2019-09-11 23:30:04 -05:00
..
blockchain Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
cache Abstract Usage of Deposit Cache Into Interface (#3443) 2019-09-11 23:30:04 -05:00
core Concensus issue on state transition (#3444) 2019-09-11 19:15:20 -07:00
db Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
flags Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
gateway Add rule to push docker images (#3006) 2019-07-20 20:40:03 -04:00
interop-cold-start Abstract Usage of Deposit Cache Into Interface (#3443) 2019-09-11 23:30:04 -05:00
node Abstract Usage of Deposit Cache Into Interface (#3443) 2019-09-11 23:30:04 -05:00
operations [Interop] Improve RPC Codebase + Start Beacon Chain With Mock ETH1 Values (#3407) 2019-09-09 17:13:50 -04:00
p2p Use the raw bytes, not the libp2p protobuf container for sepc256k1 private keys (#3445) 2019-09-11 17:04:35 -07:00
powchain Abstract Usage of Deposit Cache Into Interface (#3443) 2019-09-11 23:30:04 -05:00
rpc Abstract Usage of Deposit Cache Into Interface (#3443) 2019-09-11 23:30:04 -05:00
sync Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
BUILD.bazel Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
main.go Cold start for interop (#3437) 2019-09-11 13:38:35 -05: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 Cold start for interop (#3437) 2019-09-11 13:38:35 -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.