Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graphql: fix data races #26965

Merged
merged 25 commits into from
Mar 28, 2023
Merged

graphql: fix data races #26965

merged 25 commits into from
Mar 28, 2023

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    1704d68 View commit details
    Browse the repository at this point in the history
  2. fill in block.hash asap

    s1na committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    7321544 View commit details
    Browse the repository at this point in the history
  3. move up pending tx check

    s1na committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    0af22d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    edeaf6b View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. minor refactor

    s1na committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e0fb78a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    085b1b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. refactor resolveHeader

    s1na committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    2d1e94d View commit details
    Browse the repository at this point in the history
  2. fix test case

    s1na committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    73f5c51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9838e4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd16313 View commit details
    Browse the repository at this point in the history
  5. assume b.hash is always resolved

    s1na committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    37ea119 View commit details
    Browse the repository at this point in the history
  6. protect b.resolveHeader

    s1na committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    37f649b View commit details
    Browse the repository at this point in the history
  7. protect b.hash

    s1na committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    bd4934f View commit details
    Browse the repository at this point in the history
  8. Make tests table-driven

    s1na committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    2d1f1a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Add testcase for tx fields race

    s1na committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e6d233a View commit details
    Browse the repository at this point in the history
  2. Rm unnecessary resolveHeader

    s1na committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    620725a View commit details
    Browse the repository at this point in the history
  3. Protect resolving tx

    s1na committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    40965f8 View commit details
    Browse the repository at this point in the history
  4. Add testcases for account fields

    s1na committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    82dba96 View commit details
    Browse the repository at this point in the history
  5. Cache account fields

    s1na committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5ad2f47 View commit details
    Browse the repository at this point in the history
  6. add comment

    s1na committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4bebb33 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. use b.Hash()

    s1na committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    346929c View commit details
    Browse the repository at this point in the history
  2. move pending tx check down

    s1na committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f491adc View commit details
    Browse the repository at this point in the history
  3. protect t.block

    s1na committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    47cd610 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f912eb View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. rm unnecessary lock

    s1na committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    163e8b1 View commit details
    Browse the repository at this point in the history