Print debugging info if a pod does not verify (#141)
* Print debugging info if a pod does not verify * Use logging for incorrect pods; add additional test
This commit is contained in:
parent
22db6ce4c6
commit
fee70af12b
4 changed files with 111 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ strum = "0.26"
|
|||
strum_macros = "0.26"
|
||||
anyhow = "1.0.56"
|
||||
dyn-clone = "1.0.18"
|
||||
log = "0.4"
|
||||
env_logger = "0.11"
|
||||
# enabled by features:
|
||||
plonky2 = { git = "https://github.com/0xPolygonZero/plonky2", optional = true }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue