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

Txpool state cache #7046

Merged
merged 15 commits into from
May 20, 2024
Merged

Txpool state cache #7046

merged 15 commits into from
May 20, 2024

Commits on May 17, 2024

  1. Intra-block cache

    benaadams committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9d5b9f6 View commit details
    Browse the repository at this point in the history
  2. Clear storage

    benaadams committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a5d47e7 View commit details
    Browse the repository at this point in the history
  3. Shrink code cache

    benaadams committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c448f5c View commit details
    Browse the repository at this point in the history
  4. Shrink caches

    benaadams committed May 17, 2024
    Configuration menu
    Copy the full SHA
    52c34a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1340d89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4448af0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. TxPool state cache

    benaadams committed May 18, 2024
    Configuration menu
    Copy the full SHA
    4e9e7b9 View commit details
    Browse the repository at this point in the history
  2. Have cache as one metric

    benaadams committed May 18, 2024
    Configuration menu
    Copy the full SHA
    110c75f View commit details
    Browse the repository at this point in the history
  3. Fix tests

    benaadams committed May 18, 2024
    Configuration menu
    Copy the full SHA
    1d375a3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    3221d7a View commit details
    Browse the repository at this point in the history
  2. Merge conflict

    benaadams committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6648da8 View commit details
    Browse the repository at this point in the history
  3. Feedback

    benaadams committed May 20, 2024
    Configuration menu
    Copy the full SHA
    77bab5b View commit details
    Browse the repository at this point in the history
  4. Invert the condition

    benaadams committed May 20, 2024
    Configuration menu
    Copy the full SHA
    be28b5f View commit details
    Browse the repository at this point in the history
  5. Use arraypoollist

    benaadams committed May 20, 2024
    Configuration menu
    Copy the full SHA
    559cad9 View commit details
    Browse the repository at this point in the history
  6. Wrong initalization

    benaadams committed May 20, 2024
    Configuration menu
    Copy the full SHA
    480c11f View commit details
    Browse the repository at this point in the history