openethereum/ethcore/src/evm
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
..
benches Calculating gas using usize (if supplied gaslimit fits in usize) (#1518) 2016-07-05 15:15:44 +02:00
interpreter Trace other types of calls (#1727) 2016-07-27 17:41:21 +02:00
evm.rs Removing overflow_div since it's not used 2016-07-11 14:52:56 +02:00
ext.rs Trace other types of calls (#1727) 2016-07-27 17:41:21 +02:00
factory.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
instructions.rs Getting rid of get_info 2016-07-12 10:28:42 +02:00
jit.rs Fixing jit compilation 2016-06-23 14:46:33 +02:00
mod.rs Getting rid of get_info 2016-07-12 10:28:42 +02:00
schedule.rs Removed DAO soft fork traces (#1639) 2016-07-16 19:49:52 +02:00
tests.rs Trace other types of calls (#1727) 2016-07-27 17:41:21 +02:00