Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract relayer.DockerRelayer from rly.CosmosRelayer #107

Merged
merged 2 commits into from
May 31, 2022

Commits on May 25, 2022

  1. Extract relayer.DockerRelayer from rly.CosmosRelayer

    This wrapper type will allow a minimal definition of the hermes relayer,
    or potentially any other relayer implementation, running inside Docker.
    
    This will also be helpful if we end up having to support different
    versions of rly or hermes that have a different CLI API.
    mark-rushakoff committed May 25, 2022
    Configuration menu
    Copy the full SHA
    65e41a7 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Merge remote-tracking branch 'origin/main' into refactor/extract-dock…

    …er-relayer
    
    And add CreateChannel method to DockerRelayer to satisfy the updated
    interface.
    mark-rushakoff committed May 31, 2022
    Configuration menu
    Copy the full SHA
    e2086d9 View commit details
    Browse the repository at this point in the history