-
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
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?
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. |
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. |
dd2aa2b
to
1852089
Compare
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Core Tests (go_core_tests) , test-scripts , Core Tests (go_core_tests_integration) , GolangCI Lint (core/scripts) , Core Tests (go_core_ccip_deployment_tests) , GolangCI Lint (.) , Core Tests (go_core_fuzz) , GolangCI Lint (integration-tests/load) , Core Tests (go_core_race_tests) , GolangCI Lint (integration-tests) , GolangCI Lint (deployment) , lint , SonarQube Scan 1. SonarQube server cannot be reached:[SonarQube Scan]Source of Error:
Why: The error indicates that the SonarQube server at the specified URL cannot be reached, resulting in a 503 Service Unavailable status. This could be due to network issues, server downtime, or incorrect server URL. Suggested fix: Verify the SonarQube server URL and ensure it is correct. Check the network connectivity and the status of the SonarQube server to ensure it is up and running. AER Report: Operator UI CI ran successfully ✅ |
1852089
to
4c0a860
Compare
ec4a044
to
9fc7339
Compare
Quality Gate passedIssues Measures |
9fc7339
to
5fd9b9a
Compare
https://smartcontract-it.atlassian.net/browse/BCI-1971
Requires: