anagrambuild / bonsol

solana + risc0
https://bonsol.sh
GNU Affero General Public License v3.0
60 stars 9 forks source link

chore: prover version sync with s3 #56

Closed jac18281828 closed 1 month ago

jac18281828 commented 1 month ago

closes #57

This is a sketch of a way to handle prover versions. This takes the risc0-groth16-prover image provided by risc0 and syncs the files to an s3 bucket.

I'm thinking we could update our setup to sync to that specific version and that would make it more convenient to setup across multiple versions for working #29

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bonsol ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2024 10:43pm
jac18281828 commented 1 month ago

This is now tested and working in my sandbox. The prover version is properly synced on release and the install_prover.sh offers an option to sync the files locally to the directory of the users choosing.

jac18281828 commented 1 month ago

This is updated with the revised approach to credentials @austbot - I will need to merge to be able to test behavior running from GitHub.