<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blocksense/zkVMs-benchmarks/zkvms/zkm/host/Cargo.lock, branch main</title>
<subtitle>Setups and programs for zero-knowledge virtual machine benchmarking</subtitle>
<id>https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/atom?h=main</id>
<link rel='self' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/'/>
<updated>2025-05-02T12:32:54Z</updated>
<entry>
<title>feat(zkvms_host_io): Implement new output format for zkvm/guest</title>
<updated>2025-05-02T12:32:54Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-04-29T12:48:34Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=1112cce22f81341dfd0553034ca927e823bb36bf'/>
<id>urn:sha1:1112cce22f81341dfd0553034ca927e823bb36bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(zkvms_host_io): Add json dependency</title>
<updated>2025-05-02T12:32:54Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-03-28T10:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=c8505d63fcc46df5ec5e2f3e99517408d95bc8a6'/>
<id>urn:sha1:c8505d63fcc46df5ec5e2f3e99517408d95bc8a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: Update mcl-blockchain dependency</title>
<updated>2025-04-24T13:48:24Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-04-24T12:01:35Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=b9a899d95ae2a661859fcdca2b27d15931d0e2a8'/>
<id>urn:sha1:b9a899d95ae2a661859fcdca2b27d15931d0e2a8</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>fix(zkvms/zkm): Update SDK and remove hack</title>
<updated>2025-04-04T08:03:00Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-04-04T07:59:34Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=7498d604be92a0b1a7a5603e0295f194aa8b05e7'/>
<id>urn:sha1:7498d604be92a0b1a7a5603e0295f194aa8b05e7</id>
<content type='text'>
Recently ZKM introduced a bug, where SNARK_SETUP would crash, but the
witness would be generated. So we introduced a hack where we would run
SNARK_SETUP, ignore the crash and rerun the program again, without
SNARK_SETUP.

Now they fixed it, so with SNARK_SETUP, the witnesses would be generated
and the proving process will be done directly after.
</content>
</entry>
<entry>
<title>feat(zkvms/zkm): Update SDK usage, add witness generation command</title>
<updated>2025-04-04T08:03:00Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-04-02T10:23:44Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=6e8dc24fb90c17ca272f4d457949aed6fe6aa540'/>
<id>urn:sha1:6e8dc24fb90c17ca272f4d457949aed6fe6aa540</id>
<content type='text'>
We first need to generate witnesses before proving. This is done by
running the binary with SNARK_SETUP=true. Currently, the command crashes
right after those witnesses are generated. As a workaround, we ignore
the crash and just start it normally, using the generated witnesses.
</content>
</entry>
<entry>
<title>chore: Update flake.lock and Cargo.lock</title>
<updated>2025-04-04T08:03:00Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-03-10T15:26:21Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=4fc242cd3de1168e207d86a11894c81f16eaf8fc'/>
<id>urn:sha1:4fc242cd3de1168e207d86a11894c81f16eaf8fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: Update zkVM packages</title>
<updated>2025-02-26T07:26:09Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-19T08:29:12Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=91fb36148723cf3f87fe596a565c9082f4d82b05'/>
<id>urn:sha1:91fb36148723cf3f87fe596a565c9082f4d82b05</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>feat(zkm/host): Use cargo patching instead of local copy of sdk</title>
<updated>2025-02-10T15:14:23Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-10T15:14:23Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=6dc9a7f7fdf0962b7bf9852aefa96688f3f826cb'/>
<id>urn:sha1:6dc9a7f7fdf0962b7bf9852aefa96688f3f826cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(zkvms/zkm): Update Cargo.lock and use default environments</title>
<updated>2025-01-31T09:06:41Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-01-31T09:06:41Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=2ea6a00b7ff2946c0c2ecd09b5e54090bf79d340'/>
<id>urn:sha1:2ea6a00b7ff2946c0c2ecd09b5e54090bf79d340</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(zkm): Adapt to new input type and zkvmLib</title>
<updated>2025-01-30T09:27:59Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-01-30T09:27:59Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=5de4ae077e14b9e35c8d5e261462acfda911738c'/>
<id>urn:sha1:5de4ae077e14b9e35c8d5e261462acfda911738c</id>
<content type='text'>
</content>
</entry>
</feed>
