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

Add high-level integration tests for contract querier usage #269

Closed
ethanfrey opened this issue Sep 9, 2020 · 0 comments · Fixed by #273
Closed

Add high-level integration tests for contract querier usage #269

ethanfrey opened this issue Sep 9, 2020 · 0 comments · Fixed by #273
Assignees
Milestone

Comments

@ethanfrey
Copy link
Member

We currently use the reflect contract to re-dispatch arbitary CosmosMsg and make sure those are handled well as callbacks.

When CosmWasm/cosmwasm#526 is implemented, we can do the same with QueryRequest. It would be good to test the following:

  • WasmQuery::*
  • StakingQuery::*

These are tested little-to-no in the current tests

@ethanfrey ethanfrey added the on hold Let's pause this and come back in a week... label Sep 9, 2020
@webmaster128 webmaster128 added this to the v0.11.0 milestone Sep 29, 2020
@webmaster128 webmaster128 removed the on hold Let's pause this and come back in a week... label Sep 29, 2020
@ethanfrey ethanfrey mentioned this issue Oct 4, 2020
6 tasks
@ethanfrey ethanfrey self-assigned this Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants