We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
quorum_votes
Describe the Feature Request
当前,所有 Proposal 的 quorum_votes 都是通过 DAO 的配置计算出的,但实际场景下,DAO 的配置可能是一个基础的 quorum,而一些特殊的插件可能需要更高的 quorum,所以需要支持自定义 Proposal 的 quorum 设置。
支持方法:
案例:
思考:
是否支持缩小 quorum?考虑到安全问题,暂时可以不考虑允许缩小 quorum.
Describe Preferred Solution
Describe Alternatives
Related Code
Additional Context
If the feature request is approved, would you be willing to submit a PR? Yes / No (Help can be provided if you need assistance submitting a PR)
The text was updated successfully, but these errors were encountered:
问题:使用放大系数还是绝对值?
Sorry, something went wrong.
我觉得使用 rate 的绝对值比较清晰。 默认配置 voting_quorum_rate 是 [0, 100] 范围的数值,表示占 supply 的比例。新增一个 参数 additional_voting_quorum_rate , 最终的 quorum_rate 为 voting_quorum_rate + additional_voting_quorum_rate 。
pause125
Successfully merging a pull request may close this issue.
Feature Request
Describe the Feature Request
当前,所有 Proposal 的
quorum_votes
都是通过 DAO 的配置计算出的,但实际场景下,DAO 的配置可能是一个基础的 quorum,而一些特殊的插件可能需要更高的 quorum,所以需要支持自定义 Proposal 的 quorum 设置。支持方法:
案例:
思考:
是否支持缩小 quorum?考虑到安全问题,暂时可以不考虑允许缩小 quorum.
Describe Preferred Solution
Describe Alternatives
Related Code
Additional Context
If the feature request is approved, would you be willing to submit a PR?
Yes / No (Help can be provided if you need assistance submitting a PR)
The text was updated successfully, but these errors were encountered: