Closed simonerom closed 1 year ago
v0.8.stark support snark too, but need a BONSAI_KEY env for ris0 docker-compose config
could you share the send message cmd info ?
I'm sending the message using the command provided in the README file:
wsctl message send -p "test01" -v "0.1" -d "{\"private_input\":\"14\", \"public_input\":\"3,34\", \"receipt_type\":\"Snark\"}"
After the update of the risc0 image in
docker-config.yaml
fromv0.8rc1
tov0.8.stark
the proof generation is failing with error _"failed to execute instance: failed to execute risc0 instance: rpc error: code = Canceled desc = stream terminated by RSTSTREAM with error code: CANCEL"PR https://github.com/machinefi/sprout/pull/32 restores the working image.