From d4514fb780a60a3a186885f6dd022c8847e7fad7 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Tue, 27 Dec 2022 15:54:44 +0900 Subject: [PATCH] Add timeouts value to getBlobsBundle and getPayloadV3 --- src/engine/experimental/blob-extension.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/engine/experimental/blob-extension.md b/src/engine/experimental/blob-extension.md index 924bed93e..5fa6e215f 100644 --- a/src/engine/experimental/blob-extension.md +++ b/src/engine/experimental/blob-extension.md @@ -83,6 +83,7 @@ Refer to the response for `engine_newPayloadV2`. * method: `engine_getPayloadV3` * params: 1. `payloadId`: `DATA`, 8 Bytes - Identifier of the payload build process +* timeout: 1s #### Response @@ -108,6 +109,7 @@ The separation of concerns aims to minimize changes during the testing phase of * method: `engine_getBlobsBundleV1` * params: 1. `payloadId`: `DATA`, 8 Bytes - Identifier of the payload build process +* timeout: 1s #### Response