mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
Do not compare liveness response with LH (#15556)
* Do not compare liveness response with LH * changelog <3
This commit is contained in:
3
changelog/radek_do-not-compare-liveness.md
Normal file
3
changelog/radek_do-not-compare-liveness.md
Normal file
@@ -0,0 +1,3 @@
|
||||
### Changed
|
||||
|
||||
- Do not compare liveness response with LH in e2e Beacon API evaluator.
|
||||
@@ -322,6 +322,7 @@ var (
|
||||
}())),
|
||||
"/validator/liveness/{param1}": newMetadata[structs.GetLivenessResponse](
|
||||
v1PathTemplate,
|
||||
withSanityCheckOnly(),
|
||||
withParams(func(currentEpoch primitives.Epoch) []string {
|
||||
return []string{fmt.Sprintf("%v", currentEpoch)}
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user