-
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
R4R: Move generate_only and simulate to POST body in REST txs #3060
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3060 +/- ##
===========================================
- Coverage 52.14% 52.14% -0.01%
===========================================
Files 136 136
Lines 9613 9612 -1
===========================================
- Hits 5013 5012 -1
Misses 4264 4264
Partials 336 336 |
@@ -227,15 +227,14 @@ func TestingUpdateValidator(keeper Keeper, ctx sdk.Context, validator types.Vali | |||
panic("validator expected but not found") | |||
} | |||
return validator | |||
} else { |
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.
lol everyone's fixing this on their PRs
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.
well, that makes linter fail
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.
Changes LGTM. Can you update the docs on swagger.yaml
as well ?
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.
Seems to be a lot of superfluous imports changes, how come? In any case, changes LGTM. I have a feeling though some documentation (Swagger?) needs to be updated.
@alexanderbez I ran |
@fedekunze |
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.
changes LGTM. thanks !
Closes: #3056
docs/
)PENDING.md
with issue #Files changed
in the github PR explorerFor Admin Use: