Skip to content

v0.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 23:32
· 176 commits to master since this release
1ea125f

What's new?

Library enhancements:

  • New print command.
  • New autocompletion suggestions for Aragon agents and tokens retrieved via the @token helper.
  • New arithmetic operator ^ for exponentiation in mathematical calculations.
  • Add support to the goerli network on the aragonos module.
  • Add support to payable functions on the exec commands.
  • Reintroduce raw command.
  • Fix line endings in Windows.
  • Fix BigNumber edge case operations. Some numbers were not processed as BigNumbers, making some operations impossible.
  • Network changes were not considered when processing the subsequent commands and helpers, making some operations fail.
  • Fix underscored view function calls when using the call operator (::). For example: token-manager::MINT_ROLE().
  • Add improvements to set command.
  • Add improvements to @get helper.

Terminal enhancements:

  • You can attach a script to the URL, which will be preloaded in the terminal (example).
  • Gas is estimated by the wallet by default now.