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

feat: libp2p relay and gossipsub server #1459

Merged
merged 36 commits into from
Jan 25, 2024

chore: prefix cli args with relay

b3c2249
Select commit
Loading
Failed to load commit list.
Merged

feat: libp2p relay and gossipsub server #1459

chore: prefix cli args with relay
b3c2249
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 24, 2024 in 1s

77.32% of diff hit (target 68.03%)

View this Pull Request on Codecov

77.32% of diff hit (target 68.03%)

Annotations

Check warning on line 69 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L69

Added line #L69 was not covered by tests

Check warning on line 73 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L73

Added line #L73 was not covered by tests

Check warning on line 190 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L183-L190

Added lines #L183 - L190 were not covered by tests

Check warning on line 211 in bin/torii/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/torii/src/main.rs#L211

Added line #L211 was not covered by tests

Check warning on line 55 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L55

Added line #L55 was not covered by tests

Check warning on line 61 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L61

Added line #L61 was not covered by tests

Check warning on line 97 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L97

Added line #L97 was not covered by tests

Check warning on line 112 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L105-L112

Added lines #L105 - L112 were not covered by tests

Check warning on line 123 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L116-L123

Added lines #L116 - L123 were not covered by tests

Check warning on line 136 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L127-L136

Added lines #L127 - L136 were not covered by tests

Check warning on line 142 in crates/torii/client/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/client/src/client/mod.rs#L140-L142

Added lines #L140 - L142 were not covered by tests

Check warning on line 4 in crates/torii/libp2p/src/client/events.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/libp2p/src/client/events.rs#L4

Added line #L4 was not covered by tests

Check warning on line 50 in crates/torii/libp2p/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/libp2p/src/client/mod.rs#L50

Added line #L50 was not covered by tests

Check warning on line 209 in crates/torii/libp2p/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/libp2p/src/client/mod.rs#L209

Added line #L209 was not covered by tests

Check warning on line 219 in crates/torii/libp2p/src/client/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/libp2p/src/client/mod.rs#L216-L219

Added lines #L216 - L219 were not covered by tests

Check warning on line 9 in crates/torii/libp2p/src/errors.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/libp2p/src/errors.rs#L9

Added line #L9 was not covered by tests

Check warning on line 6 in crates/torii/libp2p/src/server/events.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/libp2p/src/server/events.rs#L6

Added line #L6 was not covered by tests

Check warning on line 29 in crates/torii/libp2p/src/server/events.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/libp2p/src/server/events.rs#L27-L29

Added lines #L27 - L29 were not covered by tests

Check warning on line 49 in crates/torii/libp2p/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/libp2p/src/server/mod.rs#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 56 in crates/torii/libp2p/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/libp2p/src/server/mod.rs#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 197 in crates/torii/libp2p/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/libp2p/src/server/mod.rs#L195-L197

Added lines #L195 - L197 were not covered by tests

Check warning on line 199 in crates/torii/libp2p/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/libp2p/src/server/mod.rs#L199

Added line #L199 was not covered by tests

Check warning on line 206 in crates/torii/libp2p/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/libp2p/src/server/mod.rs#L201-L206

Added lines #L201 - L206 were not covered by tests

Check warning on line 208 in crates/torii/libp2p/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/libp2p/src/server/mod.rs#L208

Added line #L208 was not covered by tests

Check warning on line 211 in crates/torii/libp2p/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/libp2p/src/server/mod.rs#L210-L211

Added lines #L210 - L211 were not covered by tests