From 872f27e66381477b6c2a237cf33e6c1ea326ec1c Mon Sep 17 00:00:00 2001 From: Darren Kelly Date: Fri, 21 Jun 2024 11:08:41 +0100 Subject: [PATCH] chore: update doc.yaml --- api/doc/thor.yaml | 8 +++++++- cmd/thor/VERSION | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/api/doc/thor.yaml b/api/doc/thor.yaml index 1fe816d62..5a68f5366 100644 --- a/api/doc/thor.yaml +++ b/api/doc/thor.yaml @@ -12,7 +12,7 @@ info: license: name: LGPL 3.0 url: https://www.gnu.org/licenses/lgpl-3.0.en.html - version: 2.1.2 + version: 2.1.3 servers: - url: / description: Current Node @@ -2258,6 +2258,12 @@ components: in: query description: | Specify either `best`,`next`, `finalized`, a block number or block ID. If omitted, the `best` block is assumed. + + If the `next` block is specified, the call code will be executed on the next block, with the following: + - The block number is the `best` block number plus one. + - The timestamp is the `best` block timestamp plus the block interval. + - Total score, gas limit and beneficiary are the same as the `best` block. + - The signer will be the zero address schema: type: string diff --git a/cmd/thor/VERSION b/cmd/thor/VERSION index eca07e4c1..ac2cdeba0 100644 --- a/cmd/thor/VERSION +++ b/cmd/thor/VERSION @@ -1 +1 @@ -2.1.2 +2.1.3