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

Add broadcast state machine for storing records in the DHT #930

Merged
merged 30 commits into from
Sep 22, 2023

WIP

5ae6392
Select commit
Loading
Failed to load commit list.
Merged

Add broadcast state machine for storing records in the DHT #930

WIP
5ae6392
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 22, 2023 in 1s

71.82% of diff hit (target 57.54%)

View this Pull Request on Codecov

71.82% of diff hit (target 57.54%)

Annotations

Check warning on line 305 in v2/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/config.go#L302-L305

Added lines #L302 - L305 were not covered by tests

Check warning on line 312 in v2/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/config.go#L309-L312

Added lines #L309 - L312 were not covered by tests

Check warning on line 319 in v2/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/config.go#L316-L319

Added lines #L316 - L319 were not covered by tests

Check warning on line 98 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L98

Added line #L98 was not covered by tests

Check warning on line 155 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L155

Added line #L155 was not covered by tests

Check warning on line 158 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L157-L158

Added lines #L157 - L158 were not covered by tests

Check warning on line 166 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L165-L166

Added lines #L165 - L166 were not covered by tests

Check warning on line 175 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L174-L175

Added lines #L174 - L175 were not covered by tests

Check warning on line 180 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L179-L180

Added lines #L179 - L180 were not covered by tests

Check warning on line 188 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L187-L188

Added lines #L187 - L188 were not covered by tests

Check warning on line 193 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L192-L193

Added lines #L192 - L193 were not covered by tests

Check warning on line 16 in v2/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/errors.go#L15-L16

Added lines #L15 - L16 were not covered by tests

Check warning on line 21 in v2/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/errors.go#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 65 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L46-L65

Added lines #L46 - L65 were not covered by tests

Check warning on line 72 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L67-L72

Added lines #L67 - L72 were not covered by tests

Check warning on line 80 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L74-L80

Added lines #L74 - L80 were not covered by tests

Check warning on line 87 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L82-L87

Added lines #L82 - L87 were not covered by tests

Check warning on line 100 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L89-L100

Added lines #L89 - L100 were not covered by tests

Check warning on line 115 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L102-L115

Added lines #L102 - L115 were not covered by tests

Check warning on line 122 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L117-L122

Added lines #L117 - L122 were not covered by tests

Check warning on line 136 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L124-L136

Added lines #L124 - L136 were not covered by tests

Check warning on line 141 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L138-L141

Added lines #L138 - L141 were not covered by tests

Check warning on line 152 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L145-L152

Added lines #L145 - L152 were not covered by tests

Check warning on line 174 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L157-L174

Added lines #L157 - L174 were not covered by tests

Check warning on line 177 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L177

Added line #L177 was not covered by tests