Skip to content

Commit 6b2f412

Browse files
authored
Update toc in cancun.md
1 parent 50e5105 commit 6b2f412

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/engine/cancun.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This specification is based on and extends [Engine API - Shanghai](./shanghai.md
1212
- [Structures](#structures)
1313
- [ExecutionPayloadV3](#executionpayloadv3)
1414
- [BlobsBundleV1](#blobsbundlev1)
15+
- [BlobAndProofV1](#blobandproofv1)
1516
- [PayloadAttributesV3](#payloadattributesv3)
1617
- [Methods](#methods)
1718
- [engine_newPayloadV3](#engine_newpayloadv3)
@@ -26,7 +27,12 @@ This specification is based on and extends [Engine API - Shanghai](./shanghai.md
2627
- [Request](#request-2)
2728
- [Response](#response-2)
2829
- [Specification](#specification-2)
30+
- [engine_getBlobsV1](#engine_getblobsv1)
31+
- [Request](#request-3)
32+
- [Response](#response-3)
33+
- [Specification](#specification-3)
2934
- [Deprecate `engine_exchangeTransitionConfigurationV1`](#deprecate-engine_exchangetransitionconfigurationv1)
35+
- [Update the methods of previous forks](#update-the-methods-of-previous-forks)
3036

3137
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3238

@@ -229,4 +235,4 @@ For the following methods:
229235

230236
a validation **MUST** be added:
231237

232-
1. Client software **MUST** return `-38005: Unsupported fork` error if the `timestamp` of payload or payloadAttributes greater or equal to the Cancun activation timestamp.
238+
1. Client software **MUST** return `-38005: Unsupported fork` error if the `timestamp` of payload or payloadAttributes greater or equal to the Cancun activation timestamp.

0 commit comments

Comments
 (0)