Skip to content

Remove or update the hash check on ModelVersion

We can't check anymore the hash on ModelVersion as we are sending the hash of the content (not the one of the archive).

Another option would be to add a second hash archive_hash in the DB, so we would have:

  • hash for the raw content, which should be unique per model
  • archive_hash for the archive content, which would be used as integrity check (thus keeping the check_hash method)

WDYT @schneider-y ?