-
Notifications
You must be signed in to change notification settings - Fork 45
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: use bad peer removal logic only for lightpush and filter and option to restart missing message verifier #1244
Conversation
Jenkins BuildsClick to see older builds (13)
|
be7eb68
to
5322d34
Compare
c6c6479
to
6bdf125
Compare
484e141
to
9cdf9ec
Compare
9cdf9ec
to
213d382
Compare
aadfbd6
to
26bbb69
Compare
26bbb69
to
313c6bf
Compare
299c471
to
692b862
Compare
…nd restart for missing msg verifier
692b862
to
e0a9ae0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
You crossed out
But it is not reflected in PR title. Is that in or out? (hopefully out) |
I did update the PR title to not include it :) Weird if you are still seeing it in the title . Current title is Could be some state update issue in github? |
Description
Bunch of fixes and changes that help with offline state.
Changes
Added functionality to specify preferred-peers for filter. One of the peers used for filter subscription out of n will be randomly chosen from list of preferred peers.Tests
Being dogfooded status-im/status-mobile#21172 for various network disconnection/switch scenarios.