IRISxiaowang / substrate-bank

MIT No Attribution
0 stars 0 forks source link

feature/governance-pallet. #44

Closed IRISxiaowang closed 8 months ago

IRISxiaowang commented 9 months ago

Added the lib and weights.

Please check the logic of the functions: fn initiate_proposal() fn vote() fn rotate_authorities() fn on_finalize()

IRISxiaowang commented 9 months ago

Close #17

Added Governance pallet

This pallet can rotate authorities, propose, and vote. Tested at the local net, it works as expected.