plugeth/graphql
Sina Mahmoodi a236e03d00
graphql: fix data races (#26965)
Fixes multiple data races caused by the fact that resolving fields are done concurrently by the graphql library. It also enforces caching at the stateobject level for account fields.
2023-03-28 03:08:10 -04: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: fix data races (#26965) 2023-03-28 03:08:10 -04:00
graphql.go graphql: fix data races (#26965) 2023-03-28 03:08:10 -04:00
schema.go graphql: add raw fields to block and tx (#24816) 2022-05-17 11:31:17 +03:00
service.go graphql, node, rpc: improve HTTP write timeout handling (#25457) 2022-12-07 14:02:14 +01:00