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: and optimising fetching membership events #706

Merged
merged 10 commits into from
Sep 7, 2023
Merged

fix: and optimising fetching membership events #706

merged 10 commits into from
Sep 7, 2023

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    61408d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfddd77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c5067e View commit details
    Browse the repository at this point in the history
  4. refactor: usage of rlnInstance,rootTracker,groupManager

    rlnInstance, rootTrack were previously created while creating rlnRelay
    but were assigned to groupManager on Start of rlnRelay. This created
    unncessary dependency of passing them to static and dynamic group
    manager.
    Web3Config uses interface EthClientI for client, so that we can pass
    mock client for testing MembershipFetcher.
    harsh-98 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    810ff5f View commit details
    Browse the repository at this point in the history
  5. fix: failing test

    harsh-98 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    fc8c127 View commit details
    Browse the repository at this point in the history
  6. fix: lint error

    harsh-98 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e90f8f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07a1103 View commit details
    Browse the repository at this point in the history
  8. fix: failing race test

    harsh-98 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1e4264b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c7d695 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d00f053 View commit details
    Browse the repository at this point in the history