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

runfix: reduce number of calls to getSubconversation #14626

Merged
merged 3 commits into from
Feb 6, 2023

Conversation

PatrykBuniX
Copy link
Contributor

Reduce a number of calls to getSubconversation endpoint. Previously we were using the endpoint to get the fresh list of conversation members. Currently we use corecrypto.getClientIds to get the list of members we send to AVS via setEpochInfo. This way we're sure we update avs with the state we really have not what we get from backend.

@codecov
Copy link

codecov bot commented Feb 6, 2023

Codecov Report

Merging #14626 (1db3d9a) into dev (a61e558) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##              dev   #14626      +/-   ##
==========================================
- Coverage   42.58%   42.57%   -0.01%     
==========================================
  Files         615      615              
  Lines       21029    21032       +3     
  Branches     4810     4810              
==========================================
  Hits         8955     8955              
- Misses      10959    10962       +3     
  Partials     1115     1115              

@PatrykBuniX PatrykBuniX merged commit 496751e into dev Feb 6, 2023
@PatrykBuniX PatrykBuniX deleted the refactor/reduce-subconversation-calls branch February 6, 2023 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants