Skip to content

Releases: aragon/aragonOS

v3.1.4

24 Apr 19:09
Compare
Choose a tag to compare
  • Hardcode keccak constants to save gas
  • Support removing docker deploy image for beta templates in apps
  • Restart ganache every test
  • Upgrade ganache to always be at least 6.1.0
  • Remove fallback from AppProxyPinned in favor of using base's fallback
  • Minor packing improvements
  • Clean up warnings
  • Updates some pragma versions

v3.1.3

15 Jul 21:08
Compare
Choose a tag to compare

Numerous changes based on the WHG's audit findings.

Breaking change: Proxies now conform to the ERC897 standard.

v3.1.2

26 Mar 11:36
4c03845
Compare
Choose a tag to compare

Features:

  • Add modifier to check for already initialized apps

v3.1.1

16 Mar 20:08
Compare
Choose a tag to compare

Features:

  • DelegateProxy: Add minimum return data size security measure #248

Minor:

  • Test files are now being published to npm so some helpers can be used from aragon-apps

v3.1.0

13 Mar 16:57
Compare
Choose a tag to compare

Breaking changes:

v3.0.6

02 Mar 13:33
Compare
Choose a tag to compare

Add SafeMath lib for uint64

v3.0.5

28 Feb 10:37
Compare
Choose a tag to compare

Changes:

  • ITokenController: remove constant modifier (#239)

Fixes:

  • Added migrations folder to published package (#227)
  • Pinned truffle to v4.0.5 for solc@0.4.18 (#228)

v3.0.3

12 Feb 14:23
Compare
Choose a tag to compare

Improvements:

  • Improve support for factories by optimizing gas to work with current gas limits
  • Update Zeppelin tokens

v3.0.2

12 Feb 14:22
Compare
Choose a tag to compare

Improvements:

  • Improve support for factories

v3.0.1

29 Jan 10:45
Compare
Choose a tag to compare

Improvements:

  • #205: Update AragonApp base-class to support ACL parameters in apps.
  • #205: Add more syntax sugar to ACL to support more parameter types.