prysm-pulse/slasher/beaconclient
terence tsao 6b82873737
Use validatorIndex instead of validatorID (#8498)
* Use ValidtorIndex across Prysm. Build ok

* First take at fixing tests

* Clean up e2e, fuzz... etc

* Fix new lines

* Update beacon-chain/cache/proposer_indices_test.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* Update beacon-chain/core/helpers/rewards_penalties.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* Update beacon-chain/core/helpers/shuffle.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* Update validator/graffiti/parse_graffiti_test.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* Raul's feedback

* Fix downcast int -> uint64

* Victor's feedback

* Replace validator id with validator index

* Replace validator id with validator index

* Typo

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-02-22 19:40:58 -06:00
..
BUILD.bazel ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
chain_data_test.go Applies assertion funcs to slasher/* tests (#6998) 2020-08-18 12:41:25 +00:00
chain_data.go Better receiver names in validator and slasher modules (#8296) 2021-01-20 14:39:07 +00:00
historical_data_retrieval_test.go Fixes import aliases (#8497) 2021-02-22 23:20:57 +00:00
historical_data_retrieval.go Fixes import aliases (#8497) 2021-02-22 23:20:57 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
metrics.go Add in Slasher Metrics (#5060) 2020-03-10 19:41:55 +00:00
receivers_test.go Stream verified block (#8206) 2021-01-05 12:40:11 -08:00
receivers.go Code inspect - clean ups (#8445) 2021-02-12 17:04:45 -06:00
service_test.go Update TestMain(): do not call os.Exit() explicitly (#8046) 2020-12-04 16:10:07 +00:00
service.go Revert "Rename NewService to New (#8337)" (#8440) 2021-02-12 17:45:22 +00:00
submit_test.go Moves AssertLogsContains to assertions package (#6985) 2020-08-13 16:22:25 +00:00
submit.go Better receiver names in validator and slasher modules (#8296) 2021-01-20 14:39:07 +00:00
validator_retrieval_test.go Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
validator_retrieval.go Use validatorIndex instead of validatorID (#8498) 2021-02-22 19:40:58 -06:00