Jonathan Brown

Results 7 issues of Jonathan Brown

``` /root/eth-netstats/node_modules/ws/lib/Receiver.js:386 default: srcBuffer.copy(dstBuffer, dstOffset, 0, length); break; ^ RangeError: out of range index at RangeError (native) at fastCopy (/root/eth-netstats/node_modules/ws/lib/Receiver.js:386:24) at Receiver.add (/root/eth-netstats/node_modules/ws/lib/Receiver.js:86:3) at Socket.realHandler (/root/eth-netstats/node_modules/ws/lib/WebSocket.js:800:20) at emitOne (events.js:96:13) at...

It is currently possible to do this: ``` pragma solidity ^0.4.3; contract Constants { uint constant FLAG = 0x1; } contract Test is Constants { function x() returns (uint) {...

help wanted
feature
annoys users :cry:

EIP1155 and Uniswap would be a match made in heaven! https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1155.md

ethjs is currently in NPM It would be great if it was in bower also.

I multiple tests are modifying and testing address balances the order of the tests becomes important. This causes problems when adding more tests, because the order may change. The state...

`make link`: ``` cargo build --release Finished release [optimized] target(s) in 0.0 secs ln -s /home/jbrown/ethrun/target/release/ethrun /usr/local/bin/ ln: failed to create symbolic link '/usr/local/bin/ethrun': Permission denied Makefile:6: recipe for target...