Skip to content

Releases: aragon/aragonOS

v5.0.0 - RC 0

25 Aug 19:59
6c56874
Compare
Choose a tag to compare

v5.0.0 - RC 0

🚀 Features

🕵️ Security

🧹 Housekeeping

📖 Documentation

v5.0.0-beta.8

18 Aug 20:29
Compare
Choose a tag to compare

v5.0.0-beta.8

v5.0.0-beta.7

04 Aug 19:18
Compare
Choose a tag to compare

v5.0.0-beta.7

v5.0.0-beta.6

30 Jul 17:50
7436b47
Compare
Choose a tag to compare

v5.0.0-beta.6

  • Disputable: Add submitter fees to Agreement challenges (#604) @bingen

v5.0.0-beta.5

28 Jul 17:58
Compare
Choose a tag to compare

v5.0.0-beta.5

v5.0.0-beta.4

28 Jul 13:54
5d02845
Compare
Choose a tag to compare

v5.0.0-beta.4

v5.0.0-beta.3

15 Jul 13:09
Compare
Choose a tag to compare

v5.0.0-beta.3

v5.0.0-beta.1

03 Jul 17:50
a70d806
Compare
Choose a tag to compare

v5.0.0-beta.1

  • Disputable App: Add missing pieces for transaction fees module (#586) @bingen

v5.0.0-beta.0

26 Jun 16:00
Compare
Choose a tag to compare

v5.0.0-beta.0

v4.4.0

06 Feb 10:54
f3ae59b
Compare
Choose a tag to compare

Special thanks to @willjgriff for detecting the ACL issue on Istanbul chains and helping make this release possible!

This release only includes a hotfix to the ACL to remove the limited gas (30,000) sent when checking an ACL oracle's canPerform(). On Istanbul, with EIP-1884 increasing the cost of SLOADs, the limited gas made even trial state checks in ACL oracles (e.g. fetching a token's balance) difficult to perform.

To reduce the amount of differences from the previous ACL base contract deployed on mainnet (0x81f7564e413586f1f99fde55740ac52b43ca99c9), this fix was backported into the v4.0 stream as v4.0.2.

Fixes

  • ACL: remove ACLOracle canPerform() gas limit (#565) @willjgriff
  • License: replace SPDX-Identifier misspelling in contract headers (#558) @ottodevs

Chores

  • deploy: skip deploying known EvmScriptRegistryFactory if given to DAOFactory (#570) @sohkai
  • chore: move @aragon/truffle-config-v4 to dependency (#569) @sohkai
  • chore: Update to Istanbul context (#568) @sohkai
  • chore: use shared Aragon truffle config (#559) @0xGabi