mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-11 00:08:13 -05:00
feat(engine): add osaka engine methods to capabilities (#16272)
This commit is contained in:
@@ -10,6 +10,7 @@ pub const CAPABILITIES: &[&str] = &[
|
||||
"engine_getPayloadV2",
|
||||
"engine_getPayloadV3",
|
||||
"engine_getPayloadV4",
|
||||
"engine_getPayloadV5",
|
||||
"engine_newPayloadV1",
|
||||
"engine_newPayloadV2",
|
||||
"engine_newPayloadV3",
|
||||
@@ -17,6 +18,7 @@ pub const CAPABILITIES: &[&str] = &[
|
||||
"engine_getPayloadBodiesByHashV1",
|
||||
"engine_getPayloadBodiesByRangeV1",
|
||||
"engine_getBlobsV1",
|
||||
"engine_getBlobsV2",
|
||||
];
|
||||
|
||||
// The list of all supported Engine capabilities available over the engine endpoint.
|
||||
|
||||
Reference in New Issue
Block a user