-
Notifications
You must be signed in to change notification settings - Fork 3.8k
DAWN-490 ⁃ Permission Management and Delegation #402
Comments
shelving this for the moment to deal with milestone issues. Basic command structure has been added to |
…ters can be properly managed on the stack. ref EOSIO#402
After playing with the new commands and setting up some permission scenarios, I realized it may be useful to add some permission options to existing commands allowing you to, for instance, use Noted in the list above |
Nicely structured issue! |
➤ Corey Lederer commented: Bart: After playing with the new commands and setting up some permission scenarios, I realized it may be useful to add some permission options to existing commands allowing you to, for instance, use ./eosc transfer to send EOS with something less than the @Active authority if such a structure has been set up. Noted in the list above |
➤ Corey Lederer commented: [~bart.wyatt] Do we have tickets covering the open issues in this ticket? |
fix issue EOSIO#400 extract signed_int from datastream
Motivation
Managing permissions needs to be streamlined from a user perspective so that the system can be used by contract developers to enable competitive features such as coordinated publishing of transactions authorized by multiple parties. This is a superset of equivalent features to existing technologies such as multi-sig contracts on ethereum and other platforms.
Sub-Tasks
eosc
permission interface@active
owner
permission for any messageeosc
scope
field of a pushed transaction from execution of a signed transactioneosc
to query inferredscope
from an RPC node before final signatureDeprecated Issues
This will include/deprecate and therefore close the following issues:
The text was updated successfully, but these errors were encountered: