Skip to content

v0.5.1 Beta

Compare
Choose a tag to compare
@sohkai sohkai released this 22 Jun 17:22
· 896 commits to develop since this release

The big push in 0.5.1 was to release our Survey app on mainnet! Read our announcement blog post.

General

  • (Core) Initial mainnet DAO and app support; limited to only a few organizations with a Survey app installed
  • (Survey) Launched the Survey app; Aragon's specific instance with ANT is located at survey.aragon.org.

Added

  • (Core) The ability to change various configuration settings (e.g. the IPFS and Eth node the app is connected to), both in the Settings app and when running the app locally via the CLI
  • (Core) Support for apps with multiple instances
  • (Core) Support for non-checksummed addresses in the URL for the DAO and app proxy addresses
  • (aragon.js) Support for the new proxy contract interface from aragonOS 3.1
  • (aragon.js) web3.eth RPC channel, to allow apps access to a whitelisted set of web3.js's web3.eth functionality
  • (aragon.js) Support for non-checksummed addresses for the DAO and app proxy addresses

Fixed

  • (Core) A few rendering issues with the app menu panel

Removed

  • (aragon.js) Delegate script encoders to mirror their removal from aragonOS following WHG audit

Misc.

  • (Core) Updated aragon.js server dependency to 2.0.0-beta.38 (see notes on aragon.js above)