Skip to content

Commit

Permalink
Add Penumbra support to Features Matrix. (#3685)
Browse files Browse the repository at this point in the history
Penumbra (non-`cosmos-SDK`) support was added to the go-relayer in cosmos/relayer#1144 on March 31, 2023.
  • Loading branch information
jonathanpberger authored Nov 9, 2023
1 parent c60e4fc commit e6a9653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guide/src/advanced/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ __Feature comparison between Hermes and the Go relayer__
| 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
| Chain_Non_Cosmos | ❌ | ✅ | supports non cosmos-SDK chains
| Penumbra support | ❌ | ✅ | supports Penumbra non-cosmos-SDK chain
| | | |
| Cfg_Static | ✅ | ✅ | provides means for configuration prior to being started
| Cfg_Dynamic | ❌ | ❌ | provides means for configuration and monitoring during runtime
Expand Down

0 comments on commit e6a9653

Please sign in to comment.