From a8a68b2d54bd4241fedb8d2a465dbbf8b1ce8bbd Mon Sep 17 00:00:00 2001 From: Gregor Date: Mon, 11 Mar 2024 14:28:30 +0100 Subject: [PATCH 1/5] submodules --- src/bindings | 2 +- src/mina | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bindings b/src/bindings index f91e42740f..6db95e8b24 160000 --- a/src/bindings +++ b/src/bindings @@ -1 +1 @@ -Subproject commit f91e42740fdd94ecb7f200bd2c02063684067baf +Subproject commit 6db95e8b244da575f4339779f9c7df65f84b01a6 diff --git a/src/mina b/src/mina index 0ddc4b90f5..bc8ea80ce7 160000 --- a/src/mina +++ b/src/mina @@ -1 +1 @@ -Subproject commit 0ddc4b90f54b73bb5279db690e74b4b7a0bd8495 +Subproject commit bc8ea80ce7cfd3f8e7393a95c152084f0a905ecf From e932dfb474a08f217c7d516450a81b75e3863bc4 Mon Sep 17 00:00:00 2001 From: Gregor Date: Tue, 12 Mar 2024 16:45:15 +0100 Subject: [PATCH 2/5] submodules --- src/bindings | 2 +- src/mina | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bindings b/src/bindings index 6db95e8b24..971eb5f539 160000 --- a/src/bindings +++ b/src/bindings @@ -1 +1 @@ -Subproject commit 6db95e8b244da575f4339779f9c7df65f84b01a6 +Subproject commit 971eb5f5395c377c50a51c28e82b500ba57466ff diff --git a/src/mina b/src/mina index bc8ea80ce7..fc2ea689d7 160000 --- a/src/mina +++ b/src/mina @@ -1 +1 @@ -Subproject commit bc8ea80ce7cfd3f8e7393a95c152084f0a905ecf +Subproject commit fc2ea689d7ba6be09255080d1841b373faef5eb9 From 54bae2336319db9bcaa8052956705a3c84eaf37e Mon Sep 17 00:00:00 2001 From: Gregor Date: Thu, 14 Mar 2024 16:52:40 +0100 Subject: [PATCH 3/5] fixup --- src/tests/fake-proof.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tests/fake-proof.ts b/src/tests/fake-proof.ts index dcc1767560..430cff43be 100644 --- a/src/tests/fake-proof.ts +++ b/src/tests/fake-proof.ts @@ -14,7 +14,7 @@ const RealProgram = ZkProgram({ methods: { make: { privateInputs: [UInt64], - method(value: UInt64) { + async method(value: UInt64) { let expected = UInt64.from(34); value.assertEquals(expected); }, @@ -25,7 +25,7 @@ const RealProgram = ZkProgram({ const FakeProgram = ZkProgram({ name: 'fake', methods: { - make: { privateInputs: [UInt64], method(_: UInt64) {} }, + make: { privateInputs: [UInt64], async method(_: UInt64) {} }, }, }); @@ -36,7 +36,7 @@ const RecursiveProgram = ZkProgram({ methods: { verifyReal: { privateInputs: [RealProof], - method(proof: RealProof) { + async method(proof: RealProof) { proof.verify(); }, }, From fd8feac3addd881e4366f1ce79db162b75db04d1 Mon Sep 17 00:00:00 2001 From: Gregor Date: Thu, 14 Mar 2024 16:52:56 +0100 Subject: [PATCH 4/5] bump mina --- src/mina | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mina b/src/mina index fc2ea689d7..27158e39ff 160000 --- a/src/mina +++ b/src/mina @@ -1 +1 @@ -Subproject commit fc2ea689d7ba6be09255080d1841b373faef5eb9 +Subproject commit 27158e39ffba17c687234d1e219654f57ade5bb5 From b7b5105e905f42769b0a4d0c22e2c09d19946b24 Mon Sep 17 00:00:00 2001 From: Gregor Date: Thu, 14 Mar 2024 16:57:18 +0100 Subject: [PATCH 5/5] recompile --- src/bindings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings b/src/bindings index 971eb5f539..6a23e83588 160000 --- a/src/bindings +++ b/src/bindings @@ -1 +1 @@ -Subproject commit 971eb5f5395c377c50a51c28e82b500ba57466ff +Subproject commit 6a23e835880152f9bda93ae2632fc9859e50a6b0