Jake O'Shannessy

Results 9 issues of Jake O'Shannessy

The selection of the range in the `build_ranged` method seems to be changing the values I'm plotting. The next two plots use identical data but simply use different ranges for...

bug

Our current circleci config is quite verbose because it needs to handle a bunch of base dependencies like gcc, ssl, cmake etc. It would be much simpler if we could...

There is a strange error occurring when passing the full code data from the kernel (that is using EXTCODECOPY) to a client. I'm not sure what it causing it, but...

A-code
C-bug

As part of a syscall (or any call) we usually pass the value of the `GAS` call, which is equivalent to allowing the called contract to use as much of...

T-ewasm
S-blocked

This is part of the validation process. WASM has a concept of indirect calls which we don't currently check for in the validation code. This should be just some extra...

T-ewasm
S-blocked

This issue is based on a comment in #129. When registering a procedure which previously existed there is a potential for the newly registered procedure to inherit the capabilities of...

T-evm

It uses web3-1.0, and even the simplest cases go from 1000 ms to about 50 ms, and solves the issues I've been having testing with parity.

T-evm
P-low
S-blocked

Implement the execution guard as defined in the spec. This could be quite difficult, as in Solidity the start of the contract is defined by the compiler, and we don't...

T-evm
T-ewasm

**Describe the bug** `gdImageGifAnimAdd` adds a new frame to an animated GIF that is being produced. One of the parameters (`previm`) to this function is the previous frame that was...