Jacob Payne

Results 13 comments of Jacob Payne

Not sure how this could be handled, looks like a `solc` argument.

@haydenadams Sorry about that, I've had my hands full lately. I'll try to fix what I can. I stopped using Atom for VS Code, so I'll have to reinstall Atom...

We could use https://github.com/duaraghav8/Solium, but i'm at a bottleneck. You are welcome to try. :)

@travs: That's awesome! Thank you!

Should be fixed at: 5dcb586434d668. Let me know if any errors persist.

> I have a solution for this. We can use the same mechanism as `cap9_syscall_low` and introduce `cap9_maxgas_call_code` and the like. In the same way we can control the exact...

Ok let's put this on hold for now.

@JakeOShannessy: Let's put this on hold for now, until [preliminary issues are done](https://github.com/Daohub-io/cap9/milestone/4). If not, we can skip it.

@17451k: Yes, the input should be checked. If the system call is malformed the kernel should call [`REVERT`](https://ethereum.github.io/yellowpaper/paper.pdf#subsection.H.2) which sends [`false`](https://solidity.readthedocs.io/en/v0.4.21/units-and-global-variables.html?highlight=delegatecall#address-related) to the caller procedure.

Putting this on hold due to difficulty and low priority.