You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to update the CDK's dependency on zkevm-prover, the end goal for this issue is to run cd test && make run on cdk-validium-node repo, but with proof generated by sp1, and the aggregator (who will internally use prover) will submit the prove to a modified cdk-validium-contract.
roughly we need to:
start a trivial mocked sp1-prover executable (just write in rust) that provides similar interfaces like current zkevm-prover; and write a Dockerfile to launch it
understand what these APIs are (find if we can easily put up a mocked prover)
update cdk-validium-node/test/docker-compose.yml::zkevm-prover with our new docker image, also update respective config in test/config/*.config.json about the new prover service
This task is tracked as this milestone on notion.
The idea is to update the CDK's dependency on
zkevm-prover
, the end goal for this issue is to runcd test && make run
oncdk-validium-node
repo, but with proof generated by sp1, and the aggregator (who will internally use prover) will submit the prove to a modifiedcdk-validium-contract
.roughly we need to:
sp1-prover
executable (just write in rust) that provides similar interfaces like currentzkevm-prover
; and write aDockerfile
to launch itcdk-validium-node/test/docker-compose.yml::zkevm-prover
with our new docker image, also update respective config intest/config/*.config.json
about the new prover serviceFflonkVerifier.sol
withFibonaci.sol
and updateCDKValidum.sol
's verifytest/docker-compose.yml::zkevm-mock-l1-network
make run
for e2e testsWhat we don't need:
The text was updated successfully, but these errors were encountered: