Skip to content
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

Remove account getters in CLIContext #4543

Closed
4 tasks
colin-axner opened this issue Jun 12, 2019 · 1 comment · Fixed by #4579
Closed
4 tasks

Remove account getters in CLIContext #4543

colin-axner opened this issue Jun 12, 2019 · 1 comment · Fixed by #4579
Assignees
Labels
Type: Code Hygiene General cleanup and restructuring of code to provide clarity, flexibility, and modularity.

Comments

@colin-axner
Copy link
Contributor

Summary

Remove account getters in client context.

Problem Definition

x/auth has the queriers necessary for retrieving account information. These functions should be removed since they are currently redundant and don't provide any extra value.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@alexanderbez
Copy link
Contributor

blocked on #4488

@alexanderbez alexanderbez removed the S:blocked Status: Blocked label Jun 15, 2019
@alexanderbez alexanderbez changed the title remove account getters in client context Remove account getters in CLIContext Jun 15, 2019
@alexanderbez alexanderbez added pre1.0 Type: Code Hygiene General cleanup and restructuring of code to provide clarity, flexibility, and modularity. labels Jun 15, 2019
alessio added a commit that referenced this issue Jun 18, 2019
alessio pushed a commit that referenced this issue Jun 19, 2019
Account getters are removed from client context. x/auth has the
queriers necessary for retrieving account information.
These functions should be removed since they are currently
redundant and don't provide any extra value.

Closes: #4543
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Code Hygiene General cleanup and restructuring of code to provide clarity, flexibility, and modularity.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants