File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1919
2020### Added
2121
22+ - Lazy mode for prover index computation. https://github.com/o1-labs/o1js/pull/2143
23+
2224- Added ` ZkProgram.analyzeSingleMethod(methodName: string) ` to analyze a single method of a ZkProgram. https://github.com/o1-labs/o1js/pull/2217
2325 - This is an addition to ` ZkProgram.analyzeMethods() ` which analyzes all methods of a ZkProgram by executing them.
2426 - Now only a single method is analyzed at a time.
@@ -28,12 +30,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2830### Added
2931
3032- API support for circuit chunking. https://github.com/o1-labs/o1js/pull/1905
31- - still requires memory optimizations to be fully functional
33+ - work in progress, still requires memory optimizations to be fully functional
3234
3335- Dynamic array provable type. https://github.com/o1-labs/o1js/pull/1848
3436
35- - [ PR !1848] ( https://github.com/o1-labs/o1js/pull/1848 ) Dynamic array provable type
36-
3737## [ 2.5.0] ( https://github.com/o1-labs/o1js/compare/6ff7f8470a...4e23a60 )
3838
3939### Fixed
You can’t perform that action at this time.
0 commit comments