This commit is contained in:
Eitan Seri- Levi
2026-02-10 21:08:31 -08:00
parent fe602d911a
commit abf0c33e12
15 changed files with 193 additions and 213 deletions

View File

@@ -230,7 +230,6 @@ async fn produces_attestations() {
RpcBlock::FullyAvailable(available_block) => {
chain
.data_availability_checker
.v1()
.verify_kzg_for_available_block(&available_block)
.unwrap();
available_block
@@ -301,7 +300,6 @@ async fn early_attester_cache_old_request() {
harness
.chain
.data_availability_checker
.v1()
.verify_kzg_for_available_block(&available_block)
.unwrap();
available_block

View File

@@ -2219,7 +2219,6 @@ async fn rpc_block_allows_construction_past_da_boundary() {
let da_boundary = harness
.chain
.data_availability_checker
.v1()
.data_availability_boundary()
.expect("DA boundary should be set");
assert!(

View File

@@ -3182,7 +3182,6 @@ async fn weak_subjectivity_sync_test(
harness
.chain
.data_availability_checker
.v1()
.verify_kzg_for_available_block(&available_block)
.expect("should verify kzg");
available_blocks.push(available_block);