-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
support cosmos as LOOP Plugin #14180
base: develop
Are you sure you want to change the base?
Conversation
I see you updated files related to
|
1a6ece7
to
3f16e9b
Compare
0ebbe4c
to
87a3d3e
Compare
@@ -268,12 +269,12 @@ func (c CosmosFactoryConfig) Validate() error { | |||
return err | |||
} | |||
|
|||
func (r *RelayerFactory) NewCosmos(config CosmosFactoryConfig) (map[types.RelayID]CosmosLoopRelayerChainer, error) { | |||
func (r *RelayerFactory) NewCosmos(config CosmosFactoryConfig) (map[types.RelayID]loop.Relayer, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this just use NewLOOPRelayer
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm what do you mean? This is a 'universal' relayer factory, not just a Cosmos relayer factory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see, is that a helper? Looks like we could switch to it after we remove the in-memory version?
87a3d3e
to
f40291a
Compare
f40291a
to
d3dfd79
Compare
Quality Gate passedIssues Measures |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
https://smartcontract-it.atlassian.net/browse/BCI-1971
Requires: