openethereum/ethcore/src/json_tests
Gav Wood b17581d7de VM tracing and JSON RPC endpoint for it. (#1169)
* Groundwork for basic VM tracing.

* RPC endpoint for VM tracing and ser/de types ready.

* Create VMTracer trait.

* Rearchitected VM tracing to reflect existing tracing.

Should more or less work now.

* Integrated VM tracing into JSONRPC.

* Fix ethcore module tests.

* Add tests for VM tracing.

* Fix consensus test code.

* Fix mock tests.

* Added VM trace information for post-execution stuff.

* Fix max-value calls and add "creates" field to getTransaction.

* Tests for VM tracing.

* Don't implement the trait with unimplemented.

* Remove invlaid comment.

* Fix tests.
2016-06-02 12:40:31 +02:00
..
chain.rs all tests fixed 2016-05-31 22:24:32 +02:00
executive.rs VM tracing and JSON RPC endpoint for it. (#1169) 2016-06-02 12:40:31 +02:00
homestead_chain.rs added license in every *.rs file 2016-02-05 13:40:41 +01:00
homestead_state.rs added license in every *.rs file 2016-02-05 13:40:41 +01:00
mod.rs returning client to the place it should be, cleanup 2016-02-09 00:54:33 +03:00
state.rs CLI option for using JITEVM (#1103) 2016-05-19 00:44:49 +02:00
test_common.rs added license in every *.rs file 2016-02-05 13:40:41 +01:00
transaction.rs fixed homestead transition block number in transaction json-tests 2016-03-29 14:34:03 +02:00