Don't panic on Halo2 Mock errors

This commit is contained in:
Georg Wiese
2024-03-01 12:24:37 +01:00
parent fd5d4d59a9
commit e40d5013f9
5 changed files with 23 additions and 29 deletions

View File

@@ -44,3 +44,8 @@ overflow-checks = true
panic = 'unwind'
incremental = true # This is true because target is cached
codegen-units = 256
# This can be removed when upgrading to the next release of Halo2, because this has been merged:
# https://github.com/privacy-scaling-explorations/halo2/pull/292
[patch."https://github.com/privacy-scaling-explorations/halo2"]
halo2_proofs = { git = "https://github.com/georgwiese/halo2", branch = "make-emit-public-v0.3.0", features = ["circuit-params"] }