spec-repo
spec-repo copied to clipboard
Deprecate Deferred Transactions: Does eosio.msig still require privilaged permissions?
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?
eosio.msig uses sudo authority to act on behalf of other native accounts. Only privileged contracts may do this.
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