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

Support backup providers in ethyl::Provider #21

Merged
merged 6 commits into from
May 15, 2024

Conversation

Doy-lee
Copy link
Collaborator

@Doy-lee Doy-lee commented May 14, 2024

This includes all the commits from #18 as I was integrating with oxen-core@integration which is now on C++20.

Introduce addClient which allows adding additional backends for
ethyl::Provider to fallback to when there's a connection error. A timeout has
been added that can be configured by setting connectTimeout to allow
iterating through failing clients at a configurable rate.

Introduce `addClient` which allows adding additional backends for
`ethyl::Provider` to fallback to when there's a connection error. A timeout has
been added that can be configured by setting `connectTimeout` to allow
iterating through failing clients at a configurable rate.
@darcys22 darcys22 merged commit b4893cd into oxen-io:master May 15, 2024
1 check passed
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.

2 participants