Closed Latrasis closed 5 years ago
Minor adjustment, we can't setKernelAddress
as it is fixed.
The kernelAddress functions will depend on the correct constructor, to be implemented as defined in #130.
Closing with #129, we can address #130 separately.
Following #118, we need to update the
IKernel
andKernel
contract interface inKernel.sol
to follow the spec in #113. This includes:IKernel
:CAP_PROC_CAP_{PUSH,DELETE}
#entryProcedure
with#getEntryProcedure
#kernelAddress
with#getKernelAddress
#currentProcedure
with#getCurrentProcedure
Kernel
:#setEntryProcedure
#setKernelAddress
and#setCurrentProcedure