Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
graphql: fix data races (ethereum#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.
- Loading branch information