v1.1.0
Main Changes
- Removed
methods
object from contract instance. Please useview
instead - Use SDK
InputAssets
for contract call parameters, instead ofnode.InputAssets
from OpenAPI - Added a new
gasEstimationMultiplier
to script transactions, allowing dApps to include a gas buffer to handle gas estimation errors - upgrade to full node
3.2.0
Pull Requests:
- Use view and remove methods in codegen by @polarker in #383
- Use SDK InputAssets for contract call by @polarker in #385
- Node 3.2.0 by @polarker in #387
- 1.1.0 by @polarker in #386
Full Changelog: v1.0.6...v1.1.0