| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(zkvms/risc0): Use unstable feature | Kamen Mladenov | 2025-04-24 | 1 | -1/+1 |
| | | |||||
| * | chore: Update mcl-blockchain dependency | Kamen Mladenov | 2025-04-24 | 1 | -1/+1 |
| | | | | | | | There are no package version updates. The primary difference is that RISC0 is now compiled with the unstable feature. All other hash updates come from the switch from rust-bin to fenix. | ||||
| * | feat(zkvms/risc0): Implement elf encoding | Kamen Mladenov | 2025-04-04 | 1 | -0/+3 |
| | | | | | | | | | | Recently, RISC0 have added code to their SDK which adds magic bytes to the (already compiled) ELF. Since we're taking another route than intended, we'll need to replicate this step too. We're doing things in a different fashion, because their SDK normally compiles the guest, and doesn't allow you to supply a prebuilt ELF. | ||||
| * | chore: Update flake.lock and Cargo.lock | Kamen Mladenov | 2025-04-04 | 1 | -1/+1 |
| | | |||||
| * | chore: Update zkVM packages | Kamen Mladenov | 2025-02-26 | 1 | -1/+1 |
| | | | | | | | | | This includes: - Updating flake.lock - Updating all host and guest Cargo.toml and Cargo.lock files - Making zkvm default.nix file modifications to account for toolchain and setup changes | ||||
| * | docs(zkvms/risc0): Add detailed documentation comments | Kamen Mladenov | 2025-02-10 | 1 | -1/+6 |
| | | |||||
| * | feat(risc0): Adapt to new input type and zkvmLib | Kamen Mladenov | 2025-01-30 | 1 | -1/+0 |
| | | |||||
| * | feat(zkvms/risc0): Add guest and it's macro | Kamen Mladenov | 2025-01-10 | 1 | -0/+11 |
