yuetloo
yuetloo
Can you provide detailed steps on what you are trying to do and post the error message here?
if you are running your own Client, and using the latest master branch, try adding the xdai chainId, 100, to the chainId list here: https://github.com/aragon/client/blob/master/src/ethereum-providers/connectors.js#L10 And, try to connect using...
You also need to enable Babel plugin, see doc here https://styled-components.com/docs/api#css-prop. I was able to enable it by making these changes.. https://github.com/aragon/govern/commit/33b94f9eb5eca34f8a88190566db398e112193f7
react-app-rewired was used to set up babel. If you set up babel differently, without react-app-rewired, I think it'll work.
@ctrlc03 , I don't see how I can reorder the log events as suggested. The events are logged by the contract and the contract has to enforce the order and...
@ctrlc03 , I see that MACI doesn't validate votes submitted by the `publishMessage()`, so, clrfund could do this: tx:1 contribute 1 voice credits tx:2 vote 2 voice credits to project...
@ctrlc03 , there's an issue here because a coordinator can process topup messages in an order that would cause votes to be ignored and still produce a zk proof that...
> > @ctrlc03 , I don't see how I can reorder the log events as suggested. The events are logged by the contract and the contract has to enforce the...
@cold-briu , this issue was to track refactoring of this function: https://github.com/clrfund/monorepo/blob/develop/vue-app/src/api/round.ts#L131 But, a lot have changed in the MACI v1 integration branch, so, this issue will be addressed as...
@gurrpi , I have a sample next-app that demonstrates how to use the `maci` library to generate the `maci` key [here](https://github.com/yuetloo/maci-key) as someone was asking how to use the library....