Open
Conversation
QEDK
requested changes
Apr 15, 2026
| 2. For each transaction: The priority fee is credited to the distribution account instead of the beneficiary balance. | ||
| The distribution account has the following logic: | ||
|
|
||
| ``` |
Collaborator
There was a problem hiding this comment.
Suggested change
| ``` | |
| ```python |
For Prisma syntax highlighting
| The primary consideration is the precision of the reward accumulator. | ||
|
|
||
| `External_rewards` requires a minimum amount, defined as the `dust_threshold`, to guarantee a certain decimal accuracy within the accumulator. The minimum threshold for non-zero priority fees must align with the `external_rewards` minimum balance requirement. Any fees under this threshold will not be distributed. | ||
| `external_rewards` requires a minimum input amount, defined as the `dust_threshold`, in order to guarantee a certain decimal accuracy within the accumulator. The minimum threshold for non-zero priority fees must align with this `external_rewards` minimum-balance requirement, and any fees below this threshold will not be distributed. |
Collaborator
There was a problem hiding this comment.
nit: minimum-balance requirement -> minimum balance requirement
| ## Copyright | ||
| Copyright and related rights waived via CC0. No newline at end of file | ||
|
|
||
| Copyright and related rights waived via CC0. |
Collaborator
There was a problem hiding this comment.
CC0 should link to the license file.
Contributor
|
All updates lgtm. No updates other than what QEDK referenced. One comment: |
jhb10c
approved these changes
Apr 15, 2026
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.
No description provided.