Skip to content

Tags: openvm-org/openvm

Tags

v2.0.0-alpha

Toggle v2.0.0-alpha's commit message
chore: use tagged stark-backend

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v1.5.0 (#2394)

v1.5.0-rc.1

Toggle v1.5.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf(vm): avoid zeroed allocation in BasicMemory::clone (#2352)

Replace `alloc_zeroed` with `alloc` in `BasicMemory::clone` to avoid
unnecessary zero-initialization before copying the existing contents.
The clone path always overwrites the entire allocated region with
`copy_nonoverlapping`, so zeroing first provides no safety benefit but
doubles the amount of memory work for large buffers. The constructor
still uses `alloc_zeroed` to preserve the invariant that freshly created
linear memory starts zeroed.

v1.5.0-rc.0

Toggle v1.5.0-rc.0's commit message
chore: update stark-backend tag

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v1.4.3 (#2348)

v1.4.3-rc.0

Toggle v1.4.3-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update stark-backend to v1.2.3 (#2346)

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v1.4.2 (#2307)

- [x] merge openvm-org/stark-backend#204
- [x] update changelog
- [x] update stark-backend tag
- [x] update book tags

v1.4.2-rc.1

Toggle v1.4.2-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update forge-fmt, alloy-sol-types, rust toolchain (#2299)

fixes `cargo install ... openvm`. `svm-rs` had a bug and needs to be
updated to `v0.5.22`. this requires updating other dependencies and
bumping rust toolchain to at least 1.89.0

- update `forge-fmt` and `alloy-sol-types` in order to update to
`svm-rs-builds v0.5.22`

Fixes INT-5659

---------

Co-authored-by: Jonathan Wang <[email protected]>

v1.4.2-rc.0

Toggle v1.4.2-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: invalid handling of empty persistent initial memory on CUDA (#2277)

towards INT-5556

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v1.4.1 (#2171)

- [x] Update workspace version
- [x] Update changelog