Daohub-io / cap9

Capability-based security protocol for smart contracts
Apache License 2.0
22 stars 10 forks source link

Lib proc reg #89

Closed Latrasis closed 5 years ago

Latrasis commented 5 years ago

For #proc_reg() in #81.

Seems that the current #proc_reg implementation is taking a capability list, which is counter to having a seperate #proc_cap_push syscall. Let's keep the #proc_reg cap list input, but then remove it once we have #proc_cap_push implemented next.