Tags: aragon/aragonOS
Tags
Tests: Fix solidity tests (#616) * Chore: Bump v5.0.0-rc.0 * Tests: Fix solidity tests * Tests: rename test file * Tests: remove useless arg from solidity test assert fn * docs: update coverage badge to be codecov * chore: remove coveralls from package.json Co-authored-by: Brett Sun <qisheng.brett.sun@gmail.com>
Disputable: Add submitter fees to Agreement challenges (#604) * disputable: Add submitter fees to Agreement challenges * fixup! disputable: Add submitter fees to Agreement challenges * fixup! fixup! disputable: Add submitter fees to Agreement challenges * fixup! fixup! fixup! disputable: Add submitter fees to Agreement challenges
Add IAragonApp interface (#597) * Add IAragonApp * Add Aragon App interface id Refactor ERC-165 related inheritance. * IAragonApp interface: move it up to AragonApp (out of AppStorage) * disputable: move interface id helpers to proper mocks * disputable: Move supportsInterface from interface to implementation * Update contracts/apps/disputable/IDisputable.sol Co-authored-by: Brett Sun <qisheng.brett.sun@gmail.com> * IAragonApp interface: move constant from implementation to interface * IAragonApp interface: add tests for AragonApp * disputable: move supportsInterface from interface to implementation * disputable: Fix supportsInterface after merge in mock contract Co-authored-by: Brett Sun <qisheng.brett.sun@gmail.com>
ACL: Multiple enhancements (#584) * acl: optimize internal calls * acl: allow knowing original user when set to any * acl: move grant permission modifier to internal method * ACL: Apply suggestions from @sohkai Co-authored-by: Brett Sun <qisheng.brett.sun@gmail.com> * acl: move grant permission modifier to external methods * acl: clarify ACL oracle interface * acl: improve internal logic eval functions naming * acl: inline internal oracle helper function * acl: add more test cases for oracles * acl: add previous acl oracle interface * ACL: update complex ACLOracle tests to be separate tests Co-authored-by: Brett Sun <qisheng.brett.sun@gmail.com>
PreviousNext