-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove democracy pallet #2685
Remove democracy pallet #2685
Conversation
Coverage Report@@ Coverage Diff @@
## master noandrea-remove-democracy-pallet +/- ##
====================================================================
+ Coverage 80.33% 80.43% +0.10%
- Files 301 297 -4
- Lines 93861 91636 -2225
====================================================================
- Hits 75395 73702 -1693
- Misses 18466 17934 -532
|
cb6e71a
to
96082f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not entirely familiar with the democracy pallet but I wonder why we didn't handle DepositOf
storage at all. Don't we need to return funds or something to the folks that deposited to submit a proposal?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not entirely familiar with the democracy pallet but I wonder why we didn't handle DepositOf storage at all. Don't we need to return funds or something to the folks that deposited to submit a proposal?
DepositOf tracks current proposals. There are no proposals and propose extrinsic is disabled so no need to worry about it.
What does it do?
Completely remove the democracy pallet
2051
will always revert.Migrations
What important points reviewers should know?
Is there something left for follow-up PRs?
What alternative implementations were considered?
Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?
What value does it bring to the blockchain users?