cosmos-multisig-ui icon indicating copy to clipboard operation
cosmos-multisig-ui copied to clipboard

Support for various common message types

Open webmaster128 opened this issue 1 year ago • 2 comments

  • [x] Bank
    • [x] Send
  • [x] Staking
    • [x] Delegate (fixed in https://github.com/cosmos/cosmos-multisig-ui/pull/89)
    • [x] Claim rewards, Undelegate, Redelegate (#95)
    • [x] Set Withdraw address (#123)
  • [x] Vesting
    • [x] Create vesting accounts (#126)
  • [x] IBC
    • [x] MsgTransfer (https://github.com/cosmos/cosmos-multisig-ui/issues/127)
  • [x] Governance
    • [x] MsgVote
  • [x] Distribution
    • [x] MsgFundCommunityPool
  • [x] CosmWasm (https://github.com/cosmos/cosmos-multisig-ui/pull/158)
    • [x] Execute
    • [x] Instantiate/Instantiate2
    • [x] Migrate
    • [x] MsgUpdateAdmin
  • [ ] Authz (not ready)
    • [ ] MsgGrant
    • [ ] MsgRevoke
    • [ ] MsgExec

webmaster128 avatar Apr 13 '23 10:04 webmaster128

possible to support funding community-pool? typically tx distribution fund-community-pool @webmaster128

laloquidity avatar Apr 25 '24 00:04 laloquidity

@laloquidity added support in #216.

abefernan avatar Jun 11 '24 12:06 abefernan