From 6b2f4124f4abe4c7a413eb8cb3f2d4d614feaa2a Mon Sep 17 00:00:00 2001 From: Mikhail Kalinin Date: Wed, 2 Oct 2024 12:33:45 +0400 Subject: [PATCH] Update toc in cancun.md --- src/engine/cancun.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/engine/cancun.md b/src/engine/cancun.md index fc7b1f87..3d17c720 100644 --- a/src/engine/cancun.md +++ b/src/engine/cancun.md @@ -12,6 +12,7 @@ This specification is based on and extends [Engine API - Shanghai](./shanghai.md - [Structures](#structures) - [ExecutionPayloadV3](#executionpayloadv3) - [BlobsBundleV1](#blobsbundlev1) + - [BlobAndProofV1](#blobandproofv1) - [PayloadAttributesV3](#payloadattributesv3) - [Methods](#methods) - [engine_newPayloadV3](#engine_newpayloadv3) @@ -26,7 +27,12 @@ This specification is based on and extends [Engine API - Shanghai](./shanghai.md - [Request](#request-2) - [Response](#response-2) - [Specification](#specification-2) + - [engine_getBlobsV1](#engine_getblobsv1) + - [Request](#request-3) + - [Response](#response-3) + - [Specification](#specification-3) - [Deprecate `engine_exchangeTransitionConfigurationV1`](#deprecate-engine_exchangetransitionconfigurationv1) + - [Update the methods of previous forks](#update-the-methods-of-previous-forks) @@ -229,4 +235,4 @@ For the following methods: a validation **MUST** be added: -1. Client software **MUST** return `-38005: Unsupported fork` error if the `timestamp` of payload or payloadAttributes greater or equal to the Cancun activation timestamp. \ No newline at end of file +1. Client software **MUST** return `-38005: Unsupported fork` error if the `timestamp` of payload or payloadAttributes greater or equal to the Cancun activation timestamp.