erigon-pulse/graphql
rene a0af38304e cmd/geth, node: allow configuring JSON-RPC on custom path prefix (#22184)
This change allows users to set a custom path prefix on which to mount the http-rpc
or ws-rpc handlers via the new flags --http.rpcprefix and --ws.rpcprefix.

Fixes #21826

Co-authored-by: Felix Lange <fjl@twurst.com>
# Conflicts:
#	cmd/geth/main.go
#	cmd/geth/usage.go
#	cmd/utils/flags.go
#	go.sum
#	graphql/graphql_test.go
#	node/node_test.go
#	node/rpcstack_test.go
2021-03-09 13:58:42 +01:00
..
graphiql.go common, graphql: fix hash/address decoding + UI content type 2019-09-10 12:20:36 +03:00
graphql_test.go cmd/geth, node: allow configuring JSON-RPC on custom path prefix (#22184) 2021-03-09 13:58:42 +01:00
graphql.go graphql: change receipt status to decimal instead of hex (#22187) 2021-03-09 12:36:40 +01:00
schema.go graphql: fix issue with unmarshalling int32 into Long type #22153 2021-03-09 10:33:20 +01:00
service.go graphql: always return 400 if errors are present in the response (#21882) 2021-03-08 12:35:52 +01:00