Do not compare liveness response with LH (#15556)

* Do not compare liveness response with LH

* changelog <3
This commit is contained in:
Radosław Kapka
2025-07-31 16:37:36 +02:00
committed by GitHub
parent bd6b4ecd5b
commit f330021785
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
### Changed
- Do not compare liveness response with LH in e2e Beacon API evaluator.

View File

@@ -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)}
}),