plugeth/graphql
rene 07d909ff32
node: allow websocket and HTTP on the same port (#20810)
This change makes it possible to run geth with JSON-RPC over HTTP and
WebSocket on the same TCP port. The default port for WebSocket
is still 8546. 

    geth --rpc --rpcport 8545 --ws --wsport 8545

This also removes a lot of deprecated API surface from package rpc.
The rpc package is now purely about serving JSON-RPC and no longer
provides a way to start an HTTP server.
2020-04-08 13:33:12 +02:00
..
graphiql.go common, graphql: fix hash/address decoding + UI content type 2019-09-10 12:20:36 +03:00
graphql_test.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
graphql.go graphql: add transaction signature values (#20623) 2020-02-09 21:50:44 +01:00
schema.go graphql: add transaction signature values (#20623) 2020-02-09 21:50:44 +01:00
service.go node: allow websocket and HTTP on the same port (#20810) 2020-04-08 13:33:12 +02:00