The current mechanism through which Cosmos SDK chains communicate with the Tendermint consensus layer is called ABCI (Applicatio

06 Oct 2023, 12:16
The current mechanism through which Cosmos SDK chains communicate with the Tendermint consensus layer is called ABCI (Application Blockchain Interface). However, Cosmos SDK and Tendermint (via ABCI) are very loosely-coupled: Tendermint doesn’t know / care what the Cosmos layer…