Currently the orchestrator code is using deep_space containing custom protobuf definition but it is lagging behind with cosmos-sdk and the official rust sdk (Cosmosrs)
Using Cosmrs directly can obviously work it’s just very verbose, though it may still be preferable to the very stale fork of deep_space we’re using. Tony Arcieri advises me frequently on Ocular and sees it as a development driver for cosmrs.
Currently the orchestrator code is using deep_space containing custom protobuf definition but it is lagging behind with cosmos-sdk and the official rust sdk (Cosmosrs)
Lets give it a try and replace by Ocular which seems to be a wrapper of CosmosRs
https://github.com/PeggyJV/ocular/tree/v1.0.0
https://docs.rs/ocular/1.0.0-beta/ocular/index.html