monorepo icon indicating copy to clipboard operation
monorepo copied to clipboard

clr.fund dapp

Results 63 monorepo issues
Sort by recently updated
recently updated
newest added

Users who contribute `x` or more to the round or the matching pool should automatically have a POAP minted. This way they get an immediate reward for their contribution and...

enhancement

Update contribution widget according to this description https://forum.clr.fund/t/making-contributions-to-a-funding-round/22/51 - Vote immediately after making contribution (requires #63). - Publish key-change message before voting. - Instructions on how to vote in case...

frontend

It's probably not necessary but we can solve it by asking Owner to provide voting results for all projects removed during the round. Then we can adjust the value of...

contracts

On multiple occasions, we have run into issues where some issue has prevented us proving the round on chain in a way that will let us finalize the round and...

enhancement
contracts

When trying to deploy into Kovan Op, I did deploy the following contracts successfully: ``` deployer.address: 0x03C6464805102E497EA695e8b0423Ae36e5Df240 maciFactory.address: 0xcFd3554E566d358860A1a8db9aCF1818FBc89300 fundingRoundFactory.address: 0x9e2754F4406C259554a5BD63E3Bda174E29596cB userRegistry.address: 0x090Dc26B4FDBF3Ca61Ac48fab1c6b8A8d720305D recipientRegistry.address: 0x27262A37f882BE7A2f782E2498874eD9b3eB2359 # Coordinator keys serializedCoordinatorPrivKey: macisk.21071c24aad793bb5caf777b9d65cd6baf616f908dc1f96894f3e9ca7d770a7b...

bug
5

Currently we are not using the same styles as in the other Modals we have. ![image](https://user-images.githubusercontent.com/468158/129628494-dbdbe9f9-310f-4195-a3b7-eccdb73d086f.png)

enhancement
good first issue
help wanted
frontend

ISSUE MIGRATED FROM https://github.com/ethereum/clrfund/issues/283 Noticed we have an env variable `VUE_APP_BRIGHTID_CONTEXT`. Might be easier to maintain if we just fetch that via the `context()` getter on the BrightIdUserRegistry contract (it's...

good first issue
help wanted

ISSUE MIGRATED FROM: https://github.com/ethereum/clrfund/issues/438 ### Description The ERC-20 logo looks strange when initially loading, as there is space for a number but no number loaded yet. ### To reproduce 1....

The new UI would be presented to the user on the "Join the round" view. It would present the options to 1) Search and select an existing project profile from...

This change is to support integration with the metadata registry, https://github.com/clrfund/metadata-registry. The UI will allow users to search and select the metadata to manage. The UI will also allow users...