Closed Latrasis closed 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.
Being addressed in #129.
This is complete as of #129.
Addressed in #129
Following #118, we need to update the Procedure Table in
ProcedureTable.sol
to #113 spec including:CAP_PROC_CAP_PUSH
andCAP_PROC_CAP_DELETE
#_getProcedureByKey
#insert
and#remove
#_check{Call,Register,Delete,SetEntry,Write,Log,AccountCall}Capability
This likely will break tests, so this includes fixing tests as well.