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

Channel impl #5

Draft
wants to merge 20 commits into
base: connection-impl
Choose a base branch
from
Draft

Channel impl #5

wants to merge 20 commits into from

Conversation

dorin-iancu
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented Sep 24, 2024

Coverage Summary

Totals

Count Covered %
Lines 1818 24 1.32
Regions 1019 6 0.59
Functions 403 2 0.50
Instantiations 1025 2 0.20

Files

Expand
File Lines Regions Functions Instantiations
/channel/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/channel/src/channel_libs/events.rs 0.00% 0.00% 0.00% 0.00%
/channel/src/channel_libs/handshake_types.rs 0.00% 0.00% 0.00% 0.00%
/channel/src/channel_libs/ibc_channel_lib.rs 0.00% 0.00% 0.00% 0.00%
/channel/src/channel_libs/packet_types.rs 0.00% 0.00% 0.00% 0.00%
/channel/src/interfaces/client_interface.rs 0.00% 0.00% 0.00% 0.00%
/channel/src/interfaces/ibc_module_interface.rs 0.00% 0.00% 0.00% 0.00%
/channel/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/channel/src/packet_handling/ack.rs 0.00% 0.00% 0.00% 0.00%
/channel/src/packet_handling/encoding.rs 0.00% 0.00% 0.00% 0.00%
/channel/src/packet_handling/membership.rs 0.00% 0.00% 0.00% 0.00%
/channel/src/packet_handling/receive.rs 0.00% 0.00% 0.00% 0.00%
/channel/src/packet_handling/send.rs 0.00% 0.00% 0.00% 0.00%
/channel/src/packet_handling/timeout.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/client-common/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/local-host/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/local-host/src/client_logic.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/local-host/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/local-host/src/local_host_types.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/local-host/src/views.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/mock/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/mock/src/client_logic.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/mock/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/mock/src/mock_types.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/mock/src/views.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/qbft/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/qbft/src/client_logic.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/qbft/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/qbft/src/qbft_types.rs 0.00% 0.00% 0.00% 0.00%
/client-impls/qbft/src/views.rs 0.00% 0.00% 0.00% 0.00%
/client/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/client/src/create_and_update_clients.rs 0.00% 0.00% 0.00% 0.00%
/client/src/events.rs 0.00% 0.00% 0.00% 0.00%
/client/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/client/src/merkle_proof.rs 0.00% 0.00% 0.00% 0.00%
/common/common-modules/src/client_lib.rs 0.00% 0.00% 0.00% 0.00%
/common/common-modules/src/host_lib.rs 0.00% 0.00% 0.00% 0.00%
/common/common-modules/src/utils.rs 0.00% 0.00% 0.00% 0.00%
/common/common-types/src/channel_types.rs 28.24% 4.44% 4.00% 3.12%
/common/common-types/src/connection_types.rs 0.00% 0.00% 0.00% 0.00%
/connection/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/connection/src/common/conn_internal.rs 0.00% 0.00% 0.00% 0.00%
/connection/src/common/conn_lib.rs 0.00% 0.00% 0.00% 0.00%
/connection/src/common/conn_types.rs 0.00% 0.00% 0.00% 0.00%
/connection/src/common/events.rs 0.00% 0.00% 0.00% 0.00%
/connection/src/common/verify_states.rs 0.00% 0.00% 0.00% 0.00%
/connection/src/conn_endpoints.rs 0.00% 0.00% 0.00% 0.00%
/connection/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/host/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/host/src/commitment.rs 0.00% 0.00% 0.00% 0.00%
/host/src/host_config.rs 0.00% 0.00% 0.00% 0.00%
/host/src/host_views.rs 0.00% 0.00% 0.00% 0.00%
/host/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/host/src/module_manager.rs 0.00% 0.00% 0.00% 0.00%
/host/src/storage.rs 0.00% 0.00% 0.00% 0.00%

@CostinCarabas CostinCarabas self-requested a review October 3, 2024 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant