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

chore: add retry for consumer chain to become available #50

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

RafilxTenfen
Copy link
Contributor

The goal here was to make life easier for finality provider operators to be able to turn on the finality provider before the consumer node is available and wait for that node to become available for MinutesToWaitForConsumer minutes

Copy link
Member

@Lazar955 Lazar955 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work 👍

@RafilxTenfen RafilxTenfen merged commit f9c8130 into main Sep 12, 2024
8 checks passed
RafilxTenfen added a commit that referenced this pull request Sep 18, 2024
- Removed previous `MinutesToWaitForConsumer` added in #50 since it was
not good enough to wait for the chain to be up, without starting the fpd
server to receive fpd creation
- Add new loop that verifies the FP status on chain and update it
accordingly (before it was only one time at startup)
- Add check for keyring key is valid at start of `NewBabylonController`
to avoid panic at `mustGetTxSigner`
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