Skip to content

Commit

Permalink
chore: update doc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jun 21, 2024
1 parent 88821f2 commit 872f27e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion api/doc/thor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cmd/thor/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.3

0 comments on commit 872f27e

Please sign in to comment.