prysm-pulse/validator
Raul Jordan e19920aec1
Miscellaneous Runtime Fixes & Improvements - Raul (#1674)
* fatal if impossible to receive chainstart

* fix tests

* fix

* custom delay

* completed custom delay

* errors

* better logs, nothing at genesis

* use demo in val

* add gazelle

* log

* starting to log stuff

* pass in ops

* avoid printing the large #s for debug, still working on tests..

* all around better logging

* fixed build error in epoch process

* fixed state transiton tests

* fixed block tests

* lint

* verify sigs in randao

* ready for inclusion falg

* only print waiting when slot is not valid

* fix build

* mod config

* fixed last justified slot issue

* fix inclusion

* fixed attestation issue

* using zero hash from params instead

* fix tests

* update balance

* removed swp

* more `- genesis_slot` for logs

* rem unused log

* fix broken tests

* account for skip slots in state root computation

* fixes done

* validator guide bug fixes - 671

* epoch boundary at the last slot of the epoch

* fix epoch issue

* more balance cal logs for debugging

* greater balance

* attestaton fixes

* fixes

* addressed testrun

* fixed ejection balance

* fix tests with far future epoch

* revert sync change

* revert initial sync change

* fix changes

* off by one att fix

* revert the att fix

* address comments

* format

* fix build

* rem file
2019-02-24 20:09:45 -06:00
..
accounts Test Syncing with Another Fully Synced Service (#1594) 2019-02-23 11:36:20 +05:30
client Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
internal Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
node Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
types Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
BUILD.bazel Remove paths to go-ethereum crypto in validator (#1635) 2019-02-19 01:17:27 -05:00
main.go Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
README.md ETH 2.0 Design Specs have been moved (#959) 2018-11-23 22:02:35 -10:00

Prysmatic Labs Validator Client Implementation

This is the main project folder for a validator client implementation of Ethereum Serenity in Golang by Prysmatic Labs. A validator client attaches to a running beacon node in order to perform proposer/attester responsibilities and manage the lifecycle of a particular shard upon being assigned to one.

Before you begin, check out our main README 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.