feat(iota-core, iota-types): Enable misbehavior report creation #9363
+40
−17
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.
--- config: gitGraph: {parallelCommits: true, mainBranchName: 'Feature', rotateCommitLabel: true} --- gitGraph commit id: "Initial commit" commit id: "Old Scorer" tag: "PR8530" commit id: "add ChangeEpochV4" tag: "PR9159" commit id: "add MisbehaviorReports" tag: "PR9175" commit id: "add ScoringMetrics" tag: "PR9176" commit id: "add Scorer" tag: "PR9177" commit id: "add ScoringMetricsStore" tag: "PR9178" commit id: "add report validation" tag: "PR9362" commit id: "add scoring function" tag: "PR9361" checkout Feature branch report-creation commit id: "add report creation" checkout Feature merge report-creation tag: "THIS PR"Description of change
This PR enables the creation of the MisbehaviorReport consensus message, as their submission to consensus in order to disseminate it with the rest of the committee.
Links to any relevant issues
Be sure to reference any related issues by adding
fixes #(issue).How the change has been tested
Release Notes
Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.
For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.