Skip to content

Commit

Permalink
graphql: fix data races (ethereum#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 and mmsqe committed Dec 7, 2023
1 parent af1c428 commit 7bf89bd
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 171 deletions.
Loading

0 comments on commit 7bf89bd

Please sign in to comment.