Skip to content

Commit

Permalink
graphql: fix data races (#26965)
Browse files Browse the repository at this point in the history
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
s1na authored Mar 28, 2023
1 parent fb8a3aa commit a236e03
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 171 deletions.
Loading

0 comments on commit a236e03

Please sign in to comment.