-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: Rename LCD endpoints (Docs) #2066
Conversation
I'm going to also push some commits here. |
Codecov Report
@@ Coverage Diff @@
## develop #2066 +/- ##
========================================
Coverage 64.86% 64.86%
========================================
Files 115 115
Lines 6863 6863
========================================
Hits 4452 4452
Misses 2127 2127
Partials 284 284 |
Ok I've made some changes here and started to add the actual |
docs/light/api.md
Outdated
|
||
Functionality: Submit or edit a delegation. | ||
|
||
> NOTE: Should this be a PUT instead of a POST? the code indicates that this is an edit operation |
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.
@jackzampolin I think the idea is to split this function into several ones, but I agree
docs/light/api.md
Outdated
|
||
Functionality: Create a transfer in the bank module. | ||
|
||
Parameters: |
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.
@jackzampolin Should we get rid of the parameter table ? I think they are useful and combined with the Post body would make it more clear for the end user
docs/light/api.md
Outdated
|
||
POST Body: | ||
|
||
```js |
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.
json
format instead
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.
Just that one comment to add links to the top, but otherwise its ready to go.
docs/light/api.md
Outdated
* ICS20 (TokenAPI) | ||
* ICS21 (StakingAPI) - not yet implemented | ||
* ICS22 (GovernanceAPI) - not yet implemented | ||
- ICS0 (TendermintAPI) |
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.
Maybe we add links to the rest of the document here?
I think this ready for final review here. Great work @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.
utACK
Closes #1305, #1762
This PR is only docs for #1979
docs/
)PENDING.md
that include links to the relevant issue or PR that most accurately describes the change.cmd/gaia
andexamples/
For Admin Use: