yuetloo

Results 34 comments of yuetloo

5. Side by side buttons have different width. https://media.discordapp.net/attachments/1004453944484974624/1012131991862394921/Screen_Shot_2022-08-24_at_6.50.32_PM.png?width=1100&height=632 https://media.discordapp.net/attachments/1004453944484974624/1012146052285083749/Screen_Shot_2022-08-24_at_7.45.49_PM.png?width=468&height=696

> @yuetloo worked on the Landing page as well, at least here the mobile version was broken Sorry, I don't understand this statement, can you clarify? @luizakp

Just noticed the reason that tallyHash was not updated in the subgraph is that the call `fundingRound.save()` in `handleTallyPublished()` is missing. https://github.com/clrfund/monorepo/blob/develop/subgraph/src/FundingRoundMapping.ts#L224 function `handleContributionWithdrawn()` also missing `fundingRound.save()`

I tested Kleros registry using the mock Kleros contract https://github.com/clrfund/monorepo/blob/develop/contracts/contracts/recipientRegistry/KlerosGTCRMock.sol 1. deploy contract KlerosGTCRMock 2. deploy contract KlerosGTCRAdapter 3. call fundingRoundFactory.setRecipientRegistry(klerosRegistry) 4. start new round (this is import because the...