Conor Scott

Results 3 issues of Conor Scott

I worked on a similar project almost two years ago: https://github.com/conscott/draw_mempool and always told myself I needed to re-implement it for the browser, and it looks like you've done just...

enhancement

It seems [a new version](https://github.com/souffle-lang/souffle/releases) of souffle was released recently and [build_souffle.sh](https://github.com/eth-sri/securify/blob/master/build_souffle.sh) fails with this new version. Uninstalling v1.7 and installing v1.6.2 seemed to fix this, and I was able...

If you have a function that returns a tuple like ``` def thing(): return 1, 2, 3 ``` An exception is thrown in compilation [here](https://github.com/CityOfZion/neo-boa/blob/master/boa/code/vmtoken.py#L230-L231)

enhancement