prysm-pulse/beacon-chain
Nishant Das cddae7a306
Implement RPC Messaging Between Validators (#475)
* Adding Proto files

* Move to shared package

* adding attestation sub

* gazelle

* attestation check

* proposal finished

* Add in attesters responsibilities

* fixing dependency issues

* adding topics

* refactoring tests

* Adding more tests

* adding more changes

* gazelle

* removing attester p2p

* remove mock

* changing to new proposer model

* changing tests

* making changes

* gazelle

* adding gomock

* adding rpc methods, reverting changes to other proto files

* gazelle and test changes

* adding tests

* adding mocks and tests

* gazelle

* fixing merge issues

* lint

* lint
2018-09-16 09:12:36 +08:00
..
blockchain Implement RPC Messaging Between Validators (#475) 2018-09-16 09:12:36 +08:00
casper Implement Proposer Attestation Check for Block Validity (#508) 2018-09-15 07:51:17 -07:00
internal Implement RPC Messaging Between Validators (#475) 2018-09-16 09:12:36 +08:00
node Fix p2p issues in #465 (#489) 2018-09-09 18:15:24 -04:00
params Dynasty Transition During Block Processing (#498) 2018-09-11 20:17:20 -07:00
powchain Allow users to use 0x prefix for their pubkey (#500) 2018-09-11 18:55:05 -07:00
rpc Implement RPC Messaging Between Validators (#475) 2018-09-16 09:12:36 +08:00
simulator Implement RPC Messaging Between Validators (#475) 2018-09-16 09:12:36 +08:00
sync Implement RPC Messaging Between Validators (#475) 2018-09-16 09:12:36 +08:00
types Implement Proposer Attestation Check for Block Validity (#508) 2018-09-15 07:51:17 -07:00
utils Implement Proposer Attestation Check for Block Validity (#508) 2018-09-15 07:51:17 -07:00
BUILD.bazel Updated Docker Rules (#424) 2018-08-21 19:59:36 -07:00
main.go Implement Beacon Node Validator and Observer Entry Points (#414) 2018-08-20 08:50:11 -07:00
README.md Fixed Broken Markdown links (#483) 2018-09-08 06:50:21 -07:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum 2.0 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 sharding + casper 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.