feat: add engine_getBlobsV3 method (#20451)

This commit is contained in:
Karl Yu
2025-12-17 18:15:49 +08:00
committed by GitHub
parent 6a5b985113
commit 61c072ad20
16 changed files with 402 additions and 68 deletions

View File

@@ -1381,6 +1381,7 @@ where
version: version_metadata().cargo_pkg_version.to_string(),
commit: version_metadata().vergen_git_sha.to_string(),
};
Ok(EngineApi::new(
ctx.node.provider().clone(),
ctx.config.chain.clone(),
@@ -1392,6 +1393,7 @@ where
EngineCapabilities::default(),
engine_validator,
ctx.config.engine.accept_execution_requests_hash,
ctx.node.network().clone(),
))
}
}