Skip to content

Commit 0af2248

Browse files
feat(cli): add SegmentationArgs to prove command (#2178)
Co-authored-by: Copilot <[email protected]>
1 parent b26ecb5 commit 0af2248

File tree

7 files changed

+160
-75
lines changed

7 files changed

+160
-75
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ and this project follows a versioning principles documented in [VERSIONING.md](.
77

88
## v1.4.1 (Unreleased)
99

10+
### Added
11+
- (CLI) Add configurable segmentation arguments to `cargo openvm prove` commands.
12+
1013
### Changed
1114
- (Toolchain) Update `cargo openvm build` to use Rust nightly version `nightly-2025-08-02`.
1215
- (Primitives Library) Fix in `openvm-algebra-complex-macros` to ensure `const` byte arrays have proper memory alignment.
1316
- (Executor) Modified `VirtualMachine::build_metered_ctx` to take the program (`&VmExe<Val<E::SC>>`) as an argument.
17+
- (Prover/Executor) Changed default segmentation limits.
1418

1519
## v1.4.0 (2025-09-01)
1620

0 commit comments

Comments
 (0)