cosmos / cosmjs

The Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers.
https://cosmos.github.io/cosmjs/
Apache License 2.0
649 stars 334 forks source link

Support creating other Proposal amino types #1460

Open mhagel opened 1 year ago

mhagel commented 1 year ago

It appears that only text proposal Amino Types are supported in /cosmos.gov.v1beta1.MsgSubmitProposal:

https://github.com/cosmos/cosmjs/blob/358260bff71c9d3e7ad6644fcf64dc00325cdfb9/packages/stargate/src/modules/gov/aminomessages.ts#L169-L192

When attempting to create a Community Spend Proposal with ledger, I get:

Unsupported proposal type: '/cosmos.distribution.v1beta1.CommunityPoolSpendProposal'

Can we add support for this and possibly other proposal types?