prysm-pulse/beacon-chain/core/validators
Raul Jordan 2690c2080d
Implement GetValidatorQueue RPC (#3574)
* changes

* active set change

* helpers for active set changes

* include the helpers in archive service

* table driven tests for helpers

* use from archive

* remove item

* properly use the keys in the response

* test for active set changes

* test passing

* test passing no archive

* archive tests completed

* add ethapis latest commit

* begin implementation get validator queue

* include queue

* finish the queue implementation

* consolidated churn  limit

* pending active testing

* pending active t est

* tests below churn in response

* pubkey

* below  churn  test

* only fetches below the churn  limit

* exit queue churn clip as needed

* full test for  pending active below churn limits

* pending exit test

* pending exit logic

* pending exit below churn test

* all tests done for queue impl

* revert some bad changes

* bug
2019-09-26 16:46:06 -05:00
..
BUILD.bazel Wrap errors (#3123) 2019-08-01 19:27:38 -07:00
validator_test.go Implement Active Set Changes RPC Method (#3568) 2019-09-25 18:06:02 -05:00
validator.go Implement GetValidatorQueue RPC (#3574) 2019-09-26 16:46:06 -05:00