Closed Cardosaum closed 7 months ago
Could you try using git clean -Xdi
to remove all ignored files in the repo after the update and see if this fixes this issue?
@nategraf , it does not have any effect unfortunately.
For reference:
$ git clean -Xdi
Would remove the following items:
.env cache/ methods/guest/target/ target/
broadcast/ contracts/ImageID.sol out/ tests/Elf.sol
*** Commands ***
1: clean 2: filter by pattern 3: select by numbers 4: ask each 5: quit 6: help
What now> 1
Removing .env
Removing broadcast/
Removing cache/
Removing contracts/ImageID.sol
Removing methods/guest/target/
Removing out/
Removing target/
Removing tests/Elf.sol
Closing this as it is not clear that it will be an issue going forward. Will open a new issue if this comes up again.
The issue arose from the fact that Bonsai currently only supports one version. Running a previous version of the foundry template results in:
To solve this, it was taken the approach of updating the
risc0-zkvm
dependency to0.21.0
. Compiling a project works, but then after running the publisher we get:Then updating other related dependencies was also tried, namely bumping these dependencies to the versions below:
But then, running the publisher results in:
It seems to be a decoding problem when submitting the data to the verifier contract, but further investigation is needed.