Daohub-io / cap9

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

Kernel Instance Instantiation #138

Closed Latrasis closed 5 years ago

Latrasis commented 5 years ago

Based on previous work in beaker-evm we need to:

kernel#new

Should initialize a new kernel instance with new entry procedure

Parameters

Returns Nothing

Trap conditions

Latrasis commented 5 years ago

Currently the kernel has a constructor that acts as #new, the only thing left to implement is validation and documentation.

Latrasis commented 5 years ago

Done with 3656bbd