daostack / access_control

GNU General Public License v3.0
1 stars 1 forks source link

Solve capability escalation issue #3

Closed tsuberim closed 6 years ago

tsuberim commented 6 years ago

Figure out how to merge keys in both and efficient and correct way (i.e. the receiver gains no more capabilities than what he had at the beginning and what the sender transferred to him).

tsuberim commented 6 years ago

Can save an array of keys for each id-address pair and append to it on transfer.

leviadam commented 6 years ago

This was resolved in the discussion in #10