quorum/eth/filters
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
..
api.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00
api_test.go
filter.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00
filter_system.go event: deprecate TypeMux and related types 2017-01-25 16:25:57 +01:00
filter_system_test.go all: fix spelling errors 2017-01-06 19:44:35 +02:00
filter_test.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00