Closed jackzampolin closed 4 years ago
This actually should be specified as an interface of the methods needed for the relayer and the current chain implementation should be moved into a chains/tendermint
package as a concrete implemenation.
@jackzampolin Should this be closed or moved to https://github.com/iqlusioninc/relayer?
We should move the
Chain
struct and all associated code to its own package so that it could be used by other relayer implementations. Ideally we could then move it to the SDK once it has stabilized and us it to refactorCLIContext
with cleaner abstractions.