lidofinance / lidofinance/validator-ejector

Add failover support for EXECUTION_NODE and CONSENSUS_NODE

Open
#94 1 comment 9 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.