Files
go-ethereum/accounts/abi
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
..
2017-01-06 14:15:22 +01:00
2015-07-23 18:35:11 +02:00
2016-04-15 09:48:05 +02:00