Skip to content

Releases: vechain/thor

v1.0.5

14 Jan 03:14
30e4cb3
Compare
Choose a tag to compare

Update is recommended!

It's a maintenance release, which takes new APIs and bug fixes.


  • Add debug APIs

    • POST /debug/tracers to trace tx clause execution
    • POST /debug/storage-range to support watching contract variables
  • Add POST /accounts/* to support calling batch of clauses to different accounts. It's useful to simulate tx execution

  • Add ws /subscriptions/beat to help client reducing unnecessary network requests

  • Expose API version by key x-thorest-ver in response headers

  • Increase default cache size of main db

  • Improve block gas limit adaption formula

v1.0.4 -- HOTFIX-RESCHEDULED

26 Oct 10:09
a4c1b5e
Compare
Choose a tag to compare

This release reschedules the last HOTFIX to shorten the time window of the potential impact brought by the known bug.
Upgrade is required before block [ 1,072,000 ~~ Thu, 01 Nov 2018 05:28 GMT ] !

Make sure to make dep prior to make all.

v1.0.3 - HOTFIX

26 Oct 10:10
cd8151e
Compare
Choose a tag to compare

This release includes a HOTFIX to critical bug in producing transfer logs. Upgrade is required before block 1,150,000 ~~ Sat, 10 Nov 2018 06:24 GMT!

Make sure to make dep prior to make all.

Other changes:

  • New logs API
  • Improve subscription API
  • CLI flags to config API timeout and call gas

v1.0.2

31 Aug 17:31
41b0c69
Compare
Choose a tag to compare

Update is recommended!

Make sure to make dep prior to make all.

This release takes some new features, bug fixes and also performance improvements.

  • Support subscription for new blocks, events and transfers by making WebSocket request.
  • Add --gas-limit flag for solo to allow customized block gas limit.
  • Improve solo's error handling and log printing.
  • Add x-genesis-id http header verification to prevent accidentally accessing wrong node instance.
  • Accelerate synchronization by tweaking P2P parameters.
  • Fix error in compiling with go1.10.4 and go1.11.
  • Fix panic when data size exceeds 1TB, by upgrade goleveldb.
  • Add missing address field in response of POST /logs/events.

v1.0.1

02 Aug 02:29
526e4db
Compare
Choose a tag to compare

Update is recommended!

It's a maintenance release, which takes some bug fixes and performance improvement.

  • Fix panic on handling malicious P2P discovery packet
  • Speed up block synchronization
  • Improve API document
  • Fix inaccurate error when request API POST /accounts/{address}
  • Fix broken --on-demand flag in solo mode
  • Add docker file
  • Set default NAT flag to any
  • Add timeout on processing POST /accounts/{address} and POST /accounts

v1.0.0

29 Jun 05:16
a788cfd
Compare
Choose a tag to compare

🚀 👏