We are currently having serialization issues due to the addition of DummyProofGenerator on the RootCircuitData, which is causing the prover_state to not be deserializable properly, ruining caching mechanism with persistence mode activated.
This is currently pinned to 07c20447bfcdada6bd479bd8a13af26082923520 on the plonky2 side (i.e. related branch fix), and updates the codebase with all changes related to plonky2 bump, in addition to fixing the range in two_to_one test and adding a serialization check consistency on the empty_tables test.
We are currently having serialization issues due to the addition of
DummyProofGenerator
on theRootCircuitData
, which is causing the prover_state to not be deserializable properly, ruining caching mechanism with persistence mode activated.This is currently pinned to
07c20447bfcdada6bd479bd8a13af26082923520
on the plonky2 side (i.e. related branch fix), and updates the codebase with all changes related to plonky2 bump, in addition to fixing the range intwo_to_one
test and adding a serialization check consistency on theempty_tables
test.sibling PR: https://github.com/0xPolygonZero/plonky2/pull/1634