From aa6cf2634963303df14eacd29b12b25d8051cb01 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 30 Apr 2024 00:34:25 +0000 Subject: [PATCH 1/6] 1.0.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21fccdff0..e8e833138 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "o1js", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "o1js", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0", "dependencies": { "blakejs": "1.2.1", diff --git a/package.json b/package.json index 244ef25e7..d11a6ec59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "o1js", "description": "TypeScript framework for zk-SNARKs and zkApps", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0", "homepage": "https://github.com/o1-labs/o1js/", "keywords": [ From caf2a35836c7c56b701640fe9cffa32d450157e1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 30 Apr 2024 00:34:32 +0000 Subject: [PATCH 2/6] Update CHANGELOG for new version v1.0.2 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f84870978..d268f00a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm _Security_ in case of vulnerabilities. --> -## [Unreleased](https://github.com/o1-labs/o1js/compare/02c5e8d4d...HEAD) +## [Unreleased](https://github.com/o1-labs/o1js/compare/aa6cf2634...HEAD) + +## [1.0.2](https://github.com/o1-labs/o1js/compare/1ad7333e9e...aa6cf2634) - 2024-04-30 ### Fixed From 4a17de857da5ed88c07edb1657f9f5264df600c0 Mon Sep 17 00:00:00 2001 From: Gregor Date: Tue, 30 Apr 2024 07:30:11 +0200 Subject: [PATCH 3/6] 1.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8e833138..9bbd0480b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "o1js", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "o1js", - "version": "1.0.2", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { "blakejs": "1.2.1", diff --git a/package.json b/package.json index d11a6ec59..347810c15 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "o1js", "description": "TypeScript framework for zk-SNARKs and zkApps", - "version": "1.0.2", + "version": "1.1.0", "license": "Apache-2.0", "homepage": "https://github.com/o1-labs/o1js/", "keywords": [ From bae41c0ea69d67a4c32f523562237287ebdabf7c Mon Sep 17 00:00:00 2001 From: Gregor Date: Tue, 30 Apr 2024 07:31:39 +0200 Subject: [PATCH 4/6] changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d268f00a5..d1783bb99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm _Security_ in case of vulnerabilities. --> -## [Unreleased](https://github.com/o1-labs/o1js/compare/aa6cf2634...HEAD) +## [Unreleased](https://github.com/o1-labs/o1js/compare/4a17de857...HEAD) -## [1.0.2](https://github.com/o1-labs/o1js/compare/1ad7333e9e...aa6cf2634) - 2024-04-30 +## [1.1.0](https://github.com/o1-labs/o1js/compare/1ad7333e9e...4a17de857) - 2024-04-30 ### Fixed From b479852a851c5e750791e948c340d9e367aefffe Mon Sep 17 00:00:00 2001 From: Gregor Date: Tue, 30 Apr 2024 07:32:42 +0200 Subject: [PATCH 5/6] changelog --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1783bb99..4f0a12927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,12 +19,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [1.1.0](https://github.com/o1-labs/o1js/compare/1ad7333e9e...4a17de857) - 2024-04-30 -### Fixed - -- Fixed issue in `UInt64.rightShift()` where it incorrectly performed a left shift instead of a right shift. https://github.com/o1-labs/o1js/pull/1617 -- Fixed issue in `ForeignField.toBits()` where high limbs were under-constrained for input length less than 176. https://github.com/o1-labs/o1js/pull/1617 -- Make `dummyBase64Proof()` lazy. Significant speed up when generating many account updates with authorization `Proof` while proofs turned off. https://github.com/o1-labs/o1js/pull/1624 - ### Added - Exposed sideloaded verification keys https://github.com/o1-labs/o1js/pull/1606 [@rpanic](https://github.com/rpanic) @@ -37,6 +31,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - `Gadgets.rangeCheck64()` now returns individual range-checked limbs for advanced use cases https://github.com/o1-labs/o1js/pull/1229 +### Fixed + +- Fixed issue in `UInt64.rightShift()` where it incorrectly performed a left shift instead of a right shift. https://github.com/o1-labs/o1js/pull/1617 +- Fixed issue in `ForeignField.toBits()` where high limbs were under-constrained for input length less than 176. https://github.com/o1-labs/o1js/pull/1617 +- Make `dummyBase64Proof()` lazy. Significant speed up when generating many account updates with authorization `Proof` while proofs turned off. https://github.com/o1-labs/o1js/pull/1624 + ## [1.0.1](https://github.com/o1-labs/o1js/compare/1b6fd8b8e...02c5e8d4d) - 2024-04-22 ### Breaking changes From faa9d3c26df74d452a79c79af79f87b2f28516fc Mon Sep 17 00:00:00 2001 From: Gregor Date: Tue, 30 Apr 2024 07:33:08 +0200 Subject: [PATCH 6/6] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0a12927..75576e179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added -- Exposed sideloaded verification keys https://github.com/o1-labs/o1js/pull/1606 [@rpanic](https://github.com/rpanic) +- Exposed **sideloaded verification keys** https://github.com/o1-labs/o1js/pull/1606 [@rpanic](https://github.com/rpanic) - Added Proof type `DynamicProof` that allows verification through specifying a verification key in-circuit - `Provable.witnessFields()` to easily witness a tuple of field elements https://github.com/o1-labs/o1js/pull/1229 - Example for implementing RSA verification in o1js https://github.com/o1-labs/o1js/pull/1229 [@Shigoto-dev19](https://github.com/Shigoto-dev19)