Frank Laub
Frank Laub
Found some other related issues: https://github.com/rust-lang/rust/issues/75362 https://github.com/rust-lang/rust/issues/102299 Looks like we could try to use: ``` RUSTFLAGS="--remap-path-prefix=$HOME=/remap-home --remap-path-prefix=$PWD=/remap-pwd" ```
https://github.com/rust-lang/rust/issues/98185 https://github.com/rust-lang/rust/labels/A-reproducibility
https://github.com/rust-lang/rust/issues/34902 NEAR also uses a docker image: https://github.com/near/near-sdk-rs/issues/151
This appears to be stale, closing for now, but feel free to post a new PR on top of the latest head.
A replacement for MethodIDs are close to being complete. This will be an ImageID which is the root hash of a merkle tree where the entries are themselves hashes of...
I think this is now supported via: https://github.com/risc0/risc0/blob/main/risc0/zkvm/src/prove/mod.rs#L68
It appears that the `rhai` dependency is not following semver by pulling in an incompatible version of `rhai_codegen`. I'm using `cargo-generate` as a library and was able to get a...
Isn't this the goal of `cargo risczero build`? I think it's also related to the upcoming `cargo risczero deploy` command. Related (dup?): #1084
The new zkvm implementation uses ecalls rather than GPIO. The GetKey functionality has also been dropped.
We will be announcing https://dev.risczero.com/bonsai soon which provides the ability to generate a groth16 proof which can be verified in solidity. See this example: https://github.com/risc0/risc0/tree/main/bonsai/examples/governance