Skip to content

Commit

Permalink
set provenZK version
Browse files Browse the repository at this point in the history
  • Loading branch information
kustosz committed Jan 28, 2024
1 parent e46580c commit 4d16182
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion formal-verification/lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
"rev": "5a858c32963b6b19be0d477a30a1f4b6c120be7e",
"name": "Cli",
"inputRev?": "nightly"}},
{"path": {"name": "ProvenZK", "dir": "./../../../proven-zk"}},
{"git":
{"url": "https://github.com/reilabs/proven-zk.git",
"subDir?": null,
"rev": "ae9327ec14d84b20f1c17f336ed7698e5b0fbae1",
"name": "ProvenZK",
"inputRev?": "v1.3.0"}},
{"git":
{"url": "https://github.com/leanprover-community/mathlib4.git",
"subDir?": null,
Expand Down
4 changes: 2 additions & 2 deletions formal-verification/lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package «formal-verification» {
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"@"26d0eab43f05db777d1cf31abd31d3a57954b2a9"

require ProvenZK from
".."/".."/".."/"proven-zk"
require ProvenZK from git
"https://github.com/reilabs/proven-zk.git"@"v1.3.0"

lean_lib FormalVerification {
moreLeanArgs := #["--tstack=65520", "-DmaxRecDepth=10000", "-DmaxHeartbeats=200000000"]
Expand Down

0 comments on commit 4d16182

Please sign in to comment.