privacy-scaling-explorations / maci-platform

MACI Platform - Voting and Funding using MACI
https://maci-platform.vercel.app
MIT License
17 stars 21 forks source link

feat(interface): remove unnecessary EAS data fetch if not using EAS as gatekeeper #253

Open kittybest opened 3 months ago

kittybest commented 3 months ago

Description We now load attestations no matter if the user use EAS as gatekeeping strategy or not, should remove them if we're not using EAS.

ctrlc03 commented 1 month ago

Seems like we do now https://github.com/privacy-scaling-explorations/maci-platform/blob/main/packages/interface/src/contexts/Maci.tsx#L87 ?