arc.js_legacy icon indicating copy to clipboard operation
arc.js_legacy copied to clipboard

This repository is deprecated

Results 57 arc.js_legacy issues
Sort by recently updated
recently updated
newest added

Go through all the inline code and be sure it's all documented.

documentation

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(..)`.

enhancement

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"

documentation

Everywhere change "votePerc" to "votePercentage" or something more meaningful, maybe "winningThreshold".

wrapperEnhancement
potentiallyBreaking

Enable `DAO.new` be configured to add global constraints when creating a new DAO

wrapperEnhancement

`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...

wrapperEnhancement