The 09-localhost light client module integrates with core IBC through a single sentinel localhost connection. The sentinelDocumentation Index
Fetch the complete documentation index at: https://cosmos-docs-evm-upgrade-7.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ConnectionEnd is stored by default in the core IBC store.
This enables channel handshakes to be initiated out of the box by supplying the localhost connection identifier (connection-localhost) in the connectionHops parameter of MsgChannelOpenInit.
The ConnectionEnd is created and set in store via the InitGenesis handler of the 03-connection submodule in core IBC.
The ConnectionEnd and its Counterparty both reference the 09-localhost client identifier, and share the localhost connection identifier connection-localhost.
09-localhost client type.