xuhcc

Results 86 comments of xuhcc

Yes I think it's useful. I think we can publish it along with the rest of the documentation site to https://beancount.github.io/docs/

After recent MACI update, re-publishing message batch will probably be enough (#33).

Yes. We should also think about relayers. But this will probably be rescheduled for a next milestone.

TODO: show signing key and state index to user so he can build transaction and submit it from another account

I agree that some notifications can be useful. >Ethereum Push Notification Service (EPNS) is a protocol for blockchain based notifications I can't find any documentation on their site. The FAQ...

I think for browser notifications we can use [service worker](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API) to periodically check for changes using JSON RPC API, without adding more dependencies. Notifications from the worker should show even...

Nope, it still throws TypeError from time to time

0.7.3 is not working at all, even MACI contract deployment fails.

[0.7.4](https://github.com/appliedzkp/maci/commits/0.7.4) is working fine

@mtsoltan I tried your fork and can confirm that it works on GNOME 45. Thank you! I think it is fine if you open a PR, because working code is...