-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Core API
-
None
The old wiremessage package had a method on each wiremessage.WireMessage implementation that handled validation for that wire message. Since the new design is simpler, with the wiremessage.WireMessage type being a []byte, add a Validate method to that that will ensure the wiremessage.WireMessage is valid.