cdetrio

Results 20 issues of cdetrio

See the image: ![ethstats - node type version appears blank](https://cloud.githubusercontent.com/assets/997681/19601873/503b5670-97ab-11e6-9fdd-d26a2a3a5b11.png) This is caused when web3.eth.coinbase is not set, since [node.js#L339](https://github.com/cubedro/eth-net-intelligence-api/blob/5d310fcdcdd628f597efaf112dfb99694d3e3226/lib/node.js#L339) will return an error: ``` > web3.eth.coinbase etherbase address must...

Its a bit more intuitive to derive the various constants from the minimal set of magic numbers.

Don't merge, for reference only,

When trying to import an unimplemented host function using wabt, the only error message is: ``` geth_evmc_test.go:143: evmc: contract validation failure ```

KEVM (https://github.com/kframework/evm-semantics) is an executable spec that is already capable of running test cases. Hive has a [consensus test runner](https://github.com/karalabe/hive/tree/master/simulators/ethereum/consensus), which is used to run consensus test suite against each...

rpc-compat is a Hive script for testing client compatibility against an RPC test suite. It lives here but hasn't been tried in quite some time: https://github.com/karalabe/hive/tree/master/simulators/ethereum/rpc-compat It would be nice...

evm2wasm is made up of two modules: generateInterface.js and index.js. The interface generator generates a library of wast files ("interface wast files", with each wast file corresponds to an EVM...

VM tests have been temporarily [turned off](https://github.com/ewasm/evm2wasm/blob/9349fbfa07fbc4113eec489c6b72b03b5ae7f2f6/circle.yml#L109) in CI. Turn them back on once ewasm-kernel is fixed (with correct endianness in EEI methods) and passing again.