prysm-pulse/beacon-chain/core/helpers
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
..
BUILD.bazel Implement Randao Reveal Signing in Proposer Client (#1650) 2019-02-20 12:58:34 -06:00
committee_test.go Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
committee.go Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
deposits_test.go Move Deposit Encoding to Helpers Package (#1644) 2019-02-19 12:05:34 -06:00
deposits.go Move Deposit Encoding to Helpers Package (#1644) 2019-02-19 12:05:34 -06:00
randao_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
randao.go Update Configuration, Naming, and GenesisStart to Accommodate Randao (#1647) 2019-02-19 14:24:00 -06:00
rewards_penalties_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
rewards_penalties.go Move Validator Helper Functions to Helper Package (#1584) 2019-02-13 15:04:31 -06:00
slot_epoch_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
slot_epoch.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
validators_test.go Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
validators.go Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00