| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(zkvms_guest_io): Allow output to be emmited into a file | Kamen Mladenov | 2025-05-02 | 1 | -1/+30 |
| | | |||||
| * | feat(zkvms_guest_io): Run all operations and output json format | Kamen Mladenov | 2025-05-02 | 1 | -33/+60 |
| | | | | | | | | | | Following the new output format, we'll run the guest program for each zkVM, for each operation (execute, prove, verify with --benchmark flag). Then we'll combine the resultant JSON outputs into one big JSON object. For now we're only printing the result object. Later we'll add the ability to write it into any file. | ||||
| * | chore(zkvms_guest_io): Code style improvements | Kamen Mladenov | 2025-03-10 | 1 | -8/+15 |
| | | |||||
| * | feat(zkvms_guest_io): Make execution linear, instead of parallel | Kamen Mladenov | 2025-03-10 | 1 | -36/+24 |
| | | | | | | zkVMs are multithreaded, so having parallel execution will result in inconsistent results, as every zkVM is fighting for resources | ||||
| * | fix(zkvms_guest_io): Remove unnecessary panicking on failed command | Kamen Mladenov | 2025-03-10 | 1 | -5/+0 |
| | | |||||
| * | fix(zkvms_guest_io): Improve option error messages | Kamen Mladenov | 2025-03-10 | 1 | -2/+2 |
| | | |||||
| * | feat(zkvms_guest_io): Add the ability to fail all commands on a single failure | Kamen Mladenov | 2025-03-10 | 1 | -1/+21 |
| | | |||||
| * | feat: Replace guest script with a fully-fledged Rust program | Kamen Mladenov | 2025-03-10 | 1 | -0/+64 |
