Skip to content

v1.0.5

Compare
Choose a tag to compare
@qianbin qianbin released this 14 Jan 03:14
· 956 commits to master since this release
30e4cb3

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