Skip to content

3.1.10

Compare
Choose a tag to compare
@bingen bingen released this 01 Aug 14:58

This release includes the relicensing of aragonOS' interfaces and extendible contracts to MIT. This means that, from this release on, most users of aragonOS should be free to choose their own license, rather than being locked to a GPL.

Also, a number of safety improvements, as suggested by our auditors:

  • Remove delegate executors
  • Add SafeMath lib for uint8
  • Explicitly state state visibility
  • Remove kernelIntegrity modifier
  • Make fallbacks external
  • EVMScriptRunner: add ScriptResult log
  • Add more static contract types to state and function parameters

Finally, we've tweaked some truffle and CI configuration files.