You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
collator-protocol revamp: Send RC PeerId with ApprovedPeer UMP signal (#12388)
Currently the collator sends its parachain PeerId within the
ApprovedPeer UMP signal, which is wrong because this peer id is not
known on the relay chain.
As a result on CandidateIncluded event the score is bumped for the wrong
PeerId and the collator remains with zero reputation no matter its
honest work.
---------
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 44b3a38)
title: 'collator-protocol revamp: Send RC PeerId with ApprovedPeer UMP signal'
2
+
doc:
3
+
- audience: Node Dev
4
+
description: |-
5
+
Currently the collator sends its parachain PeerId within the ApprovedPeer UMP signal, which is wrong because this peer id is not known on the relay chain.
6
+
As a result on CandidateIncluded event the score is bumped for the wrong PeerId and the collator remains with zero reputation no matter its honest work.
0 commit comments