File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2323
2424- ` ZkProgram ` to support non-pure provable types as inputs and outputs https://github.com/o1-labs/o1js/pull/1828
2525- API for recursively proving a ZkProgram method from within another https://github.com/o1-labs/o1js/pull/1931
26- - ` program.proveRecursively .<methodName>(...args): Promise<PublicOutput>`
26+ - ` let recursive = Experimental.Recursive(program); recursive .<methodName>(...args): Promise<PublicOutput>`
2727 - This also works within the same program, as long as the return value is type-annotated
2828- Add ` enforceTransactionLimits ` parameter on Network https://github.com/o1-labs/o1js/issues/1910
2929- Method for optional types to assert none https://github.com/o1-labs/o1js/pull/1922
You can’t perform that action at this time.
0 commit comments