Skip to content

@massalabs/[email protected]

Compare
Choose a tag to compare
@Ben-Rey Ben-Rey released this 09 Apr 19:18
· 155 commits to main since this release
7e5b2e1

Release Notes

New Features

  • getMinimalFees Functionality: A new feature has been introduced that allows users to obtain the minimum fees required for transactions. This enhancement simplifies fee management by providing an easy method to fetch the necessary information.

  • Optional maxGas Parameter: The maxGas parameter has now been made optional. If it is not provided, the system will automatically fetch the appropriate value. This change aims to streamline transaction processing by reducing the need for manual maxGas estimations.

Breaking Changes

  • Coin Units Adjustment for readSmartContract: The unit for coins in the readSmartContract function has been updated to nanomas. This modification ensures greater accuracy in transaction processing. For more details, please refer to the commit here.

  • Parameter Renaming in CallSmartContract: The parameter functionName in CallSmartContract has been renamed to targetFunction to more accurately reflect its purpose. This change aims to improve the clarity and usability of smart contract interactions. Further information can be found in the commit here.