plugeth/light
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
..
lightchain_test.go core, core/state, trie: EIP158, reprice & skip empty account write 2016-11-13 10:44:04 +01:00
lightchain.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00
odr_test.go cmd/geth, core: add support for recording SHA3 preimages (#3543) 2017-01-17 12:19:50 +01:00
odr_util.go les, light: add block availability check for ODR requests 2016-12-10 09:53:25 +01:00
odr.go les, light: add block availability check for ODR requests 2016-12-10 09:53:25 +01:00
state_object.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00
state_test.go core, core/state, trie: EIP158, reprice & skip empty account write 2016-11-13 10:44:04 +01:00
state.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00
trie.go light: light chain, VM env and tx pool 2016-11-09 02:12:53 +01:00
txpool_test.go cmd/geth, core: add support for recording SHA3 preimages (#3543) 2017-01-17 12:19:50 +01:00
txpool.go event: deprecate TypeMux and related types 2017-01-25 16:25:57 +01:00
vm_env.go cmd/geth, core: add support for recording SHA3 preimages (#3543) 2017-01-17 12:19:50 +01:00