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

Clean up ibc-core and ibc-clients error types #1317

Merged
merged 50 commits into from
Aug 23, 2024

Merge branch 'error-handling' of https://github.com/cosmos/ibc-rs int…

474909d
Select commit
Loading
Failed to load commit list.
Merged

Clean up ibc-core and ibc-clients error types #1317

Merge branch 'error-handling' of https://github.com/cosmos/ibc-rs int…
474909d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 22, 2024 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Annotations

Check warning on line 70 in ibc-clients/ics07-tendermint/src/client_state/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/common.rs#L70

Added line #L70 was not covered by tests

Check warning on line 81 in ibc-clients/ics07-tendermint/src/client_state/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/common.rs#L81

Added line #L81 was not covered by tests

Check warning on line 259 in ibc-clients/ics07-tendermint/src/client_state/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/common.rs#L259

Added line #L259 was not covered by tests

Check warning on line 302 in ibc-clients/ics07-tendermint/src/client_state/common.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/common.rs#L302

Added line #L302 was not covered by tests

Check warning on line 108 in ibc-clients/ics07-tendermint/src/client_state/misbehaviour.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/misbehaviour.rs#L108

Added line #L108 was not covered by tests

Check warning on line 69 in ibc-clients/ics07-tendermint/src/client_state/update_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/update_client.rs#L67-L69

Added lines #L67 - L69 were not covered by tests

Check warning on line 281 in ibc-clients/ics07-tendermint/src/client_state/validation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/src/client_state/validation.rs#L281

Added line #L281 was not covered by tests

Check warning on line 189 in ibc-clients/ics07-tendermint/types/src/client_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/client_state.rs#L189

Added line #L189 was not covered by tests

Check warning on line 207 in ibc-clients/ics07-tendermint/types/src/client_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/client_state.rs#L206-L207

Added lines #L206 - L207 were not covered by tests

Check warning on line 249 in ibc-clients/ics07-tendermint/types/src/client_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/client_state.rs#L249

Added line #L249 was not covered by tests

Check warning on line 354 in ibc-clients/ics07-tendermint/types/src/client_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/client_state.rs#L354

Added line #L354 was not covered by tests

Check warning on line 71 in ibc-clients/ics07-tendermint/types/src/consensus_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/consensus_state.rs#L69-L71

Added lines #L69 - L71 were not covered by tests

Check warning on line 76 in ibc-clients/ics07-tendermint/types/src/consensus_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/consensus_state.rs#L76

Added line #L76 was not covered by tests

Check warning on line 120 in ibc-clients/ics07-tendermint/types/src/consensus_state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/consensus_state.rs#L120

Added line #L120 was not covered by tests

Check warning on line 77 in ibc-clients/ics07-tendermint/types/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/error.rs#L77

Added line #L77 was not covered by tests

Check warning on line 50 in ibc-clients/ics07-tendermint/types/src/header.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/header.rs#L50

Added line #L50 was not covered by tests

Check warning on line 55 in ibc-clients/ics07-tendermint/types/src/header.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/header.rs#L55

Added line #L55 was not covered by tests

Check warning on line 92 in ibc-clients/ics07-tendermint/types/src/header.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/header.rs#L90-L92

Added lines #L90 - L92 were not covered by tests

Check warning on line 105 in ibc-clients/ics07-tendermint/types/src/header.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/header.rs#L104-L105

Added lines #L104 - L105 were not covered by tests

Check warning on line 137 in ibc-clients/ics07-tendermint/types/src/header.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/header.rs#L135-L137

Added lines #L135 - L137 were not covered by tests

Check warning on line 156 in ibc-clients/ics07-tendermint/types/src/header.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/header.rs#L154-L156

Added lines #L154 - L156 were not covered by tests

Check warning on line 210 in ibc-clients/ics07-tendermint/types/src/header.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/header.rs#L210

Added line #L210 was not covered by tests

Check warning on line 56 in ibc-clients/ics07-tendermint/types/src/misbehaviour.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/misbehaviour.rs#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 62 in ibc-clients/ics07-tendermint/types/src/misbehaviour.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/misbehaviour.rs#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 85 in ibc-clients/ics07-tendermint/types/src/misbehaviour.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-clients/ics07-tendermint/types/src/misbehaviour.rs#L85

Added line #L85 was not covered by tests