Skip to content

v5.7.0

Compare
Choose a tag to compare
@kernelwhisperer kernelwhisperer released this 27 Apr 15:22
· 468 commits to master since this release
8c5258f

Features

  • Add --verbose option to aragon devchain that shows the ganache output
  • Upgrade the default Aragon GUI version to 0.7 (Bella)
  • Add transaction pathing to aragon apm publish
  • Add new aragon start command to start the Aragon GUI
  • Add new aragon apm extract-functions command to extract function information from a Solidity file
  • Add the agent repository in the devchain's snapshot
  • Add the open.aragonpm.eth registry in the devchain's snapshot

Fixes

  • Fix the function extractor not expanding shorthand types (e.g.: uint -> uint256)
  • Fix the function extractor when using the word function in the comments
  • Update the docs for ipfs commands

See the commits & compare the code changes

Many thanks to @izqui, @sohkai and @0xGabi for their contributions to this release!!

Special thanks to @0x6431346e for adding GitHub Actions to the repo and several documentation improvements.