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

network: p2p traffic exchange for algorand node #5939

Merged
merged 53 commits into from
Jun 28, 2024

config: document EnableP2PHybridMode takes precedence over EnableP2P

63bf1a9
Select commit
Loading
Failed to load commit list.
Merged

network: p2p traffic exchange for algorand node #5939

config: document EnableP2PHybridMode takes precedence over EnableP2P
63bf1a9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 25, 2024 in 1s

58.40% of diff hit (target 50.96%)

View this Pull Request on Codecov

58.40% of diff hit (target 50.96%)

Annotations

Check warning on line 285 in cmd/algod/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/algod/main.go#L285

Added line #L285 was not covered by tests

Check warning on line 754 in cmd/goal/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/goal/node.go#L754

Added line #L754 was not covered by tests

Check warning on line 698 in config/localTemplate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config/localTemplate.go#L698

Added line #L698 was not covered by tests

Check warning on line 704 in config/localTemplate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config/localTemplate.go#L703-L704

Added lines #L703 - L704 were not covered by tests

Check warning on line 295 in daemon/algod/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

daemon/algod/server.go#L290-L295

Added lines #L290 - L295 were not covered by tests

Check warning on line 628 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L628

Added line #L628 was not covered by tests

Check warning on line 672 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L672

Added line #L672 was not covered by tests

Check warning on line 702 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L702

Added line #L702 was not covered by tests

Check warning on line 721 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L721

Added line #L721 was not covered by tests

Check warning on line 780 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L779-L780

Added lines #L779 - L780 were not covered by tests

Check warning on line 783 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L782-L783

Added lines #L782 - L783 were not covered by tests

Check warning on line 787 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L785-L787

Added lines #L785 - L787 were not covered by tests

Check warning on line 792 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L792

Added line #L792 was not covered by tests

Check warning on line 794 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L794

Added line #L794 was not covered by tests

Check warning on line 798 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L797-L798

Added lines #L797 - L798 were not covered by tests

Check warning on line 800 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L800

Added line #L800 was not covered by tests

Check warning on line 804 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L803-L804

Added lines #L803 - L804 were not covered by tests

Check warning on line 807 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L807

Added line #L807 was not covered by tests

Check warning on line 820 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L810-L820

Added lines #L810 - L820 were not covered by tests

Check warning on line 827 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L825-L827

Added lines #L825 - L827 were not covered by tests

Check warning on line 835 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L834-L835

Added lines #L834 - L835 were not covered by tests

Check warning on line 838 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L838

Added line #L838 was not covered by tests

Check warning on line 842 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L841-L842

Added lines #L841 - L842 were not covered by tests

Check warning on line 845 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L844-L845

Added lines #L844 - L845 were not covered by tests

Check warning on line 849 in data/txHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

data/txHandler.go#L847-L849

Added lines #L847 - L849 were not covered by tests