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

Substrate Chain Processor #21

Closed
6 tasks done
TxCorpi0x opened this issue Sep 16, 2022 · 0 comments
Closed
6 tasks done

Substrate Chain Processor #21

TxCorpi0x opened this issue Sep 16, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@TxCorpi0x
Copy link

#924 PR in the cosmos relayer repo.

Description

Chain processor implementation is mainly cloned from cosmos implementation and manipulated according to the substrate requirements and specifications.

Implementations

  • Implement latestHeightWithRetry
  • Implement clientState
  • Implement Run
  • Implement initializeConnectionState
  • Implement initializeChannelState
  • Implement queryCycle

Considerations

In a substrate chain, we can not query blocks individually, So we need to query an RPC endpoint of the composable chain to get un-relayed events.

@TxCorpi0x TxCorpi0x self-assigned this Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant