[ICS03][ICS04] Refactor and fix version validation in connection and channel handshakes #625
Labels
A: breaking
Admin: breaking change that may impact operators
A: bug
Admin: something isn't working
O: maintainability
Objective: cause to ease modification, fault corrections and improve code understanding
O: reliability
Objective: cause to improve trustworthiness and consistent performing
Milestone
Summary
Part of #233
Found confusing validation codebase around
Version
type, in particular in places we callcontains()
and unsure if checks are done correctly. Also, there is a bit higher processing cost withinpick_version
method.Streamlining and maintaining the code will ensure all validation steps are completed.
The text was updated successfully, but these errors were encountered: