Joris Bontje

Results 19 comments of Joris Bontje

The contracts and libraries are deprecated. The CLL language has since change into Serpent 2.0 (there is a Serpent 3.0 in the works): https://github.com/ethereum/wiki/wiki/Serpent

I agree with the prefererence of moving away from the `assert` way, but I'd rather use `pytest`, `nosetest` or `unittest` compatible assertions over implementing our own. For maintenance, idiomatic and...

Yeah good point. Previously they did, but that required some redesign. On Mar 31, 2014 5:46 PM, "Jasper den Ouden" [email protected] wrote: > Okay, you should do what you think...

Good suggestions, hard to address specifics since there are so many :) A couple of your suggestions are already implemented as part of .load: see the subcurrency example for the...

To properly handle balanced and fees we'd have to simulate the entire EVM. This is on the road map, but long term.

@kumavis @wanderer I don't really need `coinbase` actually, but I have it on my command line testing tools to verify if mining is working and which of my node(s) is...

... except that BLOCK.NONCE is no longer available

https://github.com/jakemmarsh/angularjs-gulp-browserify-boilerplate/

`recordFrames` seems to depend on `gif` to be defined... but when doing that, the `saveScreenshot` function seems to be missing an actual implementation: https://github.com/ftsf/nico/blob/master/nico/backends/sdl2.nim#L740-L747

To reproduce on a vanilla ubuntu:15.10 docker container with: ``` apt update apt install -y curl curl -sL https://deb.nodesource.com/setup_5.x | bash apt install -y nodejs git build-essential python cd $HOME...