Implement PoSe based on information from LLMQ commitments - #2478
Merged
Conversation
codablock
force-pushed
the
pr_dip6_pose
branch
from
November 22, 2018 08:04
0949aad to
cd48d67
Compare
Members which are not in the validMembers bitsets are now PoSe punished. The maximum PoSe score is dynamic and mostly identical to the number of registered MNs. Added PoSe scores for failures are then a percentage of the maximum score, so that we can better control how often failures are allowed per payment cycle. For LLMQ failures, this is 66% to allow approximately 2 failures per payment cycle.
codablock
force-pushed
the
pr_dip6_pose
branch
from
November 23, 2018 14:56
cd48d67 to
5790c8f
Compare
Author
|
Rebased on develop to include #2477 |
CryptoCentric
pushed a commit
to absolute-community/absolute
that referenced
this pull request
Jun 29, 2020
Members which are not in the validMembers bitsets are now PoSe punished. The maximum PoSe score is dynamic and mostly identical to the number of registered MNs. Added PoSe scores for failures are then a percentage of the maximum score, so that we can better control how often failures are allowed per payment cycle. For LLMQ failures, this is 66% to allow approximately 2 failures per payment cycle.
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.
This is the next PR after #2477.
It currently includes all commits from it as well, which I'll remove after #2477 is merged.Only one commit is new in this PR, which is 0949aadc1cddeab566337fd12521f01e5f221bef.
Description of the commit:
Members which are not in the validMembers bitsets are now PoSe punished.
The maximum PoSe score is dynamic and mostly identical to the number of
registered MNs. Added PoSe scores for failures are then a percentage of
the maximum score, so that we can better control how often failures are
allowed per payment cycle. For LLMQ failures, this is 66% to allow
approximately 2 failures per payment cycle.