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

Use LRU in connection-cache #24109

Merged

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    d16cd99 View commit details
    Browse the repository at this point in the history
  2. Get rid of test_connection_cache test, since that simply tests that o…

    …ur home-grown least-recently-used cache works properly. Now that we've switched to using the LRU package, it's better to rely on the tests in the package itself
    ryleung-solana committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    2f7f4dd View commit details
    Browse the repository at this point in the history
  3. Fix build

    ryleung-solana committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    0b3a4bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fc8750 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acbd5c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Small refactoring

    ryleung-solana committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    d150fbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6365e56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33a3847 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb441e9 View commit details
    Browse the repository at this point in the history