From 4cf7bd440cdf6f9f29a01aac4cb27ede5e5a21a4 Mon Sep 17 00:00:00 2001 From: Britt Cyr Date: Thu, 31 Oct 2024 15:57:19 -0400 Subject: [PATCH] Remove hack in fill feed from old testing (#247) remove hack in fill feed from old testing --- client/ts/src/fillFeed.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/client/ts/src/fillFeed.ts b/client/ts/src/fillFeed.ts index 72771ab9e..1434612a5 100644 --- a/client/ts/src/fillFeed.ts +++ b/client/ts/src/fillFeed.ts @@ -140,13 +140,7 @@ export class FillFeed { c.charCodeAt(0), ); const buffer = Buffer.from(byteArray); - // Hack to fix the difference in caching on the CI action. - if ( - !buffer.subarray(0, 8).equals(fillDiscriminant) && - !buffer - .subarray(0, 8) - .equals(Buffer.from([52, 81, 147, 82, 119, 191, 72, 172])) - ) { + if (!buffer.subarray(0, 8).equals(fillDiscriminant)) { continue; } const deserializedFillLog: FillLog = FillLog.deserialize(