-
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
Keep the spec consistent with LCD implementation #1733
Keep the spec consistent with LCD implementation #1733
Conversation
Codecov Report
@@ Coverage Diff @@
## adrian/lcd_spec_final #1733 +/- ##
======================================================
Coverage 63.71% 63.71%
======================================================
Files 122 122
Lines 6774 6774
======================================================
Hits 4316 4316
Misses 2211 2211
Partials 247 247 |
Sample command: | ||
| Parameter | Type | Default | Required | Description | | ||
| ----------- | --------- | ----------------------- | -------- | ---------------------------------------------------- | | ||
| home | string | "$HOME/.gaiacli" | false | directory for save checkpoints and validator sets | |
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.
save -> saved? or directory for storing ...
|
||
* When the connected full node is trusted, then the proof is not necessary, so you can run Cosmos-LCD with trust-node option: | ||
``` | ||
gaiacli advanced rest-server-swagger --chain-id {your chain id} --trust-node |
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.
note advanced prefix will soon be removed #2014
Bump. @adrianbrink is the branch this is targeted on still in use? If not, should this be retargeted? |
@cwgoes I think this is also part of #2177. Should we close this as well ? cc: @HaoyangLiu |
The PR is deprecated. The refered spec is outdated. I will create a new PR to keep its spec consistent with LCD implementation. Thanks for all your impressive comment. |
Previously, we didn't take consideration of load balancing and swagger-ui. Now in LCD implementation, I add them, so some new options were added too. Please review this PR. Thanks