| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(zkvms/zkwasm): Change default output paths to /tmp | Kamen Mladenov | 2025-05-05 | 1 | -3/+3 |
| | | |||||
| * | chore: cargo fmt | Kamen Mladenov | 2025-05-02 | 1 | -4/+5 |
| | | |||||
| * | feat(zkvms_guest_io): Output proof size | Kamen Mladenov | 2025-05-02 | 1 | -0/+7 |
| | | | | | | | | In each zkVM we'll write the size to /tmp/proof_size and then guest_io will read that value and place it inside our metrics output. This is not the most elegant, and in certain zkVMs the file output is a part of the benchmark timing, but it will have to do. | ||||
| * | fix(zkvms/zkwasm): Explicit type in argument | Kamen Mladenov | 2025-04-23 | 1 | -1/+1 |
| | | | | | | In certain cases, we would get errors that the "x" type cannot be inferred. | ||||
| * | feat(zkvms/zkwasm): Export macro which converts to bytes vector as a library | Kamen Mladenov | 2025-03-05 | 1 | -77/+4 |
| | | |||||
| * | chore: Rust fmt | Kamen Mladenov | 2025-02-27 | 1 | -58/+47 |
| | | |||||
| * | docs(zkvms/zkwasm): Add detailed documentation comments | Kamen Mladenov | 2025-02-10 | 1 | -0/+16 |
| | | |||||
| * | feat(zkvms/zkwasm): Add benchmarking capability | Kamen Mladenov | 2025-02-07 | 1 | -13/+15 |
| | | |||||
| * | feat(zkvms/zkwasm): Proper handling of input strings and hashmaps | Kamen Mladenov | 2025-02-06 | 1 | -22/+24 |
| | | |||||
| * | feat(zkvms/zkwasm): Use path input type and move container size information ↵ | Kamen Mladenov | 2025-02-06 | 1 | -43/+98 |
| | | | | | to host | ||||
| * | feat(zkvms/zkwasm): Implement proper handling of public and private inputs | Kamen Mladenov | 2025-02-03 | 1 | -7/+34 |
| | | |||||
| * | feat(zkvms/zkwasm): Update Cargo.lock, make variables depend on environment ↵ | Kamen Mladenov | 2025-01-31 | 1 | -10/+31 |
| | | | | | and use default environments | ||||
| * | feat(zkvms/zkwasm): Adapt to new input type | Kamen Mladenov | 2025-01-28 | 1 | -14/+16 |
| | | |||||
| * | feat(zkvms): Add zkwasm host | Kamen Mladenov | 2025-01-15 | 1 | -0/+74 |
