github vechain/thor v1.3.2

latest releases: v2.1.1, v2.1.1-rc.1, v2.1.1-rc...
4 years ago

Notice: Still don't forget that full resynchronization is required if upgrading from versions earlier than v1.3.0.

This release mainly enhances the API GET /blocks/{rev} by introducing the query option expanded, which allows querying detailed blocks with transactions and receipts embedded.

Additionally, the gas-limit-oracle algorithm is improved.

Get expanded block example
curl http://localhost:8669/blocks/5362401?expanded=true

gives

{
  "number": 5362401,
  ...
  "transactions": [
    {
      "id": "0x1394889a4d736f30fc3e3557aab8d90565161ddf001d908ed5bf708863866a3a",
      ...
      "clauses": [
         ...
      ],
      ...
      "reverted": false,
      "outputs": [
        {
          "events": [
            ...
          ],
          ...
}

Don't miss a new thor release

NewReleases is sending notifications on new releases.