prysm-pulse/shared
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
..
bitutil CheckBit to work with small endian (#1628) 2019-02-18 12:45:20 -08:00
bls Update Configuration, Naming, and GenesisStart to Accommodate Randao (#1647) 2019-02-19 14:24:00 -06:00
bytesutil Create Wrapper Around Pure Go BLS Project in Prysm (#1625) 2019-02-19 09:09:50 -06:00
cmd Deprecate Old Configuration Flags (#1676) 2019-02-21 14:34:44 -06:00
debug Fixing profiling and tracing (#550) 2018-09-21 13:35:48 -05:00
event Standardize Naming of Shared Packages, Remove Deprecated Packages (#1435) 2019-01-31 10:53:58 +08:00
forkutils Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
hashutil Remove leaf hashing in MerkleRoot function (#1653) 2019-02-20 23:51:35 +05:30
iputils Added tests for iputils (#1265) 2019-01-10 20:08:22 -05:00
keystore DepositInput: Proof of possession, withdrawal credentials (#1675) 2019-02-22 14:24:31 -06:00
legacyutil switch ethereum 2.0 to ethereum serenity (#714) 2018-11-01 07:02:01 -04:00
mathutil fix zero being power of two (#1684) 2019-02-22 06:45:25 -08:00
mclockutil Standardize Naming of Shared Packages, Remove Deprecated Packages (#1435) 2019-01-31 10:53:58 +08:00
p2p Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
params Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
prometheus Health check for Prometheus service (#1320) 2019-01-23 17:26:25 -08:00
sliceutil Standardize Naming of Shared Packages, Remove Deprecated Packages (#1435) 2019-01-31 10:53:58 +08:00
slotutil Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
ssz Add example encoding for godoc ssz (#1687) 2019-02-22 12:50:28 -05:00
testutil Provide Real Keystore to Validator Service for Public/Private Key Access at Runtime (#1570) 2019-02-13 17:49:06 -06:00
trieutil Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
version Add simple version to binaries via golink (#1286) 2019-01-09 23:19:33 -05:00
BUILD.bazel Cleanup and Refactor Shared Package (#634) 2018-10-09 00:58:54 -05:00
service_registry_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
service_registry.go Implement WaitForChainStart RPC Server and Client (#1421) 2019-01-30 13:28:53 +01:00