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

[Bridge] Add support for configure the bridge with multiple substrate URLs for redundancy #1027

Open
sameh-farouk opened this issue Jan 21, 2025 · 0 comments
Assignees
Labels
Milestone

Comments

@sameh-farouk
Copy link
Member

At the moment the TFChain<>Stellar bridge can be configured with one substrate URL

type BridgeConfig struct {
TfchainURL string
TfchainSeed string
RescanBridgeAccount bool
PersistencyFile string
StellarConfig
}

Since we are utilizing multiple addresses for Substrate RPC nodes, the bridge should be modified to take full advantage of the redundancy provided by the additional URLs. The TFChain Go client supports multiple URLs, so we should leverage this capability to enhance the reliability and fault tolerance of the bridge.

@sameh-farouk sameh-farouk self-assigned this Jan 21, 2025
@sameh-farouk sameh-farouk added this to the 2.9.x milestone Jan 21, 2025
@sameh-farouk sameh-farouk moved this to In Progress in 3.16.x Jan 22, 2025
@sameh-farouk sameh-farouk moved this from In Progress to Pending Review in 3.16.x Jan 22, 2025
@xmonader xmonader removed this from 3.16.x Mar 3, 2025
@xmonader xmonader modified the milestones: 2.9.x, 2.10.x Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants