Zhi Zhen

Results 19 issues of Zhi Zhen

I'm updating Hands on exercise, Cosmjs-adv section with Using telescope gen code instead of ts-proto and I found I also need to update the code here. And I think I...

Pagination type informs that all properties are required: I found this on fields nullability of go protobuff: "Warning about nullable: According to the Protocol Buffer specification, you should be able...

![Screenshot 2024-01-16 at 12 07 23](https://github.com/cosmology-tech/telescope/assets/1872387/164d7b9e-c7c0-4b3e-b376-0bb87b0655a5)

Some feature's not supporting "packages". When implementing features: ``` // this should be used. context.pluginValue('prototypes.methods.encode') ``` ``` // there's sth like this, which should be replaced with previous one: context.options.prototypes.methods.encode...

encoding process of Timestamp array will raise build errors. Just a memo here, not a high priority task for now. ``` repeated google.protobuf.Timestamp dates = 42 ```

> MsgUnbondConvertAndStake.lockId: https://github.com/osmosis-labs/osmosis/blob/feaa5ef7d01dc3d082b9d4e7d1dd846d2b54cf6d/proto/osmosis/superfluid/tx.proto#L247 > As experienced with the MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition message (remember the struggle Adam), I'm running into signing issues when trying to pass a 0 value to an int64 representing...

In go.mod of both osmosis and cosmos-sdk, osmosis's using google/protobuf v1.30.0, cosmos-sdk's using v1.28.1. So we should find a way to check versions of those deps and generate them separately...

e.g. we don't need to(from)Amino functions for objects like Validator. We need to(from)Amino functions for messages like: MsgCreateValidator

@marslavish proposed a feature, we should add an extra key to customized hooks to let users define query key by themself to some extent: ``` const useBalance = ({ request,...