We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#924 PR in the cosmos relayer repo.
Chain processor implementation is mainly cloned from cosmos implementation and manipulated according to the substrate requirements and specifications.
latestHeightWithRetry
clientState
Run
initializeConnectionState
initializeChannelState
queryCycle
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.
The text was updated successfully, but these errors were encountered:
TxCorpi0x
No branches or pull requests
#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
latestHeightWithRetry
clientState
Run
initializeConnectionState
initializeChannelState
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.
The text was updated successfully, but these errors were encountered: