Closed Latrasis closed 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
entry_id
0
address
Returns Nothing
Trap conditions
Currently the kernel has a constructor that acts as #new, the only thing left to implement is validation and documentation.
#new
Done with 3656bbd
Based on previous work in beaker-evm we need to:
Kernel#new
methodkernel#new
Should initialize a new kernel instance with new entry procedure
Parameters
entry_id
: uint192, the entry procedure id, must not be0
address
: uint192, the entry procedure contract addressReturns Nothing
Trap conditions
0
results in revert0
results in revert