Skip to content
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

feat: add conviction vote support #3206

Merged
merged 4 commits into from
Dec 17, 2024
Merged

Conversation

wangminqi
Copy link
Member

This impl add conviction vote related logic to paseo.

Copy link

linear bot commented Dec 14, 2024

@wangminqi wangminqi requested review from Kailai-Wang and a team December 14, 2024 14:38
Copy link
Contributor

@silva-fj silva-fj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

name: "root",
// A limit for the number of referenda on this track that can be being decided at once.
// For Root origin this should generally be just one.
max_deciding: 5,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 5 on the root track? Shouldn’t this be 1?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just think in the past time we had multiple root operations simultaneously.
But you are correct, 1 will more fit DAO concept. Maybe we can rediscuss the parameter when impl it on mainnet.

@wangminqi wangminqi enabled auto-merge (squash) December 17, 2024 01:38
@wangminqi wangminqi merged commit fd5326b into dev Dec 17, 2024
21 checks passed
@wangminqi wangminqi deleted the p-1226-pallet-conviction-voting branch December 17, 2024 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants