prysm-pulse/shared
Raul Jordan 053038446c
Allow 8 Validator Multinode Cluster to Run Indefinitely (#2050)
* plug forkchoice to blockchain service's block processing

* fixed tests

* more fixes...

* clean ups

* fixed test

* Update beacon-chain/blockchain/block_processing.go

* merged with 2006 and started fixing tests

* remove prints

* fixed tests

* lint

* include ops service

* if there's a skip slot, slot--

* fixed typo

* started working on test

* no fork choice in propose

* bleh, need to fix state generator first

* state gen takes input slot

* feedback

* fixed tests

* preston's feedback

* fmt

* removed extra logging

* add more logs

* fixed validator attest

* builds

* fixed save block

* children fix

* removed verbose logs

* fix fork choice

* right logs

* Add Prometheus Counter for Reorg (#2051)

* fetch every slot (#2052)

* test Fixes

* lint

* only regenerate state if there was a reorg

* better logging

* fixed seed

* better logging

* process skip slots in assignment requests

* fix lint

* disable state root computation

* filter attestations in regular sync

* log important items

* better info logs

* added spans to stategen

* span in stategen

* set validator deadline

* randao stuff

* disable sig verify

* lint

* lint

* save only using historical states

* use new goroutine for handling sync messages

* change default buffer sizes

* better p2p

* rem some useless logs

* lint

* sync tests complete

* complete tests

* tests fixed

* lint

* fix flakey att service

* PR feedback

* undo k8s changes

* Update beacon-chain/blockchain/block_processing.go

* Update beacon-chain/sync/regular_sync.go

* Add feature flag to enable compute state root

* add comment

* gazelle lint fix
2019-03-25 10:21:21 -05:00
..
bitutil Fix Errors with Attestation to Current Chainhead (#1990) 2019-03-14 12:29:44 -04:00
bls Revert "Create and Verify Signatures for Attestations (#1908)" (#1958) 2019-03-10 20:02:47 -04:00
bytesutil Create Wrapper Around Pure Go BLS Project in Prysm (#1625) 2019-02-19 09:09:50 -06:00
cmd Improve Validator Logging and Default Flags (#2013) 2019-03-18 09:45:28 -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
featureconfig Allow 8 Validator Multinode Cluster to Run Indefinitely (#2050) 2019-03-25 10:21:21 -05:00
forkutil Rename forkutils -> forkutil (#1976) 2019-03-12 16:39:13 -07:00
hashutil Clean Up Batched Request (#1932) 2019-03-07 16:43:48 -06:00
iputils Remove debug log (#2024) 2019-03-18 09:50:29 -04:00
keystore Revert "Create and Verify Signatures for Attestations (#1908)" (#1958) 2019-03-10 20:02:47 -04:00
legacyutil switch ethereum 2.0 to ethereum serenity (#714) 2018-11-01 07:02:01 -04:00
mathutil Fix State Generator (#2010) 2019-03-18 20:15:50 -06:00
mclockutil Standardize Naming of Shared Packages, Remove Deprecated Packages (#1435) 2019-01-31 10:53:58 +08:00
messagehandler print stack trace on panic recovery (#2042) 2019-03-20 10:17:44 -04:00
p2p Allow 8 Validator Multinode Cluster to Run Indefinitely (#2050) 2019-03-25 10:21:21 -05:00
params Allow 8 Validator Multinode Cluster to Run Indefinitely (#2050) 2019-03-25 10:21:21 -05:00
prometheus Faucet enhancements + cluster private key management system (#1679) 2019-03-07 11:14:57 -05:00
sliceutil Standardize Naming of Shared Packages, Remove Deprecated Packages (#1435) 2019-01-31 10:53:58 +08:00
slotutil Update some of client to v0.3 spec (#1733) 2019-02-27 12:21:15 -08:00
ssz Add example encoding for godoc ssz (#1687) 2019-02-22 12:50:28 -05:00
testutil Clear Up Code Inconsistencies (#1836) 2019-03-03 09:31:29 -08:00
tracing Tracing additions (#1747) 2019-02-27 19:55:47 -08:00
trieutil Post ChainStart Validator Activation (#1934) 2019-03-12 00:05:55 -04: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