microavia / messgen

MIT License
9 stars 11 forks source link

Robust version hash generator #77

Closed Roman- closed 10 months ago

Roman- commented 11 months ago

Prior to generating version hash from the module dict, the VersionProtocol now sorts the module, discards comments and names, and only then computes the md5 hash.

Fix for #70