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

Stop relaying on Babylon retry library #8

Closed
KonradStaniec opened this issue Aug 7, 2024 · 1 comment
Closed

Stop relaying on Babylon retry library #8

KonradStaniec opened this issue Aug 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@KonradStaniec
Copy link
Collaborator

Currently vigilante program relies on "github.com/babylonlabs-io/babylon/types/retry" for retries.

This approach is sub-optimal, and should be changed to use some better known library like "github.com/avast/retry-go/v4"

@KonradStaniec KonradStaniec added the bug Something isn't working label Aug 7, 2024
Lazar955 added a commit that referenced this issue Sep 4, 2024
Replaces usage of `retry.do` from babylon with `avast/retry-go`

[References issue](#8)
@Lazar955
Copy link
Member

Lazar955 commented Sep 4, 2024

Fixed in #29

@Lazar955 Lazar955 closed this as completed Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants