Conversation
|
A lot of code exceeded our style guide length limit. Fixed in most recent commit, but can be rolled back if we want this to be strictly comments. |
064d511 to
e955fcb
Compare
|
@joepetrowski the indentation didn't look right in the code snippet when i ran |
DemiMarie-temp
left a comment
There was a problem hiding this comment.
The specific threshold for a supermajority should be specified.
| /// A supermajority of approvals is needed to pass this vote. | ||
| SuperMajorityApprove, | ||
| /// A supermajority of rejects is needed to fail this vote. | ||
| /// A supermajority of rejections is needed to fail this vote. |
There was a problem hiding this comment.
How large a supermajority is needed? This should be documented.
|
i've received feedback from rpmeier suggesting that we providing information about what origin the proposed call is executed with |
df1c83c to
667f29d
Compare
|
@shawntabrizi why are you force pushing and deleting all the commit history from other contributors? why not just ask me to close this PR and create a fresh branch of your own instead of discrediting our work? |
|
@ltfschoen I am not intending to discredit any work here, but these docs have been stale and were originally opened to merge to the master branch. Since the SRML Democracy module has changed quite a bit in master, we re-targeted this branch to merge to v1.0. However, at certain points this branch was re-based or merged with the master branch which means that when we changed the base branch to v1.0, we were getting changes on the order of 400+ files changed. I isolated the changes and fixed up the PR. There could probably be a better way to do this, but end of the day, I just want to get these docs merged in. |
|
Fair enough, thanks for cleaning it up! |
|
With regard to the actual implementation, I came up with the following questions:
|
Co-Authored-By: Luke Schoen <ltfschoen@users.noreply.github.com>
Co-Authored-By: Luke Schoen <ltfschoen@users.noreply.github.com>
Co-Authored-By: Luke Schoen <ltfschoen@users.noreply.github.com>
Co-Authored-By: Luke Schoen <ltfschoen@users.noreply.github.com>
Co-Authored-By: Luke Schoen <ltfschoen@users.noreply.github.com>
Co-Authored-By: Luke Schoen <ltfschoen@users.noreply.github.com>
Co-Authored-By: Luke Schoen <ltfschoen@users.noreply.github.com>
Co-Authored-By: Luke Schoen <ltfschoen@users.noreply.github.com>
Co-Authored-By: Luke Schoen <ltfschoen@users.noreply.github.com>
Co-Authored-By: Luke Schoen <ltfschoen@users.noreply.github.com>
…ytech/substrate into luke-democracy-module-docs
joepetrowski
left a comment
There was a problem hiding this comment.
A few small fixes, otherwise LGTM.
Co-Authored-By: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
Co-Authored-By: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
Relates to polkadot-developers/substrate-developer-hub.github.io#28
Requires update for consistency with #2172