Open samajammin opened 10 months ago
Ah, I'm guessing this might be because my address is not a badgeholder. Is that correct?
https://github.com/privacy-scaling-explorations/maci-rpgf/blob/main/docs/03_creating_badgeholders.md
It's checking if you're a badgeholder before this error is thrown. It occurs when signature of the ballot doesn't match the store ballot for the user. Not exactly sure why this is happening. It's also mentioned in #6. https://github.com/gitcoinco/easy-retro-pgf/blob/fb4e97177b3e311881c830b769f3206ffa9b417c/src/server/api/routers/ballot.ts#L76-L93
Tried submitting a ballot, received this error:
POST https://easy-retro-pgf.vercel.app/api/trpc/ballot.publish?batch=1 400 (Bad Request)
Not sure if this is a related issue to #13 with the TRPC?