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

WIP txHandler: do not rebroadcast to peers sent duplicate messages #5424

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from

Add except and exceptMany to reduce allocations

2fa4046
Select commit
Loading
Failed to load commit list.
Draft

WIP txHandler: do not rebroadcast to peers sent duplicate messages #5424

Add except and exceptMany to reduce allocations
2fa4046
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 28, 2024 in 0s

69.49% of diff hit (target 55.60%)

View this Pull Request on Codecov

69.49% of diff hit (target 55.60%)

Annotations

Check warning on line 228 in data/txDupCache.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txDupCache.go#L228

Added line #L228 was not covered by tests

Check warning on line 232 in data/txDupCache.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txDupCache.go#L230-L232

Added lines #L230 - L232 were not covered by tests

Check warning on line 241 in data/txDupCache.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txDupCache.go#L239-L241

Added lines #L239 - L241 were not covered by tests

Check warning on line 502 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L502

Added line #L502 was not covered by tests

Check warning on line 550 in network/wsNetwork.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

network/wsNetwork.go#L550

Added line #L550 was not covered by tests

Check warning on line 600 in network/wsNetwork.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

network/wsNetwork.go#L600

Added line #L600 was not covered by tests

Check warning on line 602 in network/wsNetwork.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

network/wsNetwork.go#L602

Added line #L602 was not covered by tests

Check warning on line 1605 in network/wsNetwork.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

network/wsNetwork.go#L1603-L1605

Added lines #L1603 - L1605 were not covered by tests