ethereum / clrfund

Eth2 CLR project built on clr.fund

Home Page:https://eth2clrfund.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project accepted on Recipient Registry does not display on Projects page

daodesigner opened this issue · comments

I think the problem comes from this line https://github.com/ethereum/clrfund/blob/develop/vue-app/src/api/recipient-registry-optimistic.ts#L375
Where we are skipping the projects if the challenge period is not over yet. We were doing this before so, I'm not sure if this is incorrect. I guess that if the request was accepted, it should be visible.

Thank you! Think you just saved me a ton of time <3 will change so that the project displays even if it can still be challenged for the optimistic registry.