You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support packet relaying, the sovereign chain context would need to at minimum implement the traits specified in the constraint closure. This issue would track the major implementation progress.
Summary
The chain context dependencies that are required for the default packet relayer to work is specified in the constraint closure here:
hermes-sdk/crates/relayer/relayer-components/src/components/default/closures/relay/packet_relayer.rs
Lines 46 to 85 in ed9161c
To support packet relaying, the sovereign chain context would need to at minimum implement the traits specified in the constraint closure. This issue would track the major implementation progress.
Types
HasClientStateType
HasConsensusStateType
Queries
CanQueryChainStatus
CanQueryClientState
CanQueryConsensusState
CanQueryConsensusStateHeight
CanQueryPacketIsReceived
Payloads
CanBuildCreateClientPayload
CanBuildUpdateClientPayload
CanBuildReceivePacketPayload
CanBuildAckPacketPayload
CanBuildTimeoutUnorderedPacketPayload
Messages
CanBuildCreateClientMessage
CanBuildUpdateClientMessage
CanBuildAckPacketMessage
CanBuildTimeoutUnorderedPacketMessage
CanBuildReceivePacketMessage
Transaction
CanSendMessages
- Implement MVP for sending of transcations to Sovereign rollups #100The text was updated successfully, but these errors were encountered: