prysm-pulse/beacon-chain/rpc/prysm/v1alpha1/beacon
Preston Van Loon 520bc9d955
Update validator reporting logs and metrics for Altair (#9589)
* Mark fields as deprecated due to Altair

* Only print inclusion distance fields before Altair fork

* Report phase0 and altair metrics respectively

* only set phase0 fields in phase0, only set altair fields in altair

* better use of fields

* Update go pbs

* Update individual votes method

* regen go proto files

* formatting

* Feedback from @potuz

* Annotate metrics per @potuz suggestion

* Set previous release e2e to end 1 epoch before altair. Add some out of bounds checks for validator metrics reporting and a panic catch

* gofmt

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-09-29 20:49:58 +00:00
..
assignments_test.go Add in progress handler to committee cache (#9664) 2021-09-26 23:27:57 +08:00
assignments.go Add in progress handler to committee cache (#9664) 2021-09-26 23:27:57 +08:00
attestations_test.go core: refactor signing and domain methods from helper to core/signing pkg (#9520) 2021-09-27 16:19:20 +00:00
attestations.go Add in progress handler to committee cache (#9664) 2021-09-26 23:27:57 +08:00
beacon_test.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
blocks_test.go Add in progress handler to committee cache (#9664) 2021-09-26 23:27:57 +08:00
blocks.go Add in progress handler to committee cache (#9664) 2021-09-26 23:27:57 +08:00
BUILD.bazel core: refactor signing and domain methods from helper to core/signing pkg (#9520) 2021-09-27 16:19:20 +00:00
committees_test.go Add in progress handler to committee cache (#9664) 2021-09-26 23:27:57 +08:00
committees.go Add in progress handler to committee cache (#9664) 2021-09-26 23:27:57 +08:00
config_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
config.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
init_test.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
log.go Restructure RPC packages to be future compatible (#9136) 2021-07-02 15:54:52 +00:00
server.go RPC: list block altair end point (#9494) 2021-09-02 22:21:33 +00:00
slashings_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
slashings.go Create Container Package for Shared/ Subpackages (#9607) 2021-09-16 12:05:58 -05:00
validators_stream_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
validators_stream.go Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00
validators_test.go Update validator reporting logs and metrics for Altair (#9589) 2021-09-29 20:49:58 +00:00
validators.go Update validator reporting logs and metrics for Altair (#9589) 2021-09-29 20:49:58 +00:00