Test fixes

This commit is contained in:
Eitan Seri- Levi
2026-01-29 12:37:36 -08:00
parent 1098f5d071
commit d122561444
17 changed files with 365 additions and 271 deletions

View File

@@ -567,7 +567,7 @@ impl<E: EthSpec> Tester<E> {
RpcBlock::new(
block.clone(),
None,
&self.harness.chain.data_availability_checker,
&self.harness.chain.data_availability_checker.v1(),
self.harness.chain.spec.clone(),
)
.map_err(|e| Error::InternalError(format!("{:?}", e)))?,
@@ -665,7 +665,7 @@ impl<E: EthSpec> Tester<E> {
RpcBlock::new(
block.clone(),
None,
&self.harness.chain.data_availability_checker,
&self.harness.chain.data_availability_checker.v1(),
self.harness.chain.spec.clone(),
)
.map_err(|e| Error::InternalError(format!("{:?}", e)))?,