v0.8.1
·
176 commits
to master
since this release
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 thearagonos
module. - Add support to
payable
functions on theexec
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.