go-ethereum/graphql
Sina Mahmoodi 2f98dd3838
graphql: encode Long values as hex (#26894)
This is a breaking GraphQL API change. All numeric values are now encoded as
hex strings. The motivation for this change is matching JSON-RPC outputs more
closely.

Numbers in query parameters are accepted as both decimal integers and hex strings.
2023-04-25 14:02:54 +02:00
..
graphiql.go all: use http package to replace http method names (#26535) 2023-01-24 11:12:25 +02:00
graphql_test.go graphql: encode Long values as hex (#26894) 2023-04-25 14:02:54 +02:00
graphql.go graphql: encode Long values as hex (#26894) 2023-04-25 14:02:54 +02:00
schema.go graphql: encode Long values as hex (#26894) 2023-04-25 14:02:54 +02:00
service.go graphql, node, rpc: improve HTTP write timeout handling (#25457) 2022-12-07 14:02:14 +01:00