CHANGELOG
Changelog
Added
Add transaction options: passing transaction options when a transaction is sent allows the user to set custom parameters like gas limit, gas price, etc.
Add gas estimation: add gas estimation as mechanism to verify that the transaction won't fail after being sent. Previously the transaction was sent and fees spent, but it failed if it didn't pass all requirements of the contract call.
Changed
KVStore contract addresses: new contracts deployed to include setBulk function.
Deprecated
Removed
Default value for gas limit in Python: gas limit should not be the same for all transactions.
Gas price multiplier: gas price multiplier has been removed, but now the gas price can be passed as a parameter when the transaction is sent.
Fixed
Security
How to upgrade
Typescript
yarn
npm
Python
Last updated