Gherman

Results 47 comments of Gherman

Can you please send links to pages that contain errors?

What I am saying is the fact that you can have a session in CLI with multiple contracts, selecting a specific contract in the menu and making a call to...

Yes, but that’s an argument for every TUI

I guess where I am getting at is that it would be cool to have Drink TUI as a TUI wrapper for the `cargo-contract`. I agree that it is too...

My suspicion is that it is related to https://github.com/risc0/risc0/blob/54febb7df36f8406d9393cbc3184920a24e9db21/risc0/zkvm/src/host/server/prove/mod.rs#L241 since when a new `Rc` reference to a local segment prover is constructed in a separate thread, it causes a data...

> Which OS are you using? Assuming you are using the proving server binary and not overriding with the "prove" feature flag? Also assuming you are not running these tests...

> I don't think so, that value won't be shared across test threads, if this was Arc it would be the same. Maybe it is not necessary related to the...