Skip to content

Commit 5e1f669

Browse files
committed
Merge branch 'main' into dw/shellcheck
2 parents ec877ce + fbfeb58 commit 5e1f669

File tree

4 files changed

+22
-51
lines changed

4 files changed

+22
-51
lines changed

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ 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/6ff7f8470a...HEAD)
18+
## [Unreleased](https://github.com/o1-labs/o1js/compare/4e23a60...HEAD)
19+
20+
## [2.5.0](https://github.com/o1-labs/o1js/compare/6ff7f8470a...4e23a60)
1921

2022
### Fixed
2123

@@ -28,6 +30,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2830
- compiled artifacts are now gitignored
2931
- `npm run build:bindings-download` downloads compiled artifacts from github
3032
- `npm run build:bindings-remote` triggers a github workflow to build the compiled artifacts then downloads them
33+
- Added bitwise operation methods (xor, not, and, or) to `UInt8` class. https://github.com/o1-labs/o1js/pull/2144
3134

3235
### Changed
3336

@@ -39,13 +42,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3942
[eaca9201](https://github.com/MinaProtocol/mina/tree/eaca9201e0df37f244e341155f253dc9551fb451),
4043
to include the latest changes reg. the move of the Rust codebase to the
4144
repository proof-systems.
42-
43-
### Added
44-
45-
- Added bitwise operation methods (xor, not, and, or) to `UInt8` class. https://github.com/o1-labs/o1js/pull/2144
46-
47-
### Changed
48-
4945
- Added verification key validity checks to `LocalBlockchain`. https://github.com/o1-labs/o1js/pull/2171
5046

5147
## [2.4.0](https://github.com/o1-labs/o1js/compare/fb625f...6ff7f8470a) - 2025-04-01

npmDepsHash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-8OkUFEHHtruMEZlQMKrETOw/HhMuQmAzDgEOBTZvrb8=
1+
sha256-m3NmZHhCuQxDpYHmB3sRLvitqu2bzbnNaAKY2KOCSIM=

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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.4.0",
4+
"version": "2.5.0",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/o1-labs/o1js/",
77
"repository": {

0 commit comments

Comments
 (0)