Skip to content

Commit

Permalink
docs(roadmap): add new sections to the roadmap post
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Apr 16, 2024
1 parent bcbced4 commit cc0ccd1
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions website/blog/2024-04-10-roadmap-q2.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,23 @@ More details to come on this soon.

### 🎯 MACI Core Protocol Improvements

- [ ] TODO unconditional privacy
- [ ] TODO Deployment Improvements
After a thorough refactoring of MACI's code, which lead to the release of v1.2, we are now in position to integrate new features and improvements to the core protocol. As always, we are open to suggestions from the community, so if you have any ideas of a feature that should make it into MACI, please let us know!

Currently, we have a few ideas in mind:

**Unconditional privacy**

As of now, MACI's coordinator can track user key changes, and thus collude with bribers to deanonymize users. We are looking into ways to prevent this from happening. The [3227](https://3327.io/) team implemented a [proof of concept](https://github.com/privacy-scaling-explorations/maci/issues/796) for this, using El-Gamal to remove the link between a new MACI key and their original key. Furthermore, there is a proposal currently being discussed on how to implement anonymous poll signups, which would provide the same benefits of the El-Gamal protocol, though with a much better user experience.

**Deployment Improvements**

MACI's deployment process can certainly be made easier, and it is in our plans to improve this. We are looking into ways to make this cheaper, for instance by avoiding to deploy contracts which can be reused, as well as to make it more user-friendly, by providing a better interface to deploy MACI instances.

### 🎯 Support Gitcoin Allo protocol integration

- [ ] TODO
Gitcoin has expressed interest in integrating MACI into their Allo protocol, their on chain stack for public good funding. We are currently in the process of supporting this integration, which is already underway, thanks to [Nick Lionis and Tse Lao](https://taikai.network/cryptocanal/hackathons/ethdam2024/projects/cluxse8cz00pjz3010wbq3thf/idea) hackathon project.

We look forward to seeing this integration come to life and to supporting Gitcoin in their efforts to improve public goods funding on Ethereum. It is certainly great to see an increased interest in bribery resistance for funding public goods.

## How does that sound?

Expand Down

0 comments on commit cc0ccd1

Please sign in to comment.