snarkify / sirius

A Plonkish folding framework for Incrementally Verifiable Computation (IVC).
MIT License
119 stars 17 forks source link

test(nifs): imprv err hanling in nifs tests #232

Closed cyphersnake closed 5 months ago

cyphersnake commented 5 months ago

Motivation I needed more information to debug nifs while solving #159

The main problem was that the panics did not allow to trace the place of occurrence in the test itself and I also wanted to trace not to the first error, but to understand the whole context at once.

Overview