prysm-pulse/beacon-chain/rpc/validator
terence tsao eeda9f18fe
Disallow duties request where req.Epoch > current.Epoch+1 (#8252)
* Disallow request epoch to be out of bound

* Input Slot and epoch checks

* Tests

* Review feedbacks

* Unavailable error code

* Rename genesis time fetcher to time fetcher

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-01-12 23:27:37 +00:00
..
aggregator_test.go Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +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 Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +00:00
assignments.go Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +00:00
attester_test.go Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +00:00
attester.go Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +00:00
BUILD.bazel Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
exit_test.go Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +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 Hydrate attestation for tests (#8228) 2021-01-07 21:00:21 +00:00
proposer_utils_test.go Hydrate attestation for tests (#8228) 2021-01-07 21:00:21 +00:00
proposer_utils.go Do Not Verify Attestations When Packing Them (#8135) 2020-12-16 18:06:49 +00:00
proposer.go Fix import shadowing of state package (#8191) 2021-01-04 20:07:12 +00:00
server_test.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
server.go Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +00:00
status_test.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
status.go Remove logging deposit inclusion slot (#8023) 2020-12-02 21:17:47 +00:00
validator_test.go Update TestMain(): do not call os.Exit() explicitly (#8046) 2020-12-04 16:10:07 +00:00