Standard Liveness Endpoint (#4853)

* Changes to use required Endpoint

* Format

* fixed doppleganger service

* minor fix

* efficiency changes

* fixed tests

* remove commented line

---------

Co-authored-by: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
Gua00va
2023-11-30 12:11:22 +05:30
committed by GitHub
parent 547ed1de63
commit 44aaf13ff0
3 changed files with 30 additions and 12 deletions

View File

@@ -3429,7 +3429,7 @@ impl ApiTester {
let result = self
.client
.post_validator_liveness_epoch(epoch, indices.clone())
.post_validator_liveness_epoch(epoch, &indices)
.await
.unwrap()
.data;
@@ -3444,7 +3444,7 @@ impl ApiTester {
let result = self
.client
.post_validator_liveness_epoch(epoch, indices.clone())
.post_validator_liveness_epoch(epoch, &indices)
.await
.unwrap()
.data;