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

Cosmos SDK client implementation #78

Closed
Wizdave97 opened this issue Jun 22, 2022 · 3 comments
Closed

Cosmos SDK client implementation #78

Wizdave97 opened this issue Jun 22, 2022 · 3 comments
Assignees

Comments

@Wizdave97
Copy link
Contributor

Implement core relayer traits for a Cosmos chain handler

@Wizdave97 Wizdave97 changed the title Implement Cosmos chain handler Implement Cosmos chain client Jun 22, 2022
@akc2267 akc2267 changed the title Implement Cosmos chain client Implement Cosmos SDK crate Sep 9, 2022
@akc2267 akc2267 changed the title Implement Cosmos SDK crate Cosmos SDK client implementation Sep 9, 2022
@akc2267
Copy link

akc2267 commented Sep 9, 2022

The requirements for this ticket are to implement each method of each interface from here: https://github.com/ComposableFi/hyperspace/blob/seun-testsuite/primitives/src/lib.rs

For example:
IbcProvider

  • query_latest_ibc_events
  • query_client_consensus
  • query_client_state
  • query_connection_end
  • query_channel_end
  • query_proof
  • query_packet_commitment
  • query_packet_acknowledgement
  • query_next_sequence_recv
  • query_packet_receipt
  • latest_height_and_timestamp
  • query_packet_commitments
  • query_packet_acknowledgements
  • query_unreceived_packets
  • query_unreceived_acknowledgements
  • channel_whitelist
  • query_connection_channels
  • query_send_packets
  • query_recv_packets
  • expected_block_time
  • query_client_update_time_and_height
  • query_host_consensus_state_proof
  • query_ibc_balance
  • connection_prefix
  • client_id
  • client_type
  • query_timestamp_at
  • query_clients
  • query_channels

@adizere
Copy link

adizere commented Sep 26, 2022

Tagging this info here as it will come in handy:

The following is a test suite used for parachain <> parachain messaging:
https://github.com/ComposableFi/hyperspace/blob/seun-testsuite/testsuite/tests/parachain_parachain.rs

@seunlanlege seunlanlege transferred this issue from another repository Oct 6, 2022
@seunlanlege seunlanlege transferred this issue from ComposableFi/composable-ibc Oct 6, 2022
@seunlanlege seunlanlege transferred this issue from ComposableFi/composable Oct 27, 2022
@adizere
Copy link

adizere commented Feb 8, 2023

Is this considered done?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

4 participants