aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/log_test.go
Commit message (Collapse)AuthorAgeFilesLines
* core/types: use gencodec for JSON marshaling codeFelix Lange2017-03-071-1/+2
|
* core/vm: move Log to core/typesFelix Lange2017-01-061-0/+131
This significantly reduces the dependency closure of ethclient, which no longer depends on core/vm as of this change. All uses of vm.Logs are replaced by []*types.Log. NewLog is gone too, the constructor simply returned a literal.