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

force the reward pulser to completion sooner #2521

Merged
merged 1 commit into from
Oct 17, 2021

Commits on Oct 14, 2021

  1. force the reward pulser to completion sooner

    Some tools, such ad db-sync and the stake credential history tool rely
    on being able to inspect the ledger state for the reward update. If the
    pulser does not finish before the end of the epoch (which has happened
    on the Shelley-QA network, see
    IntersectMBO/cardano-db-sync#882) then the
    pulser is forced to completion at the moment it is applied, as is
    therefore invisible to downstream tools.
    
    To solve this problem, we force completion of the reward pulser by
    (2k/f)-many slots before the end of the epoch (one day on mainnet).
    Jared Corduan committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    4e43452 View commit details
    Browse the repository at this point in the history