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

v1.18: reverts back in SocketAddr dedup in retransmit stage (backport of #1106) #1225

Merged
merged 1 commit into from
May 14, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented May 7, 2024

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).

This was erronously deemed as unnecessary and removed in:
#864

The commit partially reverts #864 and adds back socket-addr dedup.

(cherry picked from commit fbe1dbc)
@mergify mergify bot requested review from a team as code owners May 7, 2024 15:22
@behzadnouri behzadnouri added the automerge automerge Merge this Pull Request automatically once CI passes label May 7, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 81.6%. Comparing base (a73b6cb) to head (d8e0332).

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     

@t-nelson
Copy link

t-nelson commented May 7, 2024

@CriesofCarrots @sakridge mind taking a look? i approved the master pr

@t-nelson t-nelson requested a review from gregcusack May 14, 2024 03:39
node.contact_info()?
.tvu(protocol)
.ok()
.filter(|addr| addrs.get(addr) == Some(&node.pubkey()))

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

@mergify mergify bot merged commit f3fa655 into v1.18 May 14, 2024
36 checks passed
@mergify mergify bot deleted the mergify/bp/v1.18/pr-1106 branch May 14, 2024 03:59
anwayde pushed a commit to firedancer-io/agave that referenced this pull request Jul 23, 2024
… 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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants