You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to write native Rust code to query an Osmosis node via gRPC. However, whereas osmosis-std comes with cosmwasm queriers, it doesn't come with gRPC query clients. I had to create my own version of proto-build (forked from cosmos-rust repo) and generate my own Osmosis Rust code: https://github.com/larry0x/osmosis-proto
It'd be great if osmosis-std also comes with gRPC query clients. It can be put behind an optional "grpc" feature, so when used in contracts, developers only need to turn off this feature (since grpc stuff isn't wasm-compatible). Happy to do a PR on this
The text was updated successfully, but these errors were encountered:
I want to write native Rust code to query an Osmosis node via gRPC. However, whereas
osmosis-std
comes with cosmwasm queriers, it doesn't come with gRPC query clients. I had to create my own version of proto-build (forked from cosmos-rust repo) and generate my own Osmosis Rust code: https://github.com/larry0x/osmosis-protoIt'd be great if
osmosis-std
also comes with gRPC query clients. It can be put behind an optional"grpc"
feature, so when used in contracts, developers only need to turn off this feature (since grpc stuff isn't wasm-compatible). Happy to do a PR on thisThe text was updated successfully, but these errors were encountered: