Dan Lynch
Dan Lynch
plugins that we should write to generate state management queries (maybe even mutations) for all modules in the SDK: - [x] #251 - [ ] https://github.com/pmndrs/valtio @haveanicedavid - [ ]...
https://github.com/cosmology-tech/interchain/blob/f636f775a1c4054d0bb3a03d76f9c98a68b89e97/packages/interchain/src/codegen/cosmos/tx/v1beta1/service.rpc.Service.ts#L12 @liujun93 will help add more color here `simulate()` works, but `broadcast()` doesn't — is there a way to distinguish between the methods in this case in the protobufs? If...
We generate `Sdk_MsgauthzAuthorization_InterfaceDecoder` [here](https://github.com/osmosis-labs/osmojs/blob/6d72f81dc076c34eb77c9f607e9261f8b43d3448/packages/osmojs/src/codegen/cosmos/authz/v1beta1/tx.ts#L361) But technically I see `Sdk_Msg_InterfaceDecoder` and `Authz_Authorization_InterfaceDecoder` are built [here](https://github.com/osmosis-labs/osmojs/blob/6d72f81dc076c34eb77c9f607e9261f8b43d3448/packages/osmojs/src/codegen/cosmos/authz/v1beta1/tx.ts#L611) and [here](https://github.com/osmosis-labs/osmojs/blob/6d72f81dc076c34eb77c9f607e9261f8b43d3448/packages/osmojs/src/codegen/cosmos/authz/v1beta1/tx.ts#L625C14-L625C50) ``` Cannot find name 'Sdk_MsgauthzAuthorization_InterfaceDecoder'. Did you mean 'Authz_Authorization_InterfaceDecoder'?ts(2552) ```
@liujun93 can add color and also has some ideas about adding more types and info as well cc @Zetazzz
https://github.com/cosmos/groups-ui/blob/master/src/shared-state/groups-store.ts#L363 - [ ] fix type issue in comment below - [ ] fix the interface so developer doesn't have to encode `decisionPolicy` field ```js import Long from 'long'; const...
- [ ] #238 - [ ] #239 - [x] #247 - [x] #211 - [x] #142 - [x] https://github.com/osmosis-labs/osmojs/issues/12 - [x] https://github.com/osmosis-labs/osmojs/issues/5 - [x] #277 - [x] #141 -...
https://github.com/cosmos/cosmjs/blob/ea69bfc39850dd6f2788d1e59a55ff3b83fb02f3/packages/stargate/src/modules/staking/aminomessages.ts#L43
https://medium.com/cosmwasm/cosmos-sdk-0-47-and-wasmd-0-40-support-for-cosmjs-86365385cd88
https://swagger.io/resources/open-api/
- [ ] investigate diffs in https://github.com/gnolang/gno/tree/master/tm2/pkg/amino cc @jaekwon @Zetazzz