dOrgJelli
dOrgJelli
Currently the dao-params.json schema is loosely defined. In order for developers to understand the full schema, they could look at the [example dao-params.json](https://github.com/daostack/migration/blob/master/migration-params.json) in the repo, but this lacks completeness....
Have a versioning + upgrade system for the dao-params.json schema. This way, when the migration script is given an old version of a dao-params.json file ( v0.5 for example), it...
Add a "voteWithSignature(...)" function to the Genesis Protocol.
Kei from Gnosis was interested in deploying a DAO with a minimumDaoBounty = 0, the voting machine configuration is pasted below. It seems strange that the smart contracts would prohibit...
Kei from Gnosis was interested in deploying a DAO with a queuedVoteRequiredPercentage = 20, the voting machine configuration is pasted below. It seems strange that the smart contracts would prohibit...
Rename "scheme" to "plugin" throughout the subgraph and arc codebases.
# Current Behavior Currently, the subgraph schema's solution to adding new types of scheme & proposal types requiring changing the base type (`ControllerScheme` & `Proposal`). This is because each derived...
The [DAORegistryContract entity](https://github.com/daostack/subgraph/blob/master/src/mappings/DAORegistry/schema.graphql) is never added to the store within the mappings.
# Goals 1. Allow new DAOs to be launched without bloating the **base subgraph** (this repo). 2. Allow new Schemes & Constraints to be developed without burdening the **base subgraph**....
- [x] #1708 - [ ] #1709 - [ ] #1710