vechain-sdk-js icon indicating copy to clipboard operation
vechain-sdk-js copied to clipboard

Support for `next` revision

Open nwbrettski opened this issue 7 months ago • 3 comments

Thor v2.1.3 introduces support for a newly supported revision next which is the best block + 1. It should be used when estimating clauses. POST /accounts/* should now be POST /accounts/*?revision=next.

The next revision is only available on nodes that are running v2.1.3 and later, older nodes will not be aware of the revision next. Error handling should be in place to work around this limitation.

Tasks:

  • Add support for next

Acceptance Criteria:

  • The ability to use the next revision.

nwbrettski avatar Jul 23 '24 13:07 nwbrettski