Jacob Payne
Jacob Payne
Status?
Hi there! I found this and wondering what's the status of this? Does it work? Do you need any help?
We need a `new-procedure` command for setting up a new procedure code. ## New-Procedure Command Parameters: * `` - Name of new procedure Output: * Creates of new cargo project...
Based on #9, we need to decide how procedures can be owned and destroyed. This can either be done through some sort of code injection, or we simply don't handle...
At the current moment, each syscall costs an additional `DELEGATECALL`. Such that if we where to write to n storage keys, we would have to make a `DELEGATECALL` for each...
From @17451k: > ..possible integer overflow in _procRegSystemCall function from the Kernel.sol file. There is a piece of code that calculates the length of the capabilities array in bytes: >...
From @17451k: Test `S() should fail when trying to write to an address below its cap` from the `kernel-evm1/test/withoutentryproc/syscalls/write.js` file is successfully failing with `SysCallResponse.WRITEFAILURE`, like it is supposed to...
We need to handle the scenario where there's unsafe stack data that we can't be sure is unreachable. Static Jumps are only jumps with a `PUSH1` behind. Every other jump...
We need to look into if we can address a gas-limit-attack. https://github.com/zmitton/eth-heap