polymerdao / ibc-go

Interblockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
11 stars 13 forks source link

Add support for localhost client #2

Closed notbdu closed 2 years ago

notbdu commented 2 years ago

Description

Adds support for localhost client . Updates test to use testing harness and core code paths.

Once merged, we'll use this as our forked v5.

Separate PRs against origin to be opened later for pushing changes upstream.

TODO: