This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
SDK v1.0.17
Added
- Added
DeployUtils.addArgToDeploy(deploy: Deploy, name: string, value: CLValue)
to be able to modify Deploy's session arguments. It creates a new deploy instance. Can not be used on signed deploys.
Changed
- Default
gasPrice
changed from10
to1
. - Casper balances checks return
BigNumber
now.