prysm-pulse/beacon-chain/rpc/validator
terence tsao 3aaa98decf
Next slot state caching (#8357)
* Add and use trailing slot state cache

* Remove comment

* Update comments

* Update comments

* Move it to background

* Warn is more appropiate

* Raul's comment

* Same strategy for proposer

* Own helper

* Minor touchups

* Tests

* Feature flag

* Gaz
2021-01-29 16:52:43 +00: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 Disallow duties request where req.Epoch > current.Epoch+1 (#8252) 2021-01-12 23:27:37 +00:00
assignments.go Rename getter functions to be idiomatic (#8320) 2021-01-25 21:27:30 +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 Replace bytes.Equal with assert.DeepEqual in tests (#8318) 2021-01-22 15:15:40 +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 Next slot state caching (#8357) 2021-01-29 16:52:43 +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 Rename getter functions to be idiomatic (#8320) 2021-01-25 21:27:30 +00:00
validator_test.go Update TestMain(): do not call os.Exit() explicitly (#8046) 2020-12-04 16:10:07 +00:00