quorum/miner
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
..
agent.go miner: Move CpuAgent channel creation from Start() to initialization (fixes #2948) 2016-08-26 00:12:17 +10:00
miner.go miner: fix data race on setting etherbase/extradata 2016-12-13 14:04:05 +02:00
remote_agent.go eth, miner: verify PoW in the remote agent to notify submitter (#3438) 2016-12-20 02:14:36 +01:00
unconfirmed.go miner: rename pending to unconformed, add bounds and ops tests 2016-12-13 15:10:52 +02:00
unconfirmed_test.go miner: rename pending to unconformed, add bounds and ops tests 2016-12-13 15:10:52 +02:00
worker.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00