Skip to content

Commit 9620ef0

Browse files
authored
Merge pull request #2864 from o1-labs/florian/native-2.15.0-release
2.15.0 Release
2 parents a65ebcf + 75fc6eb commit 9620ef0

4 files changed

Lines changed: 23 additions & 68 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ This project adheres to
1818

1919
## [Unreleased](https://github.com/o1-labs/o1js/compare/ff6c201b...HEAD)
2020

21+
### Added
22+
23+
- Native Prover access from Node.js with x2 prover performance boost.
24+
https://github.com/o1-labs/o1js/pull/2843
25+
- Enabled chunking through Native prover enabling x4 larger circuits on Node.js.
26+
https://github.com/o1-labs/o1js/pull/2843
27+
2128
### Removed
2229

2330
- Removed unused `Cairo*` gates. https://github.com/o1-labs/o1js/pull/2752

npmDepsHash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-9ZDOCfaVCZRbjAp714KBmEYuvrceDSSkCAo9JwC6OO0=
1+
sha256-pKzMJ78FJBWm6SxOoRmzBVbsUZRUSHgX/oXOZO0Aqtw=

package-lock.json

Lines changed: 12 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "o1js",
33
"description": "TypeScript framework for zk-SNARKs and zkApps",
4-
"version": "2.14.0-dev.bb172",
4+
"version": "2.15.0",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/o1-labs/o1js/",
77
"repository": {
@@ -146,9 +146,9 @@
146146
"tslib": "^2.3.0"
147147
},
148148
"o1js-internal": {
149-
"native-version": "2.14.0-dev.bb172"
149+
"native-version": "2.15.0"
150150
},
151151
"optionalDependencies": {
152-
"@o1js/native": "2.14.0-dev.bb172"
152+
"@o1js/native": "2.15.0"
153153
}
154154
}

0 commit comments

Comments
 (0)