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

Remove deadline clock in POA and replace with tokio time functions. #2102

Closed
wants to merge 71 commits into from
Closed

Remove deadline clock in POA and replace with tokio time functions. #2102

wants to merge 71 commits into from

Conversation

AurelienFT
Copy link
Contributor

@AurelienFT AurelienFT commented Aug 19, 2024

Linked Issues/PRs

#1917

Description

This PR removes the DeadlineClock structure and his usage in POA. It's replaced by a mechanism using Tokio features.
This changes avoid the service to hangs up on an error, the new behaviour is that it will wait block_time to retry a block creation.

Checklist

  • Breaking changes are clearly marked as such in the PR description and changelog
  • New behavior is reflected in tests
  • The specification matches the implemented behavior (link update PR if changes are needed)

Before requesting review

  • I have reviewed the code myself
  • I have created follow-up issues caused by this PR and linked them here

@AurelienFT AurelienFT marked this pull request as draft August 19, 2024 12:42
@AurelienFT AurelienFT marked this pull request as ready for review August 19, 2024 13:17
@AurelienFT
Copy link
Contributor Author

For now I can't add reviewers and so I'm pinging @xgreenx and @Dentosal

@AurelienFT AurelienFT changed the base branch from master to dento/kms August 19, 2024 13:30
@Dentosal Dentosal deleted the branch FuelLabs:master August 19, 2024 15:23
@Dentosal Dentosal closed this Aug 19, 2024
@Dentosal Dentosal reopened this Aug 19, 2024
@Dentosal Dentosal changed the base branch from dento/kms to master August 19, 2024 15:27
@AurelienFT AurelienFT closed this Aug 20, 2024
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.

3 participants