prysm-pulse/beacon-chain
Preston Van Loon 2dd71c076e Bulk update renovate (#3659)
* Update libp2p

* Update com_google_protobuf commit hash to 97b1802

* Update graknlabs_bazel_distribution commit hash to 962f3a7

* Update io_kubernetes_build commit hash to b6d1648

* Update dependency build_bazel_rules_nodejs to v0.38.0

* Update dependency com_github_paulbellamy_ratecounter to v0.2.0

* Update libp2p

* Update dependency com_github_go_stack_stack to v1

* Update dependency com_github_karlseguin_ccache to v2

* Update dependency com_github_rs_cors to v1

* Update dependency io_k8s_client_go to v12

* Update dependency io_k8s_klog to v1

* Update dependency io_k8s_sigs_yaml to v1

* minor build fixes
2019-09-29 21:54:54 -05:00
..
archiver Implement Active Set Changes RPC Method (#3568) 2019-09-25 18:06:02 -05:00
blockchain Fix init sync race condition (#3633) 2019-09-28 18:42:44 -07:00
cache Add active indices functionality to cache (#3629) 2019-09-29 12:10:11 -07:00
core Bulk update renovate (#3659) 2019-09-29 21:54:54 -05:00
db Batch Deletions for Blocks and Attestations (#3496) 2019-09-27 11:11:10 -05:00
flags Archiver Service Definition (#3507) 2019-09-18 09:30:02 -05:00
gateway Remove beacon rpc service (#3515) 2019-09-18 06:34:50 -07:00
interop-cold-start Default genesisTime to now when generating a genesis state. (#3615) 2019-09-27 10:49:55 -05:00
node Default genesisTime to now when generating a genesis state. (#3615) 2019-09-27 10:49:55 -05:00
operations Update service.go (#3581) 2019-09-25 11:01:55 -07:00
p2p add error spans, interceptrs (#3641) 2019-09-29 11:48:55 -07:00
powchain Abstract Usage of Deposit Cache Into Interface (#3443) 2019-09-11 23:30:04 -05:00
rpc add error spans, interceptrs (#3641) 2019-09-29 11:48:55 -07:00
sync add error spans, interceptrs (#3641) 2019-09-29 11:48:55 -07:00
BUILD.bazel Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
main.go Archiver Service Definition (#3507) 2019-09-18 09:30:02 -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 Archiver Service Definition (#3507) 2019-09-18 09:30:02 -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.