quorum/miner
Felix Lange 9b62facdd4 event: deprecate TypeMux and related types
The Subscription type is gone, all uses are replaced by
*TypeMuxSubscription. This change is prep-work for the
introduction of the new Subscription type in a later commit.

   gorename -from '"github.com/ethereum/go-ethereum/event"::Event' -to TypeMuxEvent
   gorename -from '"github.com/ethereum/go-ethereum/event"::muxsub' -to TypeMuxSubscription
   gofmt -w -r 'Subscription -> *TypeMuxSubscription' ./event/*.go
   find . -name '*.go' -and -not -regex '\./vendor/.*' \| xargs gofmt -w -r 'event.Subscription -> *event.TypeMuxSubscription'
2017-01-25 16:25:57 +01:00
..
agent.go eth: accept leading zeros for nonce parameter of submitWork (#3558) 2017-01-13 00:37:23 +01:00
miner.go miner: fix data race on setting etherbase/extradata 2016-12-13 14:04:05 +02:00
remote_agent.go eth: accept leading zeros for nonce parameter of submitWork (#3558) 2017-01-13 00:37:23 +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 event: deprecate TypeMux and related types 2017-01-25 16:25:57 +01:00