DelphinusLab / continuation-batcher

customizable halo2 circuits batcher
26 stars 13 forks source link

test.sh panic #42

Open mooreland opened 1 month ago

mooreland commented 1 month ago

thread 'main' panicked at /home/moore/.cargo/git/checkouts/halo2-gpu-specific-4d08aed75011eb52/12655ca/halo2_proofs/src/poly/commitment.rs:387:9: assertion failed: bases.len() >= size

set 7 instead 1 in exec.rs can solve it temporary // the final instance size is 1 let params_verifier: ParamsVerifier = params.verifier(7)

xgaozoyoe commented 1 month ago

It is an known issue as the test.sh does not provide the param of is_final in batching which leads to the problem of have more than 1 params. I will fix it later.