aboutsummaryrefslogtreecommitdiffstats
path: root/eth/tracers
Commit message (Expand)AuthorAgeFilesLines
* all: simplify s[:] to s where s is a slice (#17673)Emil2018-09-151-4/+4
* core/vm: Hide read only flag from Interpreter interface (#17461)Paweł Bylica2018-09-081-1/+1
* all: simplify switches (#17267)Oleg Kovalov2018-07-301-6/+1
* eth/tracers: fix noop tracer (#17220)emile2018-07-232-3/+3
* tracers: fix err in 4byte, add some opcode analysis toolsMartin Holst Swende2018-06-205-3/+214
* eth/tracers: fix minor off-by-one error (#16879)Martin Holst Swende2018-06-052-15/+56
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-2/+1
* all: update license information (#16089)Felix Lange2018-02-142-2/+2
* all: update generated code (#15808)Felix Lange2018-01-081-20/+20
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-2/+2
* cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-2121-0/+2951