prysm-pulse/beacon-chain/rpc/validator
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
..
aggregator_test.go Return error on AttestingIndices bitfield length check (#8285) 2021-01-20 03:00:52 +00:00
aggregator.go Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +00:00
assignments_test.go Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
assignments.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
attester_test.go Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
attester.go Use Eth2 type CommitteeIndex (#8477) 2021-02-18 20:11:20 +00:00
BUILD.bazel Deprecate Uneeded Flags (#8455) 2021-02-16 15:27:37 +00:00
exit_test.go Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
exit.go Add overflow check for StartSlot (#7149) 2020-09-02 02:52:36 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
proposer_test.go Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
proposer_utils_test.go Add hydrate indexed att test helper (#8261) 2021-01-13 22:05:57 +00:00
proposer_utils.go Better receiver names in beacon chain module (#8286) 2021-01-19 13:21:32 +00:00
proposer.go Deprecate Uneeded Flags (#8455) 2021-02-16 15:27:37 +00:00
server_test.go Configurable testutil's BeaconState (#8407) 2021-02-08 20:00:09 +00:00
server.go Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +00:00
status_test.go Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
status.go Use validatorIndex instead of validatorID (#8498) 2021-02-22 19:40:58 -06:00
validator_test.go Update TestMain(): do not call os.Exit() explicitly (#8046) 2020-12-04 16:10:07 +00:00