-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information
Jared Corduan
committed
Oct 14, 2021
1 parent
02db700
commit 3dd8080
Showing
2 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters