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

impl: new packet structure for eureka #1365

Open
wants to merge 5 commits into
base: rano/eureka/1367
Choose a base branch
from

refactor handler for new packet struct

416f410
Select commit
Loading
Failed to load commit list.
Open

impl: new packet structure for eureka #1365

refactor handler for new packet struct
416f410
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 29, 2024 in 1s

16.71% of diff hit (target 66.84%)

View this Pull Request on Codecov

16.71% of diff hit (target 66.84%)

Annotations

Check warning on line 89 in ibc-eureka-core/ics02-client/context/src/client_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/context/src/client_state.rs#L79-L89

Added lines #L79 - L89 were not covered by tests

Check warning on line 110 in ibc-eureka-core/ics02-client/context/src/client_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/context/src/client_state.rs#L101-L110

Added lines #L101 - L110 were not covered by tests

Check warning on line 59 in ibc-eureka-core/ics02-client/context/src/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/context/src/context.rs#L57-L59

Added lines #L57 - L59 were not covered by tests

Check warning on line 24 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L13-L24

Added lines #L13 - L24 were not covered by tests

Check warning on line 27 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L27

Added line #L27 was not covered by tests

Check warning on line 29 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L29

Added line #L29 was not covered by tests

Check warning on line 31 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L31

Added line #L31 was not covered by tests

Check warning on line 33 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L33

Added line #L33 was not covered by tests

Check warning on line 35 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L35

Added line #L35 was not covered by tests

Check warning on line 39 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L37-L39

Added lines #L37 - L39 were not covered by tests

Check warning on line 41 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L41

Added line #L41 was not covered by tests

Check warning on line 43 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L43

Added line #L43 was not covered by tests

Check warning on line 50 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L45-L50

Added lines #L45 - L50 were not covered by tests

Check warning on line 61 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L52-L61

Added lines #L52 - L61 were not covered by tests

Check warning on line 64 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L64

Added line #L64 was not covered by tests

Check warning on line 66 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L66

Added line #L66 was not covered by tests

Check warning on line 68 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L68

Added line #L68 was not covered by tests

Check warning on line 73 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L70-L73

Added lines #L70 - L73 were not covered by tests

Check warning on line 75 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L75

Added line #L75 was not covered by tests

Check warning on line 83 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L77-L83

Added lines #L77 - L83 were not covered by tests

Check warning on line 87 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L85-L87

Added lines #L85 - L87 were not covered by tests

Check warning on line 90 in ibc-eureka-core/ics02-client/src/handler/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/create_client.rs#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 21 in ibc-eureka-core/ics02-client/src/handler/recover_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/recover_client.rs#L13-L21

Added lines #L13 - L21 were not covered by tests

Check warning on line 23 in ibc-eureka-core/ics02-client/src/handler/recover_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/recover_client.rs#L23

Added line #L23 was not covered by tests

Check warning on line 26 in ibc-eureka-core/ics02-client/src/handler/recover_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-eureka-core/ics02-client/src/handler/recover_client.rs#L25-L26

Added lines #L25 - L26 were not covered by tests