Skip to content

Version 0.24.0

Compare
Choose a tag to compare
@diserere diserere released this 17 Jun 03:29
· 921 commits to master since this release
6e5e317

0.24.0 - Jun 3, 2020

New

  • Detailed errors produced by core library.
  • Optional parameter fullRun for runLocal method allows to emulate an execution on a real node with all required checks and fees calculations.
  • Optional parameter account for runLocal method allows to provide the specified account data instead of loading them from a blockchain.
  • Optional result field account for runLocal and runMessageLocal methods returns state of an account after contract execution has finished. Presented only when the fullRun parameter has specified.
  • Method runMessageLocal as a replacement for the processRunMessageLocal with fullRun and account parameters.
  • 1003 error on contract run is replaced with more specific 1010-1012 errors