Categorygithub.com/datachainlab/ibc-mock-client
repository
0.4.1
Repository: https://github.com/datachainlab/ibc-mock-client.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

IBC Mock Client

This client is intended to be used for testing purpose. Therefore, it is not generally available in a production, except in a fully trusted environment.

Spec

NOTE: A full spec is WIP

The client verifies that the serialization of Connection, Channel and other commitments are compatible on several different IBC implementations.

Each verification function is given a sha256 hash of the value to be verified as proof. If the value and an expected value (e.g. ConnectionEnd in the counterparty) match, the verification succeeds.

Implementations