-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Validator Creation Updates #3803
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3803 +/- ##
=========================================
- Coverage 60.99% 60.9% -0.1%
=========================================
Files 191 191
Lines 14177 14172 -5
=========================================
- Hits 8647 8631 -16
- Misses 4976 4985 +9
- Partials 554 556 +2 |
What about |
@jackzampolin let me check if there is a test that covers the case if a delegation is below the min self delegation 👍 (if not, I'll add one). |
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.
Two tiny nits - otherwise ACK - but I don't think this closes #3789, it doesn't prevent editing a validator below minimum self-delegation (although I don't think we need to do that, but it's listed in the original issue).
Co-Authored-By: alexanderbez <[email protected]>
Co-Authored-By: alexanderbez <[email protected]>
@jackzampolin there already is a test case in |
Thanks @alexanderbez; my approval stands. |
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.
This gets a 👍 LGTM from me!
Update validator creation flow:
NewMsgCreateValidatorOnBehalfOf
and corresponding business logicMsgCreateValidator#ValidateBasic
closes: #3789
Targeted PR against correct branch (see CONTRIBUTING.md)
Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
Wrote tests
Updated relevant documentation (
docs/
)Added entries in
PENDING.md
with issue #rereviewed
Files changed
in the github PR explorerFor Admin Use: