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

Blockchain watchdogs use unique actor name #1667

Merged
merged 1 commit into from
Jan 19, 2021

Commits on Jan 7, 2021

  1. Blockchain watchdogs use unique actor name

    Actor names cannot conflict.
    
    Even though blockchain watchdog actors stop themselves after fetching block
    data, when blocks are found in a short interval, we may end up with multiple
    actors of the same type simultaneously alive, so we need them to have
    unique names.
    
    The blockcount isn't sufficient to make their names unique because forks
    can happen.
    
    Fixes #1665
    t-bast committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    261d3a3 View commit details
    Browse the repository at this point in the history