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

Fix bug in provider cache aggregation rage loop #68

Merged
merged 1 commit into from
Jun 28, 2023

Commits on Jun 28, 2023

  1. Fix bug in provider cache aggregation rage loop

    The loop responsible for aggregating contextual and chain level extended
    providers ranges over the values fetched from indexers, passes the
    values by reference but does not redeclare the value in each iteration.
    
    Redeclare the value to make sure future iterations do not alter the
    providers already added to slice.
    
    While at it fix similar issues in other places.
    masih committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f2c09c8 View commit details
    Browse the repository at this point in the history