-
Notifications
You must be signed in to change notification settings - Fork 41
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
re-organize balance information in cosmos accounts API #174
Comments
right, |
ackratos
changed the title
account_number and sequence should be included in response of balance API
re-organize balance information in accounts API
Oct 19, 2018
ackratos
changed the title
re-organize balance information in accounts API
re-organize balance information in cosmos accounts API
Oct 19, 2018
4 tasks
notatestuser
added a commit
that referenced
this issue
Oct 23, 2018
forcodedancing
pushed a commit
that referenced
this issue
May 19, 2022
forcodedancing
pushed a commit
that referenced
this issue
May 19, 2022
forcodedancing
pushed a commit
that referenced
this issue
May 19, 2022
forcodedancing
pushed a commit
that referenced
this issue
May 19, 2022
forcodedancing
pushed a commit
that referenced
this issue
May 19, 2022
forcodedancing
pushed a commit
that referenced
this issue
May 19, 2022
forcodedancing
pushed a commit
that referenced
this issue
May 19, 2022
forcodedancing
pushed a commit
that referenced
this issue
May 19, 2022
forcodedancing
pushed a commit
that referenced
this issue
May 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
asked by @xzjcool . The motivation of this change is response from cosmos accounts API is hard to process (it doesn't consider lock and freeze token). /balances API only return balance information but no sequence number, account number stuff. Frontend developer has to interact with 2 APIs.
We need re-organize balance information (free, locked, frozen) returned by /accounts API:
INTO:
While keep the other fields (public-key, account_number, sequence, name)
This JIRA is blocked by cosmos upgrade #134
The text was updated successfully, but these errors were encountered: