mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Add public keys to response for GetValidatorPerformance (#6115)
* Add public keys to response for GetValidatorPerformance * Merge branch 'master' into add-pubkey-resp * Merge branch 'master' into add-pubkey-resp * Fixed all the broken tests (#6117) * Merge branch 'add-pubkey-resp' of github.com:prysmaticlabs/prysm into add-pubkey-resp * Fix skip * Merge branch 'master' into add-pubkey-resp * Fix ethapis * Merge branch 'master' into add-pubkey-resp
This commit is contained in:
2
go.mod
2
go.mod
@@ -82,7 +82,7 @@ require (
|
||||
github.com/prometheus/client_golang v1.6.0
|
||||
github.com/prometheus/tsdb v0.10.0 // indirect
|
||||
github.com/protolambda/zssz v0.1.4
|
||||
github.com/prysmaticlabs/ethereumapis v0.0.0-20200529200550-337049017365
|
||||
github.com/prysmaticlabs/ethereumapis v0.0.0-20200604035415-4196125e9fd6
|
||||
github.com/prysmaticlabs/go-bitfield v0.0.0-20200322041314-62c2aee71669
|
||||
github.com/prysmaticlabs/go-ssz v0.0.0-20200101200214-e24db4d9e963
|
||||
github.com/prysmaticlabs/prombbolt v0.0.0-20200324184628-09789ef63796
|
||||
|
||||
Reference in New Issue
Block a user