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

Refactor logsFilter to prevent concurrent map fatal errors #10672

Merged
merged 2 commits into from
Jun 11, 2024

Commits on Jun 10, 2024

  1. Move SyncMap to erigon-lib and refactor logsFilter to prevent concurrent

    map fatal errors
    
    - Moved SyncMap to erigon-lib common library for use across packages
      requiring thread-safe maps.
    - Refactored logsFilter to use SyncMap, addressing and fixing fatal
      errors related to concurrent map read and map write.
    - Added documentation for SyncMap usage and related refactored
      components.
    bretep committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d2f3182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c8bb90 View commit details
    Browse the repository at this point in the history