prysm-pulse/beacon-chain/rpc
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
..
testing Batch Validator Performance Requests (#3520) 2019-09-18 11:47:14 -05:00
attester_server_test.go Abstract Usage of Deposit Cache Into Interface (#3443) 2019-09-11 23:30:04 -05:00
attester_server.go Fixes our Attestation Aggregation Issues (#3579) 2019-09-25 07:39:16 -07:00
beacon_chain_server_test.go Implement GetValidatorQueue RPC (#3574) 2019-09-26 16:46:06 -05:00
beacon_chain_server.go Implement GetValidatorQueue RPC (#3574) 2019-09-26 16:46:06 -05:00
BUILD.bazel Implement Active Set Changes RPC Method (#3568) 2019-09-25 18:06:02 -05:00
node_server_test.go Resolve Miscellaneous Prysm TODOs (#3465) 2019-09-16 15:45:03 -05:00
node_server.go Resolve Miscellaneous Prysm TODOs (#3465) 2019-09-16 15:45:03 -05:00
proposer_server_test.go Clean up operation service (#3468) 2019-09-16 12:05:30 -05:00
proposer_server.go Write failed blocks to disk (#3569) 2019-09-23 21:46:40 -07:00
service_test.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
service.go Utilize Archived Data in GetValidatorParticipation RPC Server (#3526) 2019-09-23 10:47:34 -05:00
validator_server_test.go Remove beacon rpc service (#3515) 2019-09-18 06:34:50 -07:00
validator_server.go Batch Validator Performance Requests (#3520) 2019-09-18 11:47:14 -05:00