aboutsummaryrefslogtreecommitdiffstats
path: root/internal/ethapi/tracer_test.go
Commit message (Expand)AuthorAgeFilesLines
* core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-1/+3
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-8/+8
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-011-1/+1
* internal/ethapi: Fix bug in opCodeWrapper usageNick Johnson2016-08-241-5/+20
* internal/ethapi: Improve tracer error reporting and serializationNick Johnson2016-08-241-2/+2
* core/vm, eth: Add support for javascript trace functionsNick Johnson2016-08-231-0/+186