Dan Lynch
Dan Lynch
Thanks @wojciechowskip — can you share your telescope configuration? You likely need to enable interfaces, which should create the proper encoders for the accepts/implements Any interfaces such as authz
https://github.com/cosmology-tech/create-cosmos-app/tree/main/examples/authz checkout this example for now, we'll dig into these accepts/implements interface issues after Cosmoverse — hopefully this working demo can help! it has the StakeAuthorization in it
I'm not sure it's necessary because the encoders/decoders are typed: https://github.com/osmosis-labs/osmojs/blob/72a55404a8d5cf4f14786016337b47e82d0e5338/packages/osmojs/src/cosmos/gov/v1beta1/tx.ts#L307 looking here I see the function is typed ```ts fromAmino(object: MsgSubmitProposalAmino): MsgSubmitProposal { const message = createBaseMsgSubmitProposal(); if (object.content...
Can you share your full configuration, maybe a repository?
what is the expected output vs. the current output? Which particular area is broken?
>is it mandatory to add the amino name in order to sign amino transactions? it's not necessary, but helpful if there is no heuristic to compute the amino name. >...
following
I've tested on both 20 and 22, locally as well as Ci/CD, works great!
cc @Zetazzz let's look into this