Skip to content

Commit

Permalink
Merge pull request #1804 from o1-labs/cache-fix
Browse files Browse the repository at this point in the history
Fix cache access structure and update submodules to the latest
  • Loading branch information
Trivo25 authored Aug 23, 2024
2 parents d94206d + 8ab009c commit 0f57e36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/lib/proof-system/prover-keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function parseHeader(
methods: MethodInterface[],
header: SnarkKeyHeader
): CacheHeader {
let hash = Pickles.util.fromMlString(header[1][2][7]);
let hash = Pickles.util.fromMlString(header[1][2][6]);
switch (header[0]) {
case KeyType.StepProvingKey:
case KeyType.StepVerificationKey: {
Expand Down Expand Up @@ -211,7 +211,6 @@ type MlSnarkKeysHeader = [
headerVersion: number,
kind: [_: 0, type: MlString, identifier: MlString],
constraintConstants: unknown,
commit: MlString,
length: number,
constraintSystemHash: MlString,
identifyingHash: MlString
Expand Down
2 changes: 1 addition & 1 deletion src/mina
Submodule mina updated 779 files

0 comments on commit 0f57e36

Please sign in to comment.