Owners: @Antonio
In-depth page continuing from what was presented in https://www.notion.so/Preliminary-Sovereign-Zones-Research-1bb8f96fb65c803faee2d8ba9e5c7f51.
Polygon ZKEVM node repo has been discontinued and work merged into CDK Erigon repo.
The tech provides the following 1st class components:
An architectural diagram can be found here: https://docs.polygon.technology/cdk/architecture/high-level-views/.
In Validium mode, only the hash of transaction data is published onto the L1, while the actual data is stored on a different DA solution.
Relevant repos:
l1_info_root
parameters (https://github.com/0xPolygonHermez/zkevm-prover/blob/d23715e37e1ceb048babd5a258147bb8f66ccc5e/src/grpc/proto/executor.proto#L301)
0
when dealing with the prover in executor mode and not in aggregator mode, but this remains to be tested (relevant code lines dealing with this value: input.hpp)Test deployment documentation: https://docs.polygon.technology/zkEVM/get-started/setup-nodes/deploy-zkevm/intro/.