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

chore: dont penalize on dropped connections #4031

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Aug 2, 2023

we're currently penalizing on dropped connections/closed channels

this is not useful since the connection to the peer is already terminated at that point

@mattsse mattsse requested a review from Rjected as a code owner August 2, 2023 12:22
@mattsse mattsse added the A-networking Related to networking in general label Aug 2, 2023
@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Merging #4031 (fecbd11) into main (9510a5c) will increase coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

Files Changed Coverage Δ
crates/net/network/src/transactions.rs 50.78% <0.00%> (ø)

... and 7 files with indirect coverage changes

Flag Coverage Δ
integration-tests 16.53% <0.00%> (-0.01%) ⬇️
unit-tests 64.08% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
reth binary 25.84% <ø> (ø)
blockchain tree 83.04% <ø> (ø)
pipeline 90.10% <ø> (ø)
storage (db) 74.30% <ø> (ø)
trie 94.70% <ø> (ø)
txpool 47.36% <ø> (ø)
networking 77.47% <0.00%> (+0.03%) ⬆️
rpc 58.28% <ø> (ø)
consensus 63.50% <ø> (ø)
revm 32.71% <ø> (ø)
payload builder 6.58% <ø> (ø)
primitives 88.00% <ø> (+<0.01%) ⬆️

@mattsse mattsse force-pushed the matt/dont-penalize-already-dropped branch from 3fd0877 to fecbd11 Compare August 2, 2023 14:00
Copy link
Member

@rkrasiuk rkrasiuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mattsse mattsse added this pull request to the merge queue Aug 2, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 2, 2023
@mattsse mattsse added this pull request to the merge queue Aug 2, 2023
Merged via the queue into main with commit 8c70524 Aug 2, 2023
24 checks passed
@mattsse mattsse deleted the matt/dont-penalize-already-dropped branch August 2, 2023 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-networking Related to networking in general
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants