From 7fc1986be8f783d71814752d5b9e9a629c91d0e2 Mon Sep 17 00:00:00 2001 From: Stephane Gurgenidze Date: Thu, 9 Jan 2025 01:05:29 +0400 Subject: [PATCH] docs(prdoc): add prdoc for PR #6924 --- prdoc/pr_6924.prdoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 prdoc/pr_6924.prdoc diff --git a/prdoc/pr_6924.prdoc b/prdoc/pr_6924.prdoc new file mode 100644 index 000000000000..96f27de8a6ab --- /dev/null +++ b/prdoc/pr_6924.prdoc @@ -0,0 +1,16 @@ +title: "malus-collator: implement malicious collator submitting same collation to all backing groups" + +doc: + - audience: Node Dev + description: | + This PR modifies the undying collator to include a malus mode, + enabling it to submit the same collation to all assigned backing groups. + + It also includes a test that spawns a network with the malus collator + and verifies that everything functions correctly. + +crates: + - name: test-parachain-undying + bump: patch + - name: test-parachain-undying-collator + bump: patch