0xHabitat / mvp

MIT License
3 stars 0 forks source link

Decider Signers #27

Closed roleengineer closed 1 year ago

roleengineer commented 1 year ago

⚡️ Challenge:

We want to have two decision systems at the beginning: voting power erc20 (already implemented) and signers. We need to implement decider signers.

🦋 Desired Outcome

Have decider signers decision system.

🎯 Action Points:

🐇 Additional Information

We are using gnosis safe as a direct caller, which means that tx calling dao can be initiated/decided with gnosis interface in offchain way and executes the decision in one dao call. Also we are using gnosis safe in read-only mode to get respective data to go through decision process in onchain way.

🏆 Reward + Contributor involved

This bounty can be a pair programming bounty:

Bounty Size: L 625 DAI

Gardener - @roleengineer 0% Worker - @roleengineer 500DAI Reviewer - tbd 125DAI

roleengineer commented 1 year ago

solved https://github.com/0xHabitat/mvp/pull/25