-
Notifications
You must be signed in to change notification settings - Fork 8
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
Ab/democracy bots #370
Merged
Merged
Ab/democracy bots #370
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clangenb
approved these changes
Jun 24, 2024
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.
LGTM, I like the implementation for achieving the random target approval rate!
2 tasks
fellowship-merge-bot bot
pushed a commit
to polkadot-fellows/runtimes
that referenced
this pull request
Sep 26, 2024
Over the past few months, Encointer has developed a democracy pallet with one-person-one-vote governance for local communities. We think we're ready to experiment with our real communities on mainnet. The governance scope of local democracy is restricted to * properties of the local community itself (like amount of [basic community-issued income](https://book.encointer.org/economics-ubi.html)) * spending of its own treasury funds (currently restricted to KSM). see [towards sustainability](https://forum.polkadot.network/t/towards-encointer-self-sustainability/4195) * petitions (`system.remark`) Therefore, no special `Origin` is granted which could affect the KSM token or other parts of Kusama. In contrast to token voting on *OpenGov*, Encointer democracy aims at **one-person-one-vote**, enabled by its sybil-resilient proof-of-personhood protocol. In practice, it will be one-cycle-attendance-one-vote, which is a pretty decent approximation with some additional weight given to those who participate in the protocol more actively Relevant pallet code * https://github.com/encointer/pallets/tree/master/democracy * work partially funded by a [w3f grant](https://grants.web3.foundation/applications/democratic-governance-1) * https://github.com/encointer/pallets/tree/master/treasuries / [initial MVP PR](encointer/pallets#401) Design documents: * https://book.encointer.org/protocol-democracy.html * initial forum post introducing the design: https://forum.polkadot.network/t/encointers-grassroots-democracy-prototype/9009 Testing on Testnet Gesell * https://book.encointer.org/tutorials-democracy.html * https://book.encointer.org/tutorials-treasuries.html Testing with bot communities (check CI logs) * encointer/encointer-node#370
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
extending the bot-community.py script to test democracy too:
for each cycle, do
also
export-secret <ACCOUNT>
the first two cycles will not work because the reputation isn't old enough. ignore