Skip to content
  • Jason Yellick's avatar
    [FAB-5265] Rm blockcutter message validation · ed9517ea
    Jason Yellick authored
    
    
    The primary goal of the series in FAB-5258 is to prevent all OSNs from
    having to validate all messages for all channels.  Since all messages
    pass through the block cutter, the block cutter cannot be involved in
    message validation as it currently is.
    
    This CR pulls the message validation out of the blockcutter and pushes
    it into the msgprocessor definitions.  Ultimately, the msgprocessor
    interfaces will only be called if necessary, eliminating the performance
    bottleneck.
    
    Change-Id: I3c0d41e47873aa6e764c70fd176722306f00655c
    Signed-off-by: default avatarJason Yellick <jyellick@us.ibm.com>
    ed9517ea