daostack / access_control

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

Use the contract as a service pattern #5

Open tsuberim opened 6 years ago

tsuberim commented 6 years ago

Have one global contract that maintains all keys and locks so contracts can share locks and interact in more interesting ways.

ben-kaufman commented 6 years ago

Sounds pretty good. I think we should start exploring this option as it's an important change to the core logic.

ben-kaufman commented 6 years ago

@leviadam @orenyodfat what do you think?

leviadam commented 6 years ago

I think the CaaS form is not a very good fit here. Because this was built as a piece a contract inherits. I can think of ways to do it, but I think for the first version (and for the EIP) this is better.