risc0 / zeth

A "Type 0" zkEVM. Prove validity of Ethereum blocks using RISC Zero's zkVM
Apache License 2.0
381 stars 68 forks source link

fix: Ensure segment dir is in-scope during proving #99

Closed Inphi closed 8 months ago

Inphi commented 8 months ago

This keeps the temporary segment directory extant until proving is done. Otherwise, the prover tries to load a segment from a deleted temporary directory - which fails.