Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.0.5

Choose a tag to compare

@graup graup released this 22 May 05:19

This is a patch release containing several bug fixes regarding smart contract execution.

Bug Fixes

  • [ctr/lua] limit bignum max,min (-(2^256-1) ~ (2^256-1))
  • [ctr/lua] fix compile error
  • [ctr/lua] rollback state when error occurred in contract.call #74
  • [ctr/lua] reset amount value when error occurred at contract.call/deploy