hyperledger/indy-plenum

Investigate and fix possible client-node related exceptions leakage into node-node processing

skhoroshavin opened this issue · 0 comments

When investigating issue in Sovrin StagingNet (detail can be found here: https://sovrin.atlassian.net/browse/SN-18) it turned out some nodes were sending INSTANCE_CHANGE messages with suspicion code 110 and comment "could not authenticate". This is actually an exception from client-facing part of code and should never be caught by node-to-node processing.

Acceptance criteria

  • Investigate and fix issue