Rano | Ranadeep

Results 100 comments of Rano | Ranadeep

This version bump requires a bump in MSRV to `1.75.0`.

Seems like we are pulling this via `syn_derive` (via `cargo tree --invert proc-macro-error`). We can update our lockfiles when Kyuuhachi/syn_derive#5 is merged and released.

This PR made me notice that `ics23` is re-exported in `ibc-proto`. We should only depend on `ibc-proto` and reuse [`ibc_proto::ics23`](https://docs.rs/ibc-proto/latest/ibc_proto/#reexports).

I hear you. We will consider upstreaming your suggestions. But I am curious how you are using them. It sounds like we can benefit in the long run by maintaining...

is it possible to use multiple GPUs for provers ?

I am trying to prove a sha256 computation ```cairo // sha256.cairo fn main(args: Array) -> Array { let mut span = args.span(); let data = Serde::::deserialize(ref span).unwrap(); let hash: [u32;...