0xPolygonZero / zk_evm

Apache License 2.0
85 stars 37 forks source link

Bump plonky2 (serialization fix) #729

Closed Nashtare closed 1 month ago

Nashtare commented 1 month ago

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.

sibling PR: https://github.com/0xPolygonZero/plonky2/pull/1634