aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/subscription_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: gofmt -w -s (#15419)ferhat elmas2017-11-081-1/+1
|
* rpc: fix megacheck warningsEgon Elbre2017-08-081-5/+11
|
* rpc: support subscriptions under custom namespacesBas van Kervel2017-04-251-0/+160
|
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-2/+1
| | | | | | | | | | There is no need to depend on the old context package now that the minimum Go version is 1.7. The move to "context" eliminates our weird vendoring setup. Some vendored code still uses golang.org/x/net/context and it is now vendored in the normal way. This change triggered new vet checks around context.WithTimeout which didn't fire with golang.org/x/net/context.
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-1/+1
| | | | | go get github.com/gordonklaus/ineffassign ineffassign .
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
|
* rpc: refactor subscriptions and filtersBas van Kervel2016-08-171-0/+165