InfraBlockchain/infra-substrate

Refactor governance related pallets

Closed this issue · 0 comments

Summary

Submitting proposal needs to reserve or lock some balances from the democracy pallet. To reserve or lock assets instead of balance, version-up is needed. But it's a little bit complex to resolve conflicts now. So suggest next features at this time.

Description

  • make SeedTrustedValidators submit free-proposals(not needed reserving or locking assets).
  • only SeedTrustedValidators can vote for the suggested proposal, it will be applied if more than 2/3 agree.