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
- Remove plain SHA256 checksum support (always use SHA256_CHUNKED)
- Add CHECKSUM_TYPE_CRC64NVME to model for reading packages
- Remove conditional file size logic (always 5TB now that chunked is default)
- Rename config flag: chunkedChecksums -> crc64Checksums (for future use)
- Delete checksums-legacy.spec.ts (plain SHA256 tests)
- Clean up test mocks and suite names
The catalog always computes SHA256_CHUNKED checksums for uploads.
The crc64Checksums flag is reserved for future catalog-side CRC64NVME
computation, but currently doesn't affect behavior.
0 commit comments