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

Fix: ensure epoch consistency during epoch changes when signer is signing #2046

Merged
merged 3 commits into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. refactor: has_epoch_changed now returns an enum with current epoch …

    …if changed, or time point otherwise
    dlachaume committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ab7e697 View commit details
    Browse the repository at this point in the history
  2. fix: use provided time point for determining beacon to sign

    This allows to remove the ticker service dependency from the `SignerCertifierService`.
    dlachaume committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    435c56f View commit details
    Browse the repository at this point in the history
  3. chore: upgrade crate version

    * mithril-signer from `0.2.203` to `0.2.204`
    dlachaume committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2c18bec View commit details
    Browse the repository at this point in the history