EOSIO / spec-repo

EOSIO Specifications Repository
MIT License
40 stars 8 forks source link

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

Open lukapercic opened 5 years ago

lukapercic commented 5 years ago

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?

tbfleming commented 5 years ago

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

tbfleming commented 5 years ago

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