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
Due to addition of the generic VerifyMembership and VerifyNonMembership, the solo machine special case handling of batched verifications (ConnOpenTry and ConnOpenAck) will fail. Instead of the solo machine using the proof height to match the sequence (which is used for replay protection), the proof height should always be 0 for the solo machine and for verification it should use its latest sequence
Tests should be added which would have caught the ConnOpenTry issue
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
Due to addition of the generic
VerifyMembership
andVerifyNonMembership
, the solo machine special case handling of batched verifications (ConnOpenTry and ConnOpenAck) will fail. Instead of the solo machine using the proof height to match the sequence (which is used for replay protection), the proof height should always be 0 for the solo machine and for verification it should use its latest sequenceTests should be added which would have caught the ConnOpenTry issue
For Admin Use
The text was updated successfully, but these errors were encountered: