Closed cmwaters closed 4 years ago
https://github.com/cosmos/relayer/pull/3#pullrequestreview-347506317 review should be taken into account
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.
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 inrelayer/verifier.go
, removed most function level variables