arc.js_legacy
arc.js_legacy copied to clipboard
This repository is deprecated
Go through all the inline code and be sure it's all documented.
Implement a function that checks if a proposal is after it's defined time period and needs to be executed (as per the discussion at: https://github.com/daostack/arc.js/issues/169). Use `genesisProtocol.execute.call(..)`.
Typedoc generates broken links to Type Aliases. For example, `fnVoid` is at: "api/README/#fnvoid" but the links are generated as: "api/interfaces/README/#fnvoid"
Everywhere change "votePerc" to "votePercentage" or something more meaningful, maybe "winningThreshold".
Enable `DAO.new` be configured to add global constraints when creating a new DAO
`DAO.new` does not currently have a way to accept a non-Arc voting machine. The caller should provide a callback whereby the non-Arc voting machine parameters can be registered. The callback...