We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddbf7f commit b25d46fCopy full SHA for b25d46f
yarn-project/pxe/src/contract_function_simulator/tagging_utils.ts
@@ -9,6 +9,7 @@ import type { IndexedTaggingSecret } from './indexed_tagging_secret.js';
9
// Half the size of the window we slide over the tagging secret indexes.
10
export const WINDOW_HALF_SIZE = 10;
11
12
+// TODO(benesjan): Make this return tags instead - this will moves some complexity from syncTaggedLogs
13
export function getIndexedTaggingSecretsForTheWindow(
14
secretsAndWindows: { directionalAppTaggingSecret: Fr; leftMostIndex: number; rightMostIndex: number }[],
15
): IndexedTaggingSecret[] {
0 commit comments