aragonOS icon indicating copy to clipboard operation
aragonOS copied to clipboard

(Aragon 1) Reference implementation for aragonOS: a Solidity framework for building complex dApps and protocols

Results 63 aragonOS issues
Sort by recently updated
recently updated
newest added

Following the request on the "good first issue" https://github.com/aragon/aragonOS/issues/514, I am extending the tests covering the following items: - [x] Explicitly test AppProxyFactory. newAppProxyPinned(IKernel, bytes32) - [x] Explicitly test EVMScriptRunner.protectState...

Updates the `ACL`'s staticcall to use a more-optimized one similar to `SafeERC20`'s `invokeAndCheckSuccess()`. Bytecode comparison: ``` CODE DEPOSIT COST DEPLOYED BYTES INITIALIZATION BYTES ACL.json 5600 less gas -28 0 TestACLInterpreter.json...

component: acl

`0x290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563` is actually `keccak256([0])`, rather than `keccak256([])`. However, it looks like `[email protected]` doesn't really know the difference either :/

component: acl

Fixes #333 Implements `revokeAll(address _app, bytes32 _role)`

Fixes #523 Follow up #518 This PR provides an entry point in the Kernel that a new way to access the `setApp` functionality, but only when the app address that...

research
security

*Following up https://github.com/aragon/aragonOS/pull/526* This PR aims to provide the required JS libraries to implement an meta-transactions server that will act as the off-chain part of the relayer for the model...

research

The main idea of this PR is to add support for meta transactions to allow any member of a DAO to interact with its apps without having funds necessarily. *I've...

research

Follow up on #516 Based on an offline discussion we had about the next-steps regarding the kill-switch topic, we decided to: - [x] Drop the kernel level kill-switch idea, at...

research
security