lidofinance / lidofinance/validator-ejector
Add failover support for EXECUTION_NODE and CONSENSUS_NODE
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 16
- Forks
- 19
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 7
Description
Please add failover support for EXECUTION_NODE and CONSENSUS_NODE as same as you did with PROVIDERS_URLS and CL_API_URLS in KAPI service
Current Solution:
EXECUTION_NODE=http://1.2.3.4:8545
CONSENSUS_NODE=http://1.2.3.4:5051
Suggested Solution:
EXECUTION_NODE=http://1.2.3.4:8545,http://5.6.7.8:8545
CONSENSUS_NODE=http://1.2.3.4:5051,http://5.6.7.8:5051
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining how the KAPI service handles PROVIDERS_URLS and CL_API_URLS, as referenced in the issue. Trace the handling of EXECUTION_NODE and CONSENSUS_NODE, then verify that comma-separated endpoints support failover for both variables and that the existing behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100