-
Notifications
You must be signed in to change notification settings - Fork 201
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
v1.18: reverts back in SocketAddr dedup in retransmit stage (backport of #1106) #1225
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v1.18 #1225 +/- ##
=========================================
- Coverage 81.6% 81.6% -0.1%
=========================================
Files 827 827
Lines 225352 225364 +12
=========================================
- Hits 184043 184030 -13
- Misses 41309 41334 +25 |
@CriesofCarrots @sakridge mind taking a look? i approved the master pr |
node.contact_info()? | ||
.tvu(protocol) | ||
.ok() | ||
.filter(|addr| addrs.get(addr) == Some(&node.pubkey())) |
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.
Comment explaining were deduping addresses would be nice
… of anza-xyz#1106) (anza-xyz#1225) reverts back in SocketAddr dedup in retransmit stage (anza-xyz#1106) This was erronously deemed as unnecessary and removed in: anza-xyz#864 The commit partially reverts anza-xyz#864 and adds back socket-addr dedup. (cherry picked from commit fbe1dbc) Co-authored-by: behzad nouri <behzadnouri@gmail.com>
Problem
This was erronously deemed as unnecessary and removed in: #864
Summary of Changes
The commit partially reverts #864 and adds back socket-addr dedup.
This is an automatic backport of pull request #1106 done by [Mergify](https://mergify.com).