Daohub-io / cap9

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

Kernel Interface Update #120

Closed Latrasis closed 5 years ago

Latrasis commented 5 years ago

Following #118, we need to update theIKerneland Kernel contract interface in Kernel.sol to follow the spec in #113. This includes:

JakeOShannessy commented 5 years ago

Minor adjustment, we can't setKernelAddress as it is fixed.

JakeOShannessy commented 5 years ago

The kernelAddress functions will depend on the correct constructor, to be implemented as defined in #130.

Latrasis commented 5 years ago

Closing with #129, we can address #130 separately.