Daohub-io / cap9

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

Procedure Table Update #119

Closed Latrasis closed 5 years ago

Latrasis commented 5 years ago

Following #118, we need to update the Procedure Table in ProcedureTable.sol to #113 spec including:

This likely will break tests, so this includes fixing tests as well.

JakeOShannessy commented 5 years ago

If you're currently working on Register Procedure it probably wouldn't make sense to do this at the same time as it will trample a lot of toes. We should do this once register and delete have had their updates.

JakeOShannessy commented 5 years ago

Being addressed in #129.

JakeOShannessy commented 5 years ago

This is complete as of #129.

Latrasis commented 5 years ago

Addressed in #129