dusk-network / plonk

Pure Rust implementation of the PLONK ZKProof System done by the Dusk team
https://dusk-network.github.io/plonk
Mozilla Public License 2.0
543 stars 150 forks source link

Tests fail when run in debug mode #763

Closed moCello closed 1 year ago

moCello commented 1 year ago

Describe the bug All our tests pass when run in release mode but some fail when run in debug mode, notably the example from the readme, append_logic_xor and append_logic_and.

To Reproduce For the example from the README run

cargo test --doc

and for the logic (and possibly other) tests run

cargo test

Expected behaviour The tests should pass no matter if in debug or release mode

Version v0.14.1

Additional context First discovered in #753 and #758