risc0 / risc0-foundry-template

Template for integrating RISC Zero and Ethereum using Foundry
https://risczero.com
107 stars 60 forks source link

Refactor prover api #106

Closed capossele closed 6 months ago

capossele commented 6 months ago

Closes #92

nategraf commented 6 months ago

In order to test this against risc0 main, I did some work to update a few things https://github.com/risc0/risc0-foundry-template/pull/109

nategraf commented 6 months ago

Note: I also force-pushed the dev branch to match the commit history of main. I think ideally, we'll have main lag behind dev, but share git history with it.

nategraf commented 6 months ago

@capossele, I pushed a few commits to this branch. Definitely let me know if you disagree with any of the changes.

nategraf commented 6 months ago

In the latest commits, I am using the cargo-risczero-install action from https://github.com/risc0/risc0-ethereum/pull/128