Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ProjectZKM/Ziren

Tags

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: disable sys feature (#329)

* chore: do not use sys feature

* fix: compilation failed after enabling the sys feature

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for go program (#254)

* add initial runtime/emulator support for go program

add initial constraints for linux syscalls

redirect runtime.exit to zkvm.runtimeexit

fix cycle field in syscall id

fix example/fibonacci

fix cycles bug and constraint bug in mmap

fix fmt

fix syscall code, and constraints for gt operation and clone syscall

fix send_to_table

fix mismatch in send/receive syscall

fix rebase and fmt problem

fix clippy

add build.rs for simple go

* rename zkm_runtime to zkvm_runtime, add large shape

* review update

* udpate go version to 1.24.0

* bump 1.2.0

* update vk

* fix comments for linux_sys function

* update vk_map and vk

Co-authored-by: Blake <[email protected]

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update vks (#297)

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: correct typos in uint256 and weierstrass precompile comments (#271

)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1. Allow loading shapes from external files via environment variables; (

#239)

2. change the signature and visibility of `trace_checkpoint`.

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.1.0 (#210)