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

Implement JsonSchema for MsgEnvelope #856

Merged
merged 4 commits into from
Sep 5, 2023

changelog

cc92a86
Select commit
Loading
Failed to load commit list.
Merged

Implement JsonSchema for MsgEnvelope #856

changelog
cc92a86
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 5, 2023 in 0s

0.00% of diff hit (target 71.60%)

View this Pull Request on Codecov

0.00% of diff hit (target 71.60%)

Annotations

Check warning on line 23 in crates/ibc/src/core/ics02_client/msgs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics02_client/msgs.rs#L23

Added line #L23 was not covered by tests

Check warning on line 20 in crates/ibc/src/core/ics02_client/msgs/create_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics02_client/msgs/create_client.rs#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 24 in crates/ibc/src/core/ics02_client/msgs/update_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics02_client/msgs/update_client.rs#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 380 in crates/ibc/src/core/ics03_connection/connection.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics03_connection/connection.rs#L380

Added line #L380 was not covered by tests

Check warning on line 31 in crates/ibc/src/core/ics03_connection/msgs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics03_connection/msgs.rs#L31

Added line #L31 was not covered by tests

Check warning on line 22 in crates/ibc/src/core/ics03_connection/msgs/conn_open_ack.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics03_connection/msgs/conn_open_ack.rs#L22

Added line #L22 was not covered by tests

Check warning on line 20 in crates/ibc/src/core/ics03_connection/msgs/conn_open_confirm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics03_connection/msgs/conn_open_confirm.rs#L20

Added line #L20 was not covered by tests

Check warning on line 19 in crates/ibc/src/core/ics03_connection/msgs/conn_open_init.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics03_connection/msgs/conn_open_init.rs#L19

Added line #L19 was not covered by tests

Check warning on line 22 in crates/ibc/src/core/ics03_connection/msgs/conn_open_try.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics03_connection/msgs/conn_open_try.rs#L22

Added line #L22 was not covered by tests

Check warning on line 27 in crates/ibc/src/core/ics03_connection/version.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics03_connection/version.rs#L27

Added line #L27 was not covered by tests

Check warning on line 26 in crates/ibc/src/core/ics04_channel/acknowledgement.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics04_channel/acknowledgement.rs#L26

Added line #L26 was not covered by tests

Check warning on line 437 in crates/ibc/src/core/ics04_channel/channel.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics04_channel/channel.rs#L437

Added line #L437 was not covered by tests

Check warning on line 38 in crates/ibc/src/core/ics04_channel/msgs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics04_channel/msgs.rs#L38

Added line #L38 was not covered by tests

Check warning on line 54 in crates/ibc/src/core/ics04_channel/msgs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics04_channel/msgs.rs#L54

Added line #L54 was not covered by tests

Check warning on line 23 in crates/ibc/src/core/ics04_channel/msgs/acknowledgement.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics04_channel/msgs/acknowledgement.rs#L22-L23

Added lines #L22 - L23 were not covered by tests

Check warning on line 20 in crates/ibc/src/core/ics04_channel/msgs/chan_close_init.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics04_channel/msgs/chan_close_init.rs#L20

Added line #L20 was not covered by tests

Check warning on line 24 in crates/ibc/src/core/ics04_channel/msgs/chan_open_ack.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics04_channel/msgs/chan_open_ack.rs#L22-L24

Added lines #L22 - L24 were not covered by tests

Check warning on line 26 in crates/ibc/src/core/ics04_channel/msgs/chan_open_try.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics04_channel/msgs/chan_open_try.rs#L26

Added line #L26 was not covered by tests

Check warning on line 22 in crates/ibc/src/core/ics04_channel/msgs/recv_packet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics04_channel/msgs/recv_packet.rs#L21-L22

Added lines #L21 - L22 were not covered by tests

Check warning on line 21 in crates/ibc/src/core/ics04_channel/msgs/timeout_on_close.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics04_channel/msgs/timeout_on_close.rs#L21

Added line #L21 was not covered by tests

Check warning on line 69 in crates/ibc/src/core/ics04_channel/packet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics04_channel/packet.rs#L69

Added line #L69 was not covered by tests

Check warning on line 131 in crates/ibc/src/core/ics04_channel/packet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics04_channel/packet.rs#L131

Added line #L131 was not covered by tests

Check warning on line 30 in crates/ibc/src/core/ics04_channel/version.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics04_channel/version.rs#L30

Added line #L30 was not covered by tests

Check warning on line 71 in crates/ibc/src/core/ics23_commitment/commitment.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics23_commitment/commitment.rs#L71

Added line #L71 was not covered by tests

Check warning on line 154 in crates/ibc/src/core/ics23_commitment/commitment.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/ibc/src/core/ics23_commitment/commitment.rs#L154

Added line #L154 was not covered by tests