Jacob Payne

Results 10 issues of Jacob Payne

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...

A-cli

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...

A-spec
C-tracking-issue
T-evm
T-ewasm
P-medium
S-blocked

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...

A-spec
T-evm
P-low

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: >...

A-code
C-bug
T-evm

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...

A-code
C-bug
T-evm

Migrate tests to truffle 5 as per #82

T-evm

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...

A-spec
A-code
T-evm
P-low

We need to look into if we can address a gas-limit-attack. https://github.com/zmitton/eth-heap

A-spec
S-blocked