cosmos-multisig-ui
cosmos-multisig-ui copied to clipboard
Feature Request: Add msg authz grant and revoke
till #129 is ready and can allow encoding of arbitrary types, we can have authz grant and revoke, so multisig participants can use UI for certain msg types by giving authz to any address ( for a day or so) and optionally revoking it if the address is corrupted.
oh its a part of #99 ! cosmos-sdk chains 47.x + support authz via ledgers (most of them are)
It looks like CosmJS does not yet support signing those with ledgers https://github.com/cosmos/cosmjs/blob/main/packages/stargate/src/modules/authz/aminomessages.ts
Not yet solved, but added to #99