We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57888f3 commit 87f5b9fCopy full SHA for 87f5b9f
CHANGELOG.md
@@ -20,6 +20,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
20
### Added
21
22
- Lazy mode for prover index computation. https://github.com/o1-labs/o1js/pull/2143
23
+- Added reverse functionality to `DynamicArray` and indexed `forEach` and `forEachReverse` variants.
24
- Added `ZkProgram.analyzeSingleMethod(methodName: string)` to analyze a single method of a ZkProgram. https://github.com/o1-labs/o1js/pull/2217
25
- This is an addition to `ZkProgram.analyzeMethods()` which analyzes all methods of a ZkProgram by executing them.
26
- Now only a single method is analyzed at a time.
0 commit comments