aboutsummaryrefslogtreecommitdiffstats
path: root/internal/ethapi/tracer_test.go
Commit message (Expand)AuthorAgeFilesLines
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-3/+3
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-59/+6
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-6/+3
* 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