arc icon indicating copy to clipboard operation
arc copied to clipboard

Arc is an operating system for DAOs.

Results 68 arc issues
Sort by recently updated
recently updated
newest added

Bumps [pug-code-gen](https://github.com/pugjs/pug) from 2.0.2 to 2.0.3. Commits eedf9a3 Don't ask escaping for boolean attributes at the beginning of attributes-list... 6f38adf Add in additional resources of 2 packages (#2945) d86ac52 new...

dependencies

I'm trying to use this project instead of Aragon which is too outdated. I read the suggested Arc blog post. I created a DAO on mainnet with a token, all...

Currently there is no documentation for ProposalExecuteInterface.sol (https://github.com/daostack/infra/blob/master/contracts/votingMachines/ProposalExecuteInterface.sol) which is used in multiple arc contracts.

see https://github.com/daostack/arc/pull/770

It seems like the Diamond Standard could be a useful contract architecture for arc contracts. Has it been considered? The Diamond Standard is here: https://github.com/ethereum/EIPs/issues/2535 Also some people are asking...

Adds the wallet scheme contract, it is based in the genericScheme but it doesnt make the genericCall to the controller, instead it can execute multiple staticCalls to any contract. (It...

Add test and shell scripts, update dependencies, remove unnecessary ethForEveryone in tests, add coverage report. Quick modifications that I did while I was working in the PR #758 adding the...