Joseph Chalabi
Joseph Chalabi
@Zetazzz Thank you for the detailed response. My only concern with the theory of the sdk side of the auction module being the issue is that using CLI the transaction...
Do you have an example of the manual encoding process?
That makes the value section of the transaction data empty. It returns `typeurl: gravity/MsgBid, value: {}`
Similar issues https://github.com/cosmology-tech/cosmos-kit/issues/187 https://github.com/cosmos/cosmjs/issues/1414
Hey everyone, sorry to bubble up an old issue but im currently running into the proposal submit issue. What is the proposed solution for amino support on group MsgSubmitProposals.
According to the chat history, this ``` const msg = cosmos.group.v1.MessageComposer.withTypeUrl.submitProposal({ groupPolicyAddress: policyAddress, proposers: [formData.proposers], metadata: CID, messages: [{ typeUrl: "/cosmos.bank.v1beta1.MsgSend", value: MsgSend.encode(MsgSend.fromPartial({fromAddress: "manifest1afk9zr2hn2jsac63h4hm60vl9z3e5u69gndzf7c99cqge3vzwjzsfmy9qj", toAddress: "manifest1uwqjtgjhjctjc45ugy7ev5prprhehc7wclherd", amount: [{amount: "1", denom:...