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

e2e: add function to get balance and migrate existing calls to CosmosChain's GetBalance #4661

Closed
crodriguezvega opened this issue Sep 14, 2023 · 2 comments · Fixed by #4683
Closed
Assignees
Labels
e2e good first issue Good for newcomers type: code hygiene Clean up code but without changing functionality or interfaces

Comments

@crodriguezvega
Copy link
Contributor

This PR added a function to query all balances. We should implement a similar function to get the balance for a specific account address and denomination, and migrate the calls to GetBalance in our e2e tests (like this one here) to use the new function instead.

@crodriguezvega crodriguezvega added good first issue Good for newcomers type: code hygiene Clean up code but without changing functionality or interfaces e2e labels Sep 14, 2023
@trinitys7
Copy link
Contributor

hi @crodriguezvega can I try to do this ?

@crodriguezvega
Copy link
Contributor Author

Yes, sure! Thank you, @trinitys7!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e good first issue Good for newcomers type: code hygiene Clean up code but without changing functionality or interfaces
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants