snarkVM
snarkVM copied to clipboard
cargo bench --bench posw failed with assert!(remainder.is_zero()) in the testnet3 barnch
🐛 Bug Report
cargo bench --bench posw failed with the testnet3 barnch, the git version is SHA-1: 111f5faa1a24342a3d454077e901ea01ea1d5181
Steps to Reproduce
- git clone https://github.com/AleoHQ/snarkVM.git ./vm
- cd .vm/dpc
- cargo bench --bench posw.
Expected Behavior
matrix_sumcheck_helper 131070/65536
matrix_sumcheck_helper 131070/65536
thread 'RUST_BACKTRACE=1
environment variable to display a backtrace
thread '
i add log in line#225 println!("matrix_sumcheck_helper {}/{}", h.degree(), non_zero_domain.size()); let (mut h, remainder) = h.divide_by_vanishing_poly(non_zero_domain).unwrap(); assert!(remainder.is_zero());
Your Environment
snarkVM 111f5faa1a rust version 1.64 OS: window 11
+1
same issue
Closing as this feature has been removed from the testnet3
branch. Feel free to reopen if you encounter this issue elsewhere!