prysm-pulse/beacon-chain/rpc/beacon
Jim McDonald 6baffd4ccb
Infostream (#4760)
* Add validators stream

* Ignore unknown keys rather than error on them

* Reduce accesses to common structures

* Ensure correct information returned for deposited validators

* Short-term cache for remote deposit data

* Name epoch duration for clarity

* Break out duplicated logic in to a single function

* Add capacities for slices and maps where appropriate

* Break out functions; add tests

* Allow stream errors not related to context

Co-authored-by: Nishant Das <nish1993@hotmail.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2020-02-19 11:09:23 -06:00
..
assignments_test.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
assignments.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
attestations_test.go Implement ListIndexedAttestations Endpoint in Prysm (#4892) 2020-02-17 15:57:13 -06:00
attestations.go Implement ListIndexedAttestations Endpoint in Prysm (#4892) 2020-02-17 15:57:13 -06:00
blocks_test.go Implementing Slasher Node Runtime (#4856) 2020-02-14 07:09:54 +00:00
blocks.go Handle nil head block in cache (#4888) 2020-02-17 12:21:42 -06:00
BUILD.bazel Infostream (#4760) 2020-02-19 11:09:23 -06:00
committees_test.go Implement ListIndexedAttestations Endpoint in Prysm (#4892) 2020-02-17 15:57:13 -06:00
committees.go Implement ListIndexedAttestations Endpoint in Prysm (#4892) 2020-02-17 15:57:13 -06:00
config_test.go Add Endpoint to Return Current Chain Config Parameters (#4595) 2020-02-04 05:28:35 +00:00
config.go Add Endpoint to Return Current Chain Config Parameters (#4595) 2020-02-04 05:28:35 +00:00
server.go Infostream (#4760) 2020-02-19 11:09:23 -06:00
slashings_test.go Better head object coupling for chain service (#4869) 2020-02-15 18:57:49 +00:00
slashings.go Better head object coupling for chain service (#4869) 2020-02-15 18:57:49 +00:00
validators_stream_test.go Infostream (#4760) 2020-02-19 11:09:23 -06:00
validators_stream.go Infostream (#4760) 2020-02-19 11:09:23 -06:00
validators_test.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
validators.go Infostream (#4760) 2020-02-19 11:09:23 -06:00