aboutsummaryrefslogtreecommitdiff
path: root/zkvms/jolt/guest/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* chore: Update mcl-blockchain dependencyKamen Mladenov2025-04-241-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.
* chore: Update flake.lock and Cargo.lockKamen Mladenov2025-04-041-1/+1
|
* chore: Update zkVM packagesKamen Mladenov2025-02-261-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/jolt): Add detailed documentation commentsKamen Mladenov2025-02-101-0/+4
|
* feat(jolt): Adapt to new input type and zkvmLibKamen Mladenov2025-01-301-4/+0
|
* feat(zkvms): Add jolt guest and it's macroKamen Mladenov2025-01-171-0/+17
Had to reimplement and modify the build macro function so it would take an elf path, instead of always doing a manual build. Additionally, had to hard-code a **lot** of values.