Dan Lynch

Results 189 comments of Dan Lynch

maybe we do docs incrementally as well, so something like: - Step 1: Acquire the definition files (keep same) - Step 2: Generate codec files (Replace with telescope) - Step...

for query client maybe we can keep initial docs the same, but add an additional link to how you can leverage the `rpcClients` option in telescope if you're not doing...

and for instantiating signing clients we have this section we could point to, if folks use our amino converters https://github.com/osmosis-labs/telescope#manually-registering-types

we also have generated signing clients https://github.com/osmosis-labs/telescope#stargate-clients

cc @Anmol1696 this is from Codex

example for Telescope-generated objects - [Proto Messages via `toProtoMsg`](https://github.com/cosmology-tech/interchain-query/blob/a7bbfff2d701013fa7c5f897c47a348dad31ae6a/src/codegen/cosmos/gov/v1beta1/tx.ts#L1013-L1017) - [Amino Messages via `toAminoMsg`](https://github.com/cosmology-tech/interchain-query/blob/a7bbfff2d701013fa7c5f897c47a348dad31ae6a/src/codegen/cosmos/gov/v1beta1/tx.ts#L1001-L1006)

for decimal issues, [we've added an option into Telescope](https://github.com/osmosis-labs/telescope/tree/main#typings-and-formating) `prototypes.typingsFormat.customTypes.useCosmosSDKDec` is the option, that will get embedded into `decode` so RPC queries get fixed.

https://github.com/hyperweb-io/create-cosmos-app/tree/main/examples/swap-tokens