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

feat(fortuna): support multiple RPC endpoints with failover capability #2550

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

devin-ai-integration[bot]
Copy link
Contributor

Update fortuna to support multiple RPC endpoints for each chain with failover capability. This allows users to specify a list of RPC endpoints for each chain, and fortuna will try each one in sequence if previous ones fail.

Changes:

  • Update EthereumConfig to accept a list of RPC addresses instead of a single geth_rpc_addr parameter
  • Create a new FailoverMiddleware in the eth_utils directory to handle failover between multiple RPC endpoints
  • Update code that uses EthereumConfig to work with multiple RPC endpoints
  • Update version number following semantic versioning (patch increment)

Testing:

  • Tested locally with multiple RPC endpoints and verified failover works correctly
  • Ran pre-commit hooks to ensure code quality

Link to Devin run: https://app.devin.ai/sessions/f40b14d0f03243be8df5f158f048cd6e
Requested by: Jayant Krishnamurthy ([email protected])

Copy link

vercel bot commented Apr 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

6 Skipped Deployments
Name Status Preview Comments Updated (UTC)
api-reference ⬜️ Ignored (Inspect) Visit Preview Apr 3, 2025 4:12pm
component-library ⬜️ Ignored (Inspect) Visit Preview Apr 3, 2025 4:12pm
entropy-debugger ⬜️ Ignored (Inspect) Visit Preview Apr 3, 2025 4:12pm
insights ⬜️ Ignored (Inspect) Visit Preview Apr 3, 2025 4:12pm
proposals ⬜️ Ignored (Inspect) Visit Preview Apr 3, 2025 4:12pm
staking ⬜️ Ignored (Inspect) Visit Preview Apr 3, 2025 4:12pm

Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add "(aside)" to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants