Conversation
cyber-pc
commented
Jul 1, 2026
Collaborator
- Disable DOGE revenue impact (switch added, off by default)
- Revert QVAULT/QBond burn replenishment via SupplyWatcher (from v1.297)
- qRWA: catch-up for payouts missed during network downtime
- RL Games: use RANDOM SC as entropy source (Pulse, QDuel, QTF, RandomLottery)
This reverts commit 1f73b00.
This reverts commit 029892a.
This reverts commit 7665960.
* Adds Entropy * Removes AutoParticipant * Fixes Pulse * Fixes QDuel * Fixes QTF * Fixes RL PULSE * Removes toReturnCode * Fixes Verify * Fixes Verify Adds new tests for entropy * Fixes Verify Adds new tests for entropy * Fixes return amount * Return old DUEL_AMOUNT * Returns AutoParticipation * Fixes QDuel * Adds Entropy to AutoParticipants
The schedule only fires when a tick lands inside the Friday/hour window. If the network is halted across that window (e.g. a restart spanning the Friday payout) the slot is skipped and the next run only happens the following Friday, distributing the piled-up revenue against a newer shareholder snapshot. Add a catch-up path: once a pool is overdue (>8 days) and still has revenue, fire on the next tick regardless of weekday/hour. The existing distribution updates mLastPayoutTimePool*, so each missed slot is caught up once and the schedule re-anchors to Friday afterwards.
Franziska-Mueller
approved these changes
Jul 1, 2026
Franziska-Mueller
left a comment
Collaborator
There was a problem hiding this comment.
looks good to me
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.