alchemy icon indicating copy to clipboard operation
alchemy copied to clipboard

An app for collaborative networks (DAOs), based on the DAO stack.

Results 58 alchemy issues
Sort by recently updated
recently updated
newest added

@jellegerbrandy This one is for you. Regarding this code: https://github.com/daostack/alchemy/blob/ec54029652f944d15f94a44f170e3030bd4608ac/src/components/Scheme/ContributionRewardExtRewarders/Competition/Details.tsx#L440 You commented out the execution of the caching query, replacing it with a console.log statement, and never restored the query....

see https://github.com/daostack/subgraph/pull/584 to avoid : N/A issue

![Screen Shot 2020-11-18 at 9 34 39](https://user-images.githubusercontent.com/5994398/99499459-9eff8d00-2981-11eb-8d2b-ab1f708619a6.png) it should be `read to unboost ...`

**Is your feature request related to a problem? Please describe.** Add test coverage. Try to combine test coverage from unit and integrational tests **Describe the solution you'd like** We can...

Enhancement
Estimate: Large
Technical Debt
Maintenance
Tests

maybe bring up 2 networks (ganaches)

Technical Debt

Currently we poll every 2000ms for account change in MetaMask. Instead, we can use a listener for account changes, like this: ``` window.ethereum.on("accountsChanged", (accounts: Array) => { //Handle the new...

Maintenance
Improvement
optimisation

The msg say that only some of the rewards can be redeemed but the proposal include some more rewards. ![image](https://user-images.githubusercontent.com/5994398/100967215-5b875000-3537-11eb-9962-8f66dd744241.png) https://alchemy.daostack.io/dao/0x519b70055af55a007110b4ff99b0ea33071c720a/proposal/0xbc20712a2da2e0a59d9eb5d01f97dd1913730094275938eba8d5a07cca7aa7b1

Bug
UI

1. if there is only one dao , there is no need for the selector 2. selector should be open in down direction and no up exceeding the browser boundaries...

UI
Improvement

We would like to embed a typeform URL (A questionnaire to help set up your DAO) in the DAOcreator. The design is for a side note which pops up once...

Feature