Sem

Results 23 issues of Sem

## πŸš€ Feature Include keystore files as an option to import the private key in aragon-cli. ## Have you read the [Contributing Guidelines on issues](https://github.com/aragon/aragon-cli/blob/master/CONTRIBUTING.md#ways-to-contribute)? Yes ## Motivation The two...

πŸš€ new feature
πŸ› οΈ toolkit

In #371 the `api.getApps()` function is filtered and there isn't a direct way to get apps' manifest and artifact anymore. These are the only exposed details: ```js { appAddress: '0x...',...

enhancement
component: api

@griffgreen [commented](https://www.figma.com/file/lOdgiBsiGB6OkXVpKzwN0S?node-id=91:2013#23172694) on the figma: > 75% conviction needed.... doesnt really mean much. > > Using the Threshold formula as a part of the equation... you can correlate what we...

discussion

@griffgreen [commented](https://www.figma.com/file/lOdgiBsiGB6OkXVpKzwN0S?node-id=91:826#23172168) on replacing the number of staked tokens by the percentage staked: > Might i suggest that we use % of holdings instead of # of tokens? ![Screenshot from...

discussion

Use halfLife, maxThreshold and minThreshold instead of alpha, beta, and weight. Change the name of `_minThresholdStakePercentage` for `minEffectiveSupplyPct`. Also, use `PPM = 1e6` instead of `D = 1e7` and `ONE_HUNDRED_PERCENT...

Allow to register custom threshold formulas, so we can test other formulas such as: ``` threshold = -rho * supply * math.log10(beta - share) ``` They can be set up...

Quadratic voting is cutting edge nowadays. It has no previous relation with conviction voting but they can be combined very easily. In some way, quadratic voting distributes voting power over...

In one of the Giveth blog posts about [conviction voting](https://medium.com/giveth/conviction-voting-34019bd17b10) we see this description of a Ternary choice feature: > Because the focus lies on the signage of proposals, the...

product