Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Sync from noir #11051

Merged
merged 52 commits into from
Jan 9, 2025
Merged
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
3dbb607
[1 changes] chore: use logs for benchmarking (https://github.com/noir…
AztecBot Jan 4, 2025
da593f2
chore: apply sync fixes
AztecBot Jan 4, 2025
d0a69e8
[1 changes] fix: Non-determinism from under constrained checks (https…
AztecBot Jan 5, 2025
7fbb5c7
chore: apply sync fixes
AztecBot Jan 5, 2025
e0197fd
fix: Non-determinism from under constrained checks (https://github.co…
AztecBot Jan 5, 2025
7c4a45c
[1 changes] chore: also print test output to stdout in CI (https://gi…
AztecBot Jan 6, 2025
f9ac178
chore: apply sync fixes
AztecBot Jan 6, 2025
5ca1fb5
chore: also print test output to stdout in CI (https://github.com/noi…
AztecBot Jan 6, 2025
cf559ae
Merge branch 'master' into sync-noir
michaeljklein Jan 6, 2025
46c6087
Bump MSRV to 1.75.0
michaeljklein Jan 6, 2025
3e9bb5b
Merge branch 'master' into sync-noir
michaeljklein Jan 6, 2025
9ef95d6
[1 changes] feat: don't report warnings for dependencies (https://git…
AztecBot Jan 7, 2025
65c7e62
chore: apply sync fixes
AztecBot Jan 7, 2025
a8136ba
feat: don't report warnings for dependencies (https://github.com/noir…
AztecBot Jan 7, 2025
965ec15
.
TomAFrench Jan 7, 2025
9fdf690
chore: update path filters
TomAFrench Jan 7, 2025
d97196c
Merge branch 'master' into sync-noir
TomAFrench Jan 7, 2025
1c56ebf
.
TomAFrench Jan 7, 2025
eb9fd34
install aws
charlielye Jan 7, 2025
a23511e
install aws
charlielye Jan 7, 2025
0091c7c
install aws
charlielye Jan 7, 2025
051613b
Merge branch 'master' into sync-noir
TomAFrench Jan 7, 2025
311bc03
[1 changes] feat!: type-check trait default methods (https://github.c…
AztecBot Jan 7, 2025
5badb7a
chore: apply sync fixes
AztecBot Jan 7, 2025
438dcab
feat!: type-check trait default methods (https://github.com/noir-lang…
AztecBot Jan 7, 2025
094807f
.
TomAFrench Jan 7, 2025
52c4f28
Update noir/noir-repo/compiler/noirc_evaluator/src/ssa/ir/instruction…
TomAFrench Jan 8, 2025
a755124
[1 changes] feat!: type-check trait default methods (https://github.c…
AztecBot Jan 8, 2025
bc5f824
chore: apply sync fixes
AztecBot Jan 8, 2025
94152d6
feat!: type-check trait default methods (https://github.com/noir-lang…
AztecBot Jan 8, 2025
c922607
Merge branch 'master' into sync-noir
TomAFrench Jan 8, 2025
ac4d6b6
chore: install rust v1.75.0 in boxes tests
TomAFrench Jan 8, 2025
591a62c
.
TomAFrench Jan 8, 2025
91ad65e
.
TomAFrench Jan 8, 2025
e96e6d1
[1 changes] feat: impl Default for U128 (https://github.com/noir-lang…
AztecBot Jan 8, 2025
365d50b
chore: apply sync fixes
AztecBot Jan 8, 2025
f87034a
feat: impl Default for U128 (https://github.com/noir-lang/noir/pull/6…
AztecBot Jan 8, 2025
53d7746
.
TomAFrench Jan 8, 2025
627cc8d
.
TomAFrench Jan 8, 2025
ae31739
.
TomAFrench Jan 8, 2025
ee1cfd3
.
TomAFrench Jan 8, 2025
c2f02c6
Merge branch 'master' into sync-noir
TomAFrench Jan 8, 2025
2df2541
chore: bug workaround
TomAFrench Jan 8, 2025
f28a2a9
.
TomAFrench Jan 8, 2025
6cf624c
.
TomAFrench Jan 8, 2025
5148c1e
.
TomAFrench Jan 8, 2025
6460b01
.
TomAFrench Jan 8, 2025
0c7edf0
Merge branch 'master' into sync-noir
TomAFrench Jan 8, 2025
ff58944
Merge branch 'master' into sync-noir
TomAFrench Jan 8, 2025
53df373
Merge branch 'master' into sync-noir
TomAFrench Jan 9, 2025
d1d993b
try to let build images update
ludamad Jan 9, 2025
4df6c79
Apply suggestions from code review
TomAFrench Jan 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: apply sync fixes
AztecBot committed Jan 5, 2025
commit 7fbb5c7e3d53ec65a60c84c95294aded642a5402
2 changes: 1 addition & 1 deletion noir/noir-repo/acvm-repo/acvm_js/build.sh
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ function run_if_available {
require_command jq
require_command cargo
require_command wasm-bindgen
require_command wasm-opt
#require_command wasm-opt

self_path=$(dirname "$(readlink -f "$0")")
pname=$(cargo read-manifest | jq -r '.name')
2 changes: 1 addition & 1 deletion noir/noir-repo/compiler/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
},
"dependencies": {
"@aztec/bb.js": "0.66.0",
"@aztec/bb.js": "portal:../../../../barretenberg/ts",
"@noir-lang/noir_js": "workspace:*",
"@noir-lang/noir_wasm": "workspace:*",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
2 changes: 1 addition & 1 deletion noir/noir-repo/tooling/noirc_abi_wasm/build.sh
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ function run_if_available {
require_command jq
require_command cargo
require_command wasm-bindgen
require_command wasm-opt
#require_command wasm-opt

self_path=$(dirname "$(readlink -f "$0")")
pname=$(cargo read-manifest | jq -r '.name')
13 changes: 6 additions & 7 deletions noir/noir-repo/yarn.lock
Original file line number Diff line number Diff line change
@@ -221,9 +221,9 @@ __metadata:
languageName: node
linkType: hard

"@aztec/bb.js@npm:0.66.0":
version: 0.66.0
resolution: "@aztec/bb.js@npm:0.66.0"
"@aztec/bb.js@portal:../../../../barretenberg/ts::locator=integration-tests%40workspace%3Acompiler%2Fintegration-tests":
version: 0.0.0-use.local
resolution: "@aztec/bb.js@portal:../../../../barretenberg/ts::locator=integration-tests%40workspace%3Acompiler%2Fintegration-tests"
dependencies:
comlink: ^4.4.1
commander: ^10.0.1
@@ -232,10 +232,9 @@ __metadata:
pako: ^2.1.0
tslib: ^2.4.0
bin:
bb.js: dest/node/main.js
checksum: 7295bf6543afe1c2db795a95c7ed40806de63c77e44bb4dacb2ec6a9171d1d34749150844ab47bc2499d06676e623acb408857b6aa9da702d3c576efadb8c906
bb.js: ./dest/node/main.js
languageName: node
linkType: hard
linkType: soft

"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.12.11, @babel/code-frame@npm:^7.16.0, @babel/code-frame@npm:^7.22.13, @babel/code-frame@npm:^7.23.5, @babel/code-frame@npm:^7.8.3":
version: 7.23.5
@@ -14124,7 +14123,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "integration-tests@workspace:compiler/integration-tests"
dependencies:
"@aztec/bb.js": 0.66.0
"@aztec/bb.js": "portal:../../../../barretenberg/ts"
"@noir-lang/noir_js": "workspace:*"
"@noir-lang/noir_wasm": "workspace:*"
"@nomicfoundation/hardhat-chai-matchers": ^2.0.0