aboutsummaryrefslogtreecommitdiff
path: root/zkvms/nexus/guest
Commit message (Collapse)AuthorAgeFilesLines
* feat(zkvms_host_io): Add json dependencyKamen Mladenov2025-05-021-10/+17
|
* chore: Update mcl-blockchain dependencyKamen Mladenov2025-04-242-7/+7
| | | | | | 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/nexus): Update to use FunctionDefinitionKamen Mladenov2025-04-071-1/+1
|
* feat(zkvms/nexus): Update SDK usageKamen Mladenov2025-04-043-25/+7
| | | | Update according to their new methods.
* chore: Update flake.lock and Cargo.lockKamen Mladenov2025-04-042-33/+45
|
* chore: Rust fmtKamen Mladenov2025-02-271-2/+2
|
* chore: Update zkVM packagesKamen Mladenov2025-02-262-7/+7
| | | | | | | | 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/nexus): Add detailed documentation commentsKamen Mladenov2025-02-101-0/+4
|
* chore(nexus): Update nix cargo dependenciesKamen Mladenov2025-02-102-5/+5
|
* feat(zkvms): Use std (or alloc) collections in all guestsKamen Mladenov2025-02-071-6/+1
|
* feat(zkvms/nexus): Make guest commit public inputKamen Mladenov2025-02-031-7/+36
|
* feat(nexus): Adapt to new input type and zkvmLibKamen Mladenov2025-01-302-6/+194
|
* feat(zkvms/nexus): Require guest to implement a "no_std" featureKamen Mladenov2025-01-211-0/+3
|
* feat(zkvms): Add nexus guest and it's macroKamen Mladenov2025-01-175-0/+105