cosmology-tech / telescope

A TypeScript Transpiler for Cosmos Protobufs ⚛️
https://cosmology.zone/products/telescope
Apache License 2.0
146 stars 43 forks source link

Missing slash on endpoint concatenation #436

Open grikomsn opened 1 year ago

grikomsn commented 1 year ago

Found in query for getting proposal vote, there's a missing slash on the endpoint concatenation which results an invalid endpoint.

https://github.com/cosmology-tech/interchain/blob/aa89c361f19d605022748465f10cfa832b3e37a0/src/codegen/cosmos/gov/v1/query.lcd.ts#L50

https://github.com/cosmology-tech/interchain/blob/aa89c361f19d605022748465f10cfa832b3e37a0/src/codegen/cosmos/gov/v1beta1/query.lcd.ts#L50

CleanShot 2023-02-28 at 04 56 04@2x

grikomsn commented 1 year ago

Also for deposit queries:

https://github.com/cosmology-tech/interchain/blob/aa89c361f19d605022748465f10cfa832b3e37a0/src/codegen/cosmos/gov/v1/query.lcd.ts#L76

https://github.com/cosmology-tech/interchain/blob/aa89c361f19d605022748465f10cfa832b3e37a0/src/codegen/cosmos/gov/v1beta1/query.lcd.ts#L76