osmosis-labs / test-tube

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

Add raw query #42

Closed byeongsu-hong closed 11 months ago

byeongsu-hong commented 11 months ago

I want to bypass the proto::Message applied to request and response in current implementation.

byeongsu-hong commented 11 months ago

nvm, i found the better way to do it