prysm-pulse/beacon-chain
Raul Jordan 3d8bb73f15
Attester RPC Server Functions (#1505)
* initial validator attesthead rewrite based on proposer rewrite

* proceed with fetching committees and tree hashing the canonical head at assigned attester slot

* complete filling the properties of attestation data and all associated root hashes

* add when to attest todo

* finish entire attester client logic

* tests with mocks checked in

* tests passing in client

* stubbed out server implementation

* fixed build due to old property

* regen mocks with new mockgen version

* fixed broken tests

* complete bazel build fix

* address some review comments

* deep proto test

* server implementation logic

* attestation info tests

* completed passing tests, tree hash still blocked by error with nil fields unfortunately

* fix todo failure

* gazelle rerun and master merge

* testing full behavior of attestation info server

* finished all required server tests and implementation

* break loop

* fix tests due to genesis slot updates
2019-02-11 10:15:25 -06:00
..
attestation Aligning ETH2.0 spec - Update Validator Fields (#1513) 2019-02-06 15:46:05 -06:00
blockchain Update Genesis Slot and Epoch (#1537) 2019-02-10 23:09:35 +01:00
chaintest Update Genesis Slot and Epoch (#1537) 2019-02-10 23:09:35 +01:00
core Update Genesis Slot and Epoch (#1537) 2019-02-10 23:09:35 +01:00
db Update Genesis Slot and Epoch (#1537) 2019-02-10 23:09:35 +01:00
dbcleanup Update MaxDeposit Config Names (#1539) 2019-02-09 14:09:09 +01:00
internal Implement WaitForChainStart RPC Server and Client (#1421) 2019-01-30 13:28:53 +01:00
node Insert pending deposits (#1495) 2019-02-05 11:25:09 -06:00
operations Align Block Operations to Spec (#1512) 2019-02-08 15:53:36 -06:00
powchain Update RANDAO to Match Spec (#1533) 2019-02-09 14:35:51 -06:00
rpc Attester RPC Server Functions (#1505) 2019-02-11 10:15:25 -06:00
sync Update Genesis Slot and Epoch (#1537) 2019-02-10 23:09:35 +01:00
utils Eliminate Custody Logic for Phase 0 (#1408) 2019-01-30 11:11:13 +01:00
BUILD.bazel Add simple version to binaries via golink (#1286) 2019-01-09 23:19:33 -05:00
main.go Remove Simulator Service (#1392) 2019-01-27 12:51:44 -08:00
README.md switch ethereum 2.0 to ethereum serenity (#714) 2018-11-01 07:02:01 -04: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 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.