From 4590755c0fa49058c8f15c98e58436764ace2356 Mon Sep 17 00:00:00 2001 From: Adi Seredinschi Date: Fri, 7 May 2021 10:33:34 +0200 Subject: [PATCH] Feature matrix update --- guide/src/features/matrix.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/src/features/matrix.md b/guide/src/features/matrix.md index 6e0f43ac19..08c4001f29 100644 --- a/guide/src/features/matrix.md +++ b/guide/src/features/matrix.md @@ -25,6 +25,7 @@ __Feature comparison between Hermes and the Go relayer__ | | | | | Connection Delay | ✅ | ❌ | | Cl_Misbehavior | ✅ | ❌ | monitors and submits IBC client misbehavior +| Cl_Refresh | ✅ | ❌ | periodically refresh an on-chain client to prevent expiration | Packet Delay | ✅ | ❌ | | | | | | Chan_Unordered | ✅ | ✅ | @@ -39,17 +40,20 @@ __Feature comparison between Hermes and the Go relayer__ | | | | | Chan_Open_Handshake_A | ✅ | ✅ | | Chan_Open_Handshake_P | ❌ | ❌ | +| Chan_Open_Handshake_Optimistic | ❌ | ❌ | open a channel on a non-Open connection | | | | | Chan_Close_Handshake_P | ✅ | ✅ | | Chan_Close_Handshake_A | ✅ | ❌ | | | | | | FT_Transfer | ✅ | ✅ | can submit an ICS-20 fungible token transfer message +| ICA_Relay | ✅ | ❌ | can relay ICS-27 Interchain account packets | Packet_Recv_A | ✅ | ✅ | | Packet_Recv_P | ✅ | ✅ | | Packet_Timeout_A | ✅ | ✅ | | Packet_Timeout_P | ✅ | ✅ | | Packet_TimeoutClose_A | ✅ | ❓ | | Packet_TimeoutClose_P | ✅ | ❓ | +| Packet_Optimistic | ❌ | ❓ | relay packets over non-Open channels | | | | | Cl_Non_Tendermint | ❌ | ❌ | supports non tendermint IBC light clients | Chain_Non_Cosmos | ❌ | ❌ | supports non cosmos-SDK chains