cosmos / relayer-archive

An example of a server side IBC relayer to be used for Game of Zones and beyond
56 stars 31 forks source link

lite client cmds #9

Closed cmwaters closed 4 years ago

cmwaters commented 4 years ago

in response to #7 and #1

Made some of the changes that Jack suggested including using getChain instead of using a liteClient map, converted cmds into function in relayer/verifier.go, removed most function level variables

melekes commented 4 years ago

https://github.com/cosmos/relayer/pull/3#pullrequestreview-347506317 review should be taken into account

jackzampolin commented 4 years ago

Pushed some changes here. Going to go ahead and merge it. Let's continue the work on another branch. While working with the code one thing I noticed was that there is some confusion over what the various lite client commands should be doing. Lets grab some time next week to clear that up.