Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cache access structure and update submodules to the latest #1804

Merged
merged 4 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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]);
Copy link
Collaborator

@mitschabaude mitschabaude Aug 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so, did the ocaml type change? if yes it would be nice to also change MlSnarkKeysHeader
(the TS type)

Copy link
Member Author

@Trivo25 Trivo25 Aug 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

switch (header[0]) {
case KeyType.StepProvingKey:
case KeyType.StepVerificationKey: {
Expand Down
2 changes: 1 addition & 1 deletion src/mina
Submodule mina updated 779 files