Dan Lynch

Results 169 comments of Dan Lynch

@atmoner I believe I fixed the amino (for ledger support) can you test sometime? checkout `[email protected]` ```js import { cosmos } from 'interchain46'; const { MsgCreateGroupWithPolicy } = cosmos.group.v1 import...

hey @ryanchristo which modules are you using this for? And have you guys upgraded the cosmos sdk that uses the `accepts_interface` and `implements_interface` annotations? If so, you'll already be able...

what would be great to help, if we can build this feature and @atmoner and @ryanchristo can test the result to ensure it works for your use cases.

https://gist.github.com/pyramation/13f47ab2d9e6e6a86d3fb5d45999dc7b here is an example of a test that has the buffer in view ![image](https://github.com/osmosis-labs/telescope/assets/545047/cc5a52e0-8fa5-4d82-a487-efabaddc8280) and here is an example of the repo we were testing https://github.com/pyramation/interchain46/blob/cd8e22ea63a8197935be02839c0265541ff61c09/src/codegen/cosmos/group/v1/tx.ts#L1906 https://github.com/pyramation/interchain46/blob/cd8e22ea63a8197935be02839c0265541ff61c09/src/codegen/cosmos/group/v1/tx.ts#L4007

hey @ryanchristo have you guys tried using the `toProtoMsg` helpers similar to how it's done here? > ```js > import { cosmos } from 'interchain46'; > const { > MsgCreateGroupWithPolicy...

- [ ] investigate compat https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt - [ ] https://github.com/cosmos/cosmjs/issues/1144

Info about `BigInt` issues with babel for reference: https://stackoverflow.com/questions/57902010/how-to-use-bigint-exponentiation-with-babel

when we get rid of the `Long` dependency, let's also make to - [ ] remove the lines added from [this commit](https://github.com/osmosis-labs/telescope/commit/6af71005869f2d30f2ede526c53f626cc84d0f9b)

> Could we start by using BigInt/Long as a configurable option? Then we can try it out and always go back if we run into trouble. Also different Telescope users...