aboutsummaryrefslogtreecommitdiffstats
path: root/internal/ethapi/tracer_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-211-147/+0
* core/vm: Remove snapshot param from Interpreter.Run()Paweł Bylica2017-12-151-1/+1
* consensus, core/*, params: metropolis preparation refactorJeffrey Wilcke2017-05-181-1/+1
* core/vm: use uint64 instead of *big.Int in tracer (#3805)Yohann Leon2017-03-221-2/+2
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-2/+2
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-2/+2
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-2/+2
* 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