MythicLegendary / SP10_FALL_2022

2 stars 0 forks source link

Implement Governance Features #51

Closed wildwilliam2 closed 1 year ago

wildwilliam2 commented 1 year ago

Write code for deposits, votes, and proposals.

wildwilliam2 commented 1 year ago

Create Text Proposal: allows a user to create a text-based proposal for changes to the network's parameters, such as changing the inflation rate or adjusting fees. Create Community Pool Spend: allows users to propose spending from the community pool on a particular project or initiative. Create Params Change: allows users to propose changes to the network's parameters, similar to the Create Text Proposal action. Create Deposit: allows users to deposit funds in support of a proposal. Create Vote: allows users to cast a vote on a particular proposal or parameter change.

wildwilliam2 commented 1 year ago

Right now, I think these functions will take too much time to implement/verify. I am archiving them.