openethereum/ethcore/src/evm/interpreter
Gav Wood ccb62d3b55 Trace other types of calls (#1727)
* Trace through DELEGATECALL and CALLCODE

Add them to the JSON output and RLP database store.

* Fix tests.

* Fix all tests.

* Fix one more test.
2016-07-27 17:41:21 +02:00
..
gasometer.rs Optimizing mem gas cost 2016-07-11 13:22:25 +02:00
memory.rs Some obvious evm & uint optimizations (#1576) 2016-07-10 20:18:23 +02:00
mod.rs Trace other types of calls (#1727) 2016-07-27 17:41:21 +02:00
stack.rs Calculating gas using usize (if supplied gaslimit fits in usize) (#1518) 2016-07-05 15:15:44 +02:00