spec-repo icon indicating copy to clipboard operation
spec-repo copied to clipboard

Deprecate Deferred Transactions: Does eosio.msig still require privilaged permissions?

Open lukapercic opened this issue 5 years ago • 2 comments

Deprecate Deferred Transactions: Alternatives Just a quick question; under "Alternatives", there is a proposal to modify the eosio.msig contract. Would this by any chance remove the need for eosio.msig to stay privileged?

If not, is there any (future) proposal that might address that?

lukapercic avatar Sep 26 '19 15:09 lukapercic

eosio.msig uses sudo authority to act on behalf of other native accounts. Only privileged contracts may do this.

tbfleming avatar Sep 26 '19 15:09 tbfleming

Alternatively (this should work with existing msig, but is untested):

  • Install msig on a unprivileged account
  • Add [email protected] to all authorities that msig needs to act as

tbfleming avatar Sep 26 '19 15:09 tbfleming