plugeth/eth
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
..
downloader eth/downloader: improve deliverNodeData (#3588) 2017-01-24 13:20:37 +01:00
fetcher core/types: remove redundant SignECDSA wrappers, rename to SignTx 2017-01-05 12:59:17 +01:00
filters event: deprecate TypeMux and related types 2017-01-25 16:25:57 +01:00
gasprice all: update license information 2016-11-09 02:51:34 +01:00
api_backend.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00
api.go cmd/geth, core: add support for recording SHA3 preimages (#3543) 2017-01-17 12:19:50 +01:00
backend_test.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00
backend.go Merge pull request #3579 from bas-vk/natspec 2017-01-17 14:38:57 +02:00
bad_block.go all: update license information 2016-11-09 02:51:34 +01:00
bind.go internal/ethapi: fix hex handling for eth_call input and eth_sendRawTransaction 2016-12-20 14:46:22 +01:00
db_upgrade.go all: update license information 2016-11-09 02:51:34 +01:00
handler_test.go cmd/geth, core: add support for recording SHA3 preimages (#3543) 2017-01-17 12:19:50 +01:00
handler.go event: deprecate TypeMux and related types 2017-01-25 16:25:57 +01:00
helper_test.go cmd/geth, core: add support for recording SHA3 preimages (#3543) 2017-01-17 12:19:50 +01:00
metrics.go eth, eth/downloader, eth/fetcher: delete eth/61 code 2016-07-22 13:17:19 +02:00
peer.go eth, eth/downloader: better remote head tracking 2016-07-25 15:14:14 +03:00
protocol_test.go all: fix spelling errors 2017-01-06 19:44:35 +02:00
protocol.go core: bugfix state change race condition in txpool (#3412) 2016-12-10 23:54:58 +01:00
sync_test.go eth: skip transaction handling during fast sync 2016-05-17 14:17:20 +03:00
sync.go Merge pull request #3413 from zsfelfoldi/light-topic4 2016-12-12 20:46:15 +01:00