diff --git a/src/ssn/getPatch.ts b/src/ssn/getPatch.ts index 94ee5e8..9bd187f 100644 --- a/src/ssn/getPatch.ts +++ b/src/ssn/getPatch.ts @@ -13,6 +13,8 @@ export default async function getPatch(product: Product, from: number, to: numbe const zipFile = bufferArray[bufferArray.length - 1]; const dvArray = bufferArray.map((buffer) => new DataView(buffer)); + //TODO: Verify that downloaded files match the hash in `solidPkg.pieces` + const fileEntries = readSsnFile(zipFile); console.debug(fileEntries);