plugeth/graphql
Martin Holst Swende 96157a897b
graphql: fix spurious travis failure (#22166)
The tests sometimes failed with certain go versions because
the behavior of http.Server.Shutdown changed over time. A bug
that was fixed in Go 1.15 could cause active connections on unrelated
servers to close unexpectedly. This is fixed by avoiding use of the
same port number in all tests.
2021-01-13 22:43:07 +01:00
..
graphiql.go common, graphql: fix hash/address decoding + UI content type 2019-09-10 12:20:36 +03:00
graphql_test.go graphql: fix spurious travis failure (#22166) 2021-01-13 22:43:07 +01:00
graphql.go graphql: return decimal for estimateGas and cumulativeGas queries (#22126) 2021-01-06 17:19:16 +01:00
schema.go graphql: fix issue with unmarshalling int32 into Long type #22153 2021-01-11 14:55:42 +01:00
service.go graphql: always return 400 if errors are present in the response (#21882) 2020-11-25 10:19:36 +01:00