Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
forMsgEnvelope
#856Implement
JsonSchema
forMsgEnvelope
#856Changes from all commits
fbd3a55
a09d788
ebd612d
cc92a86
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 23 in crates/ibc/src/core/ics02_client/msgs.rs
Codecov / codecov/patch
crates/ibc/src/core/ics02_client/msgs.rs#L23
Check warning on line 20 in crates/ibc/src/core/ics02_client/msgs/create_client.rs
Codecov / codecov/patch
crates/ibc/src/core/ics02_client/msgs/create_client.rs#L19-L20
Check warning on line 24 in crates/ibc/src/core/ics02_client/msgs/update_client.rs
Codecov / codecov/patch
crates/ibc/src/core/ics02_client/msgs/update_client.rs#L23-L24
Check warning on line 380 in crates/ibc/src/core/ics03_connection/connection.rs
Codecov / codecov/patch
crates/ibc/src/core/ics03_connection/connection.rs#L380
Check warning on line 31 in crates/ibc/src/core/ics03_connection/msgs.rs
Codecov / codecov/patch
crates/ibc/src/core/ics03_connection/msgs.rs#L31
Check warning on line 22 in crates/ibc/src/core/ics03_connection/msgs/conn_open_ack.rs
Codecov / codecov/patch
crates/ibc/src/core/ics03_connection/msgs/conn_open_ack.rs#L22
Check warning on line 20 in crates/ibc/src/core/ics03_connection/msgs/conn_open_confirm.rs
Codecov / codecov/patch
crates/ibc/src/core/ics03_connection/msgs/conn_open_confirm.rs#L20
Check warning on line 19 in crates/ibc/src/core/ics03_connection/msgs/conn_open_init.rs
Codecov / codecov/patch
crates/ibc/src/core/ics03_connection/msgs/conn_open_init.rs#L19
Check warning on line 22 in crates/ibc/src/core/ics03_connection/msgs/conn_open_try.rs
Codecov / codecov/patch
crates/ibc/src/core/ics03_connection/msgs/conn_open_try.rs#L22
Check warning on line 27 in crates/ibc/src/core/ics03_connection/version.rs
Codecov / codecov/patch
crates/ibc/src/core/ics03_connection/version.rs#L27
Check warning on line 26 in crates/ibc/src/core/ics04_channel/acknowledgement.rs
Codecov / codecov/patch
crates/ibc/src/core/ics04_channel/acknowledgement.rs#L26
Check warning on line 437 in crates/ibc/src/core/ics04_channel/channel.rs
Codecov / codecov/patch
crates/ibc/src/core/ics04_channel/channel.rs#L437
Check warning on line 38 in crates/ibc/src/core/ics04_channel/msgs.rs
Codecov / codecov/patch
crates/ibc/src/core/ics04_channel/msgs.rs#L38
Check warning on line 54 in crates/ibc/src/core/ics04_channel/msgs.rs
Codecov / codecov/patch
crates/ibc/src/core/ics04_channel/msgs.rs#L54
Check warning on line 23 in crates/ibc/src/core/ics04_channel/msgs/acknowledgement.rs
Codecov / codecov/patch
crates/ibc/src/core/ics04_channel/msgs/acknowledgement.rs#L22-L23
Check warning on line 20 in crates/ibc/src/core/ics04_channel/msgs/chan_close_init.rs
Codecov / codecov/patch
crates/ibc/src/core/ics04_channel/msgs/chan_close_init.rs#L20
Check warning on line 24 in crates/ibc/src/core/ics04_channel/msgs/chan_open_ack.rs
Codecov / codecov/patch
crates/ibc/src/core/ics04_channel/msgs/chan_open_ack.rs#L22-L24
Check warning on line 26 in crates/ibc/src/core/ics04_channel/msgs/chan_open_try.rs
Codecov / codecov/patch
crates/ibc/src/core/ics04_channel/msgs/chan_open_try.rs#L26
Check warning on line 22 in crates/ibc/src/core/ics04_channel/msgs/recv_packet.rs
Codecov / codecov/patch
crates/ibc/src/core/ics04_channel/msgs/recv_packet.rs#L21-L22
Check warning on line 21 in crates/ibc/src/core/ics04_channel/msgs/timeout_on_close.rs
Codecov / codecov/patch
crates/ibc/src/core/ics04_channel/msgs/timeout_on_close.rs#L21
Check warning on line 69 in crates/ibc/src/core/ics04_channel/packet.rs
Codecov / codecov/patch
crates/ibc/src/core/ics04_channel/packet.rs#L69
Check warning on line 131 in crates/ibc/src/core/ics04_channel/packet.rs
Codecov / codecov/patch
crates/ibc/src/core/ics04_channel/packet.rs#L131
Check warning on line 30 in crates/ibc/src/core/ics04_channel/version.rs
Codecov / codecov/patch
crates/ibc/src/core/ics04_channel/version.rs#L30
Check warning on line 71 in crates/ibc/src/core/ics23_commitment/commitment.rs
Codecov / codecov/patch
crates/ibc/src/core/ics23_commitment/commitment.rs#L71
Check warning on line 154 in crates/ibc/src/core/ics23_commitment/commitment.rs
Codecov / codecov/patch
crates/ibc/src/core/ics23_commitment/commitment.rs#L154
Check warning on line 185 in crates/ibc/src/core/ics24_host/identifier.rs
Codecov / codecov/patch
crates/ibc/src/core/ics24_host/identifier.rs#L185
Check warning on line 42 in crates/ibc/src/core/msgs.rs
Codecov / codecov/patch
crates/ibc/src/core/msgs.rs#L42
Check warning on line 26 in crates/ibc/src/core/timestamp.rs
Codecov / codecov/patch
crates/ibc/src/core/timestamp.rs#L26
Check warning on line 6 in crates/ibc/src/utils/schema.rs
Codecov / codecov/patch
crates/ibc/src/utils/schema.rs#L6