osmosis-labs / test-tube

Test tube for cosmos-sdk chains integration test, written in Rust!
Apache License 2.0
54 stars 33 forks source link

feat: Use types from osmosis-std fork #31

Closed apollo-sturdy closed 1 year ago

apollo-sturdy commented 1 year ago

This allows us to add DeserializeOwned to generic R of fn query on trait Runner, which is very useful for implementing custom runners such as the multi-test-runner in cw-it.