-
Notifications
You must be signed in to change notification settings - Fork 369
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
Cosmos RPC fallback provider #3425
Comments
hey @tkporter is this a different fallback from https://github.com/hyperlane-xyz/issues/issues/892 |
Yeah that one was done just for the GRPC provider but not for the RPC provider (sadly we require RPC and GRPC for cosmos). So this tracks the RPC one |
We face this issue from time to time for Neutron network, depending on frequency of Neutron validators upgrades. Last months there were few Neutron network outages that lead to Hyperlane validator stucking due to missing of proper failover to other RPC nodes. |
### Description Added fallback functionality to the Cosmos RPC client ### Drive-by changes N/A ### Related issues - Fixes #3425 ### Backward compatibility Yes ### Testing Unit tests already in place, no additional added, as the generic CosmosFallbackProvider which is used is already tested
Cool! Thanks! Would wait for the new build to upgrade to! |
@antonr-p2p you're free to upgrade, we're also trying to move to versioned releases and this will be included in the next one ( |
Problem
Solution
The text was updated successfully, but these errors were encountered: