• Felix Lange's avatar
    event: deprecate TypeMux and related types · 9b62facd
    Felix Lange authored
    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'
    9b62facd
Name
Last commit
Last update
..
downloader Loading commit data...
fetcher Loading commit data...
filters Loading commit data...
gasprice Loading commit data...
api.go Loading commit data...
api_backend.go Loading commit data...
backend.go Loading commit data...
backend_test.go Loading commit data...
bad_block.go Loading commit data...
bind.go Loading commit data...
db_upgrade.go Loading commit data...
handler.go Loading commit data...
handler_test.go Loading commit data...
helper_test.go Loading commit data...
metrics.go Loading commit data...
peer.go Loading commit data...
protocol.go Loading commit data...
protocol_test.go Loading commit data...
sync.go Loading commit data...
sync_test.go Loading commit data...