You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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