File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1515 _Security_ in case of vulnerabilities.
1616 -->
1717
18- ## [ Unreleased] ( https://github.com/o1-labs/o1js/compare/e1bac02 ...HEAD )
18+ ## [ Unreleased] ( https://github.com/o1-labs/o1js/compare/b857516 ...HEAD )
1919
20- ### Added
20+ ## [ 2.2.0 ] ( https://github.com/o1-labs/o1js/compare/e1bac02...b857516 ) - 2024-12-10
2121
22- - ` ZkProgram ` to support non-pure provable types as inputs and outputs https://github.com/o1-labs/o1js/pull/1828
22+ ### Added
2323
24+ - ` ZkProgram ` to support non-pure provable types as inputs and outputs https://github.com/o1-labs/o1js/pull/1828
2425- Add ` enforceTransactionLimits ` parameter on Network https://github.com/o1-labs/o1js/issues/1910
2526- Method for optional types to assert none https://github.com/o1-labs/o1js/pull/1922
2627- Increased maximum supported amount of methods in a ` SmartContract ` or ` ZkProgram ` to 30. https://github.com/o1-labs/o1js/pull/1918
@@ -64,7 +65,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
6465- ` divMod64() ` division modulo 2^64 that returns the remainder and quotient of the operation
6566- ` addMod64() ` addition modulo 2^64
6667- Bitwise OR via ` {UInt32, UInt64}.or() `
67- - ** BLAKE2B hash function** gadget [ # 1285 ] ( https://github.com/o1-labs/o1js/pull/1285 )
68+ - ** BLAKE2B hash function** gadget. https://github.com/o1-labs/o1js/pull/1767
6869
6970## [ 1.9.1] ( https://github.com/o1-labs/o1js/compare/f15293a69...7e9394 ) - 2024-10-15
7071
Original file line number Diff line number Diff line change 11{
22 "name" : " o1js" ,
33 "description" : " TypeScript framework for zk-SNARKs and zkApps" ,
4- "version" : " 2.1 .0" ,
4+ "version" : " 2.2 .0" ,
55 "license" : " Apache-2.0" ,
66 "homepage" : " https://github.com/o1-labs/o1js/" ,
77 "repository" : {
You can’t perform that action at this time.
0 commit comments