mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
docs(consensus): clarify validation sidecar signing rule
Remove the stale TMValidation exportSignatures field from the draft proto path now that export signatures ride signed proposal sidecars. Document that any future validation-carried ConsensusExtensions data must be covered by the signed validation payload and duplicate/replay identity, not an unsigned wrapper field.
This commit is contained in:
@@ -225,11 +225,6 @@ message TMValidation
|
||||
|
||||
// Number of hops traveled
|
||||
optional uint32 hops = 3 [deprecated = true];
|
||||
|
||||
// Legacy export signature gossip field retained for wire compatibility.
|
||||
// Current proposal-based export signatures use
|
||||
// TMProposeSet.exportSignatures.
|
||||
repeated bytes exportSignatures = 4;
|
||||
}
|
||||
|
||||
// An array of Endpoint messages
|
||||
|
||||
Reference in New Issue
Block a user