Closed muktihari closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
0616e92
) to head (7fc102c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
After allowing dynamic protocol version, we didn't set the validator to validate based on the current protocol version that being used. When users use default protocol version 1 but the messages contains developer data or basetype that is not supported by version 1, the resulting file will not be correct even if maybe it can still be decoded. This PR fix that bug.