Commit 72bc1ff 1 parent fce68d1 commit 72bc1ff Copy full SHA for 72bc1ff
File tree 19 files changed +46
-18
lines changed
barretenberg_blackbox_solver
19 files changed +46
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.14.1 " ,
3
- "acvm-repo" : " 0.27.3 "
2
+ "." : " 0.15.0 " ,
3
+ "acvm-repo" : " 0.27.4 "
4
4
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.15.0] ( https://github.com/noir-lang/noir/compare/v0.14.1...v0.15.0 ) (2023-09-28)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * update to ` bb ` version 0.7.3 ([ #2729 ] ( https://github.com/noir-lang/noir/issues/2729 ) )
9
+
10
+ ### Features
11
+
12
+ * Contract events in artifacts ([ #2873 ] ( https://github.com/noir-lang/noir/issues/2873 ) ) ([ 4765c82] ( https://github.com/noir-lang/noir/commit/4765c8288c583a61a81ff97eea1ef49df13eeca0 ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * Finer bit size in bound constrain ([ #2869 ] ( https://github.com/noir-lang/noir/issues/2869 ) ) ([ 68385e2] ( https://github.com/noir-lang/noir/commit/68385e294a1501b19b28f3f5510e973283ed0821 ) )
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * Update to ` bb ` version 0.7.3 ([ #2729 ] ( https://github.com/noir-lang/noir/issues/2729 ) ) ([ fce68d1] ( https://github.com/noir-lang/noir/commit/fce68d1404ae66bd7a71417d791dd70545bf24f2 ) )
23
+
3
24
## [ 0.14.1] ( https://github.com/noir-lang/noir/compare/v0.14.0...v0.14.1 ) (2023-09-27)
4
25
5
26
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ resolver = "2"
36
36
37
37
[workspace .package ]
38
38
# x-release-please-start-version
39
- version = " 0.14.1 "
39
+ version = " 0.15.0 "
40
40
# x-release-please-end
41
41
authors = [" The Noir Team <team@noir-lang.org>" ]
42
42
edition = " 2021"
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.27.4] ( https://github.com/noir-lang/noir/compare/v0.27.3...v0.27.4 ) (2023-09-28)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * ** acvm:** Return false rather than panicking on invalid ECDSA signatures ([ #2783 ] ( https://github.com/noir-lang/noir/issues/2783 ) ) ([ 155abc0] ( https://github.com/noir-lang/noir/commit/155abc0d99fff41c79163c16bf297d41e5dff0fa ) )
14
+
8
15
## [ 0.27.3] ( https://github.com/noir-lang/noir/compare/v0.27.2...v0.27.3 ) (2023-09-27)
9
16
10
17
Original file line number Diff line number Diff line change 2
2
name = " acir"
3
3
description = " ACIR is the IR that the VM processes, it is analogous to LLVM IR"
4
4
# x-release-please-start-version
5
- version = " 0.27.3 "
5
+ version = " 0.27.4 "
6
6
# x-release-please-end
7
7
authors.workspace = true
8
8
edition.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " acir_field"
3
3
description = " The field implementation being used by ACIR."
4
4
# x-release-please-start-version
5
- version = " 0.27.3 "
5
+ version = " 0.27.4 "
6
6
# x-release-please-end
7
7
authors.workspace = true
8
8
edition.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " acvm"
3
3
description = " The virtual machine that processes ACIR given a backend/proof system."
4
4
# x-release-please-start-version
5
- version = " 0.27.3 "
5
+ version = " 0.27.4 "
6
6
# x-release-please-end
7
7
authors.workspace = true
8
8
edition.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " acvm_js"
3
3
description = " Typescript wrapper around the ACVM allowing execution of ACIR code"
4
4
# x-release-please-start-version
5
- version = " 0.27.3 "
5
+ version = " 0.27.4 "
6
6
# x-release-please-end
7
7
authors.workspace = true
8
8
edition.workspace = true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @noir-lang/acvm_js" ,
3
- "version" : " 0.27.3 " ,
3
+ "version" : " 0.27.4 " ,
4
4
"private" : true ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 2
2
name = " barretenberg_blackbox_solver"
3
3
description = " A wrapper around a barretenberg WASM binary to execute black box functions for which there is no rust implementation"
4
4
# x-release-please-start-version
5
- version = " 0.27.3 "
5
+ version = " 0.27.4 "
6
6
# x-release-please-end
7
7
authors.workspace = true
8
8
edition.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " acvm_blackbox_solver"
3
3
description = " A solver for the blackbox functions found in ACIR and Brillig"
4
4
# x-release-please-start-version
5
- version = " 0.27.3 "
5
+ version = " 0.27.4 "
6
6
# x-release-please-end
7
7
authors.workspace = true
8
8
edition.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " brillig"
3
3
description = " Brillig is the bytecode ACIR uses for non-determinism."
4
4
# x-release-please-start-version
5
- version = " 0.27.3 "
5
+ version = " 0.27.4 "
6
6
# x-release-please-end
7
7
authors.workspace = true
8
8
edition.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " brillig_vm"
3
3
description = " The virtual machine that processes Brillig bytecode, used to introduce non-determinism to the ACVM"
4
4
# x-release-please-start-version
5
- version = " 0.27.3 "
5
+ version = " 0.27.4 "
6
6
# x-release-please-end
7
7
authors.workspace = true
8
8
edition.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " acvm_stdlib"
3
3
description = " The ACVM standard library."
4
4
# x-release-please-start-version
5
- version = " 0.27.3 "
5
+ version = " 0.27.4 "
6
6
# x-release-please-end
7
7
authors.workspace = true
8
8
edition.workspace = true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @noir-lang/source-resolver" ,
3
- "version" : " 0.14.1 " ,
3
+ "version" : " 0.15.0 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " ./lib-node/index_node.js" ,
6
6
"types" : " ./types/index_node.d.ts" ,
Original file line number Diff line number Diff line change 3
3
"collaborators" : [
4
4
" The Noir Team <team@noir-lang.org>"
5
5
],
6
- "version" : " 0.14.1 " ,
6
+ "version" : " 0.15.0 " ,
7
7
"license" : " (MIT OR Apache-2.0)" ,
8
8
"main" : " ./nodejs/noir_wasm.js" ,
9
9
"types" : " ./web/noir_wasm.d.ts" ,
Original file line number Diff line number Diff line change 73
73
# Configuration shared between builds
74
74
config = {
75
75
# x-release-please-start-version
76
- version = "0.14.1 " ;
76
+ version = "0.15.0 " ;
77
77
# x-release-please-end
78
78
79
79
src = pkgs . lib . cleanSourceWith {
Original file line number Diff line number Diff line change 3
3
"collaborators" : [
4
4
" The Noir Team <team@noir-lang.org>"
5
5
],
6
- "version" : " 0.14.1 " ,
6
+ "version" : " 0.15.0 " ,
7
7
"packageManager" : " yarn@3.5.1" ,
8
8
"license" : " (MIT OR Apache-2.0)" ,
9
9
"type" : " module" ,
Original file line number Diff line number Diff line change 3
3
"collaborators" : [
4
4
" The Noir Team <team@noir-lang.org>"
5
5
],
6
- "version" : " 0.14.1 " ,
6
+ "version" : " 0.15.0 " ,
7
7
"license" : " (MIT OR Apache-2.0)" ,
8
8
"files" : [
9
9
" nodejs" ,
You can’t perform that action at this time.
0 commit comments