-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Communities] Governance V0: Enqueue and Execute calls #313
Merged
olanod
merged 7 commits into
feature/pandres95-communities-pallet
from
303-governance-v0-enqueue-execute-calls
Oct 30, 2023
Merged
[Communities] Governance V0: Enqueue and Execute calls #313
olanod
merged 7 commits into
feature/pandres95-communities-pallet
from
303-governance-v0-enqueue-execute-calls
Oct 30, 2023
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
This was
linked to
issues
Oct 5, 2023
pandres95
force-pushed
the
303-governance-v0-enqueue-execute-calls
branch
from
October 15, 2023 23:26
62184ad
to
1b49304
Compare
pandres95
force-pushed
the
303-governance-v0-enqueue-execute-calls
branch
from
October 17, 2023 00:20
8fc5dd3
to
ee0463f
Compare
pandres95
added
hacktoberfest-accepted
This PR participates on Hacktobefest
and removed
hacktoberfest
labels
Oct 19, 2023
pandres95
force-pushed
the
303-governance-v0-enqueue-execute-calls
branch
from
October 19, 2023 02:06
7b0db8e
to
d901411
Compare
olanod
approved these changes
Oct 30, 2023
As discussed off-line, we can use pallet-referenda to keep tracks of polls, we can go with this changes in the meantime. Shortly I'll be proposing the new changes on the base branch. |
olanod
pushed a commit
that referenced
this pull request
Oct 30, 2023
* feat(pallets/communities): define MemberRank trait, for MembershipPassport * feat(pallets/communities): add structures and storage for handling governance * feat(pallets/communities): add governance (polls/proposals) handling functions * feat(pallets/communities): define open_proposal/execute_call * change(pallets/communities): explictly state call origin when creating proposal * fix(pallets/communities): lint * change(communities:functions/origin): use CheckedConversion to replace as_origin!
olanod
pushed a commit
that referenced
this pull request
Nov 21, 2023
* feat(pallets/communities): define MemberRank trait, for MembershipPassport * feat(pallets/communities): add structures and storage for handling governance * feat(pallets/communities): add governance (polls/proposals) handling functions * feat(pallets/communities): define open_proposal/execute_call * change(pallets/communities): explictly state call origin when creating proposal * fix(pallets/communities): lint * change(communities:functions/origin): use CheckedConversion to replace as_origin!
olanod
pushed a commit
that referenced
this pull request
Dec 4, 2023
* feat(pallets/communities): define MemberRank trait, for MembershipPassport * feat(pallets/communities): add structures and storage for handling governance * feat(pallets/communities): add governance (polls/proposals) handling functions * feat(pallets/communities): define open_proposal/execute_call * change(pallets/communities): explictly state call origin when creating proposal * fix(pallets/communities): lint * change(communities:functions/origin): use CheckedConversion to replace as_origin!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community
enhancement
New feature or request
hacktoberfest-accepted
This PR participates on Hacktobefest
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.
Resolves #303
Closes #311