prysm-pulse/beacon-chain/core/state
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
..
stateutils Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
BUILD.bazel Rename forkutils -> forkutil (#1976) 2019-03-12 16:39:13 -07:00
metrics_test.go Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
metrics.go minus genesis epoch (#1886) 2019-03-05 07:51:13 -08:00
state_test.go Eth1 Data Fix (#1785) 2019-03-02 17:38:22 -06:00
state.go Implement Validator Status RPC Methods (#1839) 2019-03-03 21:28:00 -08:00
transition_test.go State Transition Configuration Options (#2023) 2019-03-18 00:19:44 -06:00
transition.go Allow 8 Validator Multinode Cluster to Run Indefinitely (#2050) 2019-03-25 10:21:21 -05:00