Dan Lynch

Results 169 comments of Dan Lynch

hey there @KeKs0r ! Thanks for reporting. it was our understanding not to support floats, doubles, or proto2 fields. @webmaster128 — Simon, did we misunderstand, and is double something we...

@Zetazzz let's take a look at making this happen :)

thanks! We're working to update the video :)

@Zetazzz https://github.com/cosmology-tech/telescope-module-boilerplate

Does this modify output of generated code? or just the ability to read the files via `fs`?

we use it to identify the polymorphic types in the application layer e.g. for Osmosis `Pools` there are tons of Pool types: https://github.com/cosmology-tech/create-cosmos-app/blob/6f12acbcdfdae0ead3460af2b0ace975c3e21ff2/examples/provide-liquidity/utils/pool.ts#L177 https://github.com/cosmology-tech/create-cosmos-app/blob/6f12acbcdfdae0ead3460af2b0ace975c3e21ff2/examples/swap-tokens/hooks/usePools.ts#L29-L30 cc @webmaster128

I've done recursive object cloning in tests and strip out properties, like `$typeUrl`. Would that help or are there more than tests that needs this removed? we do this in...

@Zetazzz some of this may be relevant for cosmos-kit as well, just wanted to list it here to start

I believe we need to look at get vs post in the service info https://github.com/cosmos/cosmos-sdk/blob/35d2e48aea1773b2972940fd8a0b33d8f4e23179/proto/cosmos/tx/v1beta1/service.proto#L29 side note could be SDK bug (we should look at which messages in protos use...

moving to bun? I've never used it. What would that entail?