quorum/ethclient
Felix Lange 7731061903 core/vm: move Log to core/types
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.
2017-01-06 14:15:22 +01:00
..
ethclient.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00
ethclient_test.go ethclient, ethereum: add NotFound, split transactions out of ChainReader 2016-12-05 10:57:11 +01:00