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
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/ensure-builder/install
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ export -f install_parallel
if ! command -v parallel >/dev/null; then
DENOISE=1 ci3/denoise ci3/retry install_parallel
fi
[ -x /usr/local/bin/earthly ] || ci3/dump_fail ci3/earthly_install
[ -x /usr/local/bin/earthly ] || ci3/dump_fail ci3/earthly_install
2 changes: 1 addition & 1 deletion .github/ensure-builder/run
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ fi
echo "exit_code=$exit_code" >> $GITHUB_OUTPUT
if [ $exit_code = 155 ]; then
echo "Spot eviction detected - retrying with on-demand."
fi
fi
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
id: filter
with:
filters: |
base-images:
- 'build-images/**'
noir:
- 'noir/noir-repo/**'
bb:
Expand Down Expand Up @@ -127,6 +129,8 @@ jobs:
runner_type: builder-x86
username: ${{ needs.configure.outputs.username }}
run: |
sudo apt install unzip
curl "https://awscli.amazonaws.com/awscli-exe-linux-$(uname -m).zip" -o "awscliv2.zip" && unzip awscliv2.zip && sudo ./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update && rm -rf aws awscliv2.zip
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u aztecprotocolci --password-stdin
./build-images/bootstrap.sh ci

Expand Down Expand Up @@ -514,6 +518,7 @@ jobs:
- uses: actions/checkout@v4
with: { ref: "${{ github.event.pull_request.head.sha }}" }
- uses: ./.github/ci-setup-action

- name: Build Boxes
uses: ./.github/ensure-builder
timeout-minutes: 40
Expand Down Expand Up @@ -600,7 +605,7 @@ jobs:

public-functions-size-report:
needs: [ci-rest, configure]
if: github.ref_name == 'master' || needs.configure.outputs.non-docs == 'true'
if: github.ref_name == 'master' || needs.configure.outputs.non-docs == 'true'
runs-on: ubuntu-latest
permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .noir-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ebc4d2cf2b91658a10393733407f33d50a0faaf1
3c488f4b272f460383341c51270b87bfe2b94468
143 changes: 81 additions & 62 deletions avm-transpiler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion avm-transpiler/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.74.1"
channel = "1.75.0"
components = ["rust-src"]
targets = []
profile = "default"
6 changes: 3 additions & 3 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ function check_toolchains {
exit 1
fi
# Check rust version.
if ! rustup show | grep "1.74" > /dev/null; then
if ! rustup show | grep "1.75" > /dev/null; then
encourage_dev_container
echo "Rust version 1.74 not installed."
echo "Rust version 1.75 not installed."
echo "Installation:"
echo " curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.74.1"
echo " curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.75.0"
exit 1
fi
# Check wasi-sdk version.
Expand Down
Loading
Loading