-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into lx/poseidon2-circuit
- Loading branch information
Showing
1,231 changed files
with
108,829 additions
and
17,420 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,31 +12,8 @@ on: | |
- cron: '0 2 * * *' | ||
|
||
jobs: | ||
mirror-to-docs-repo: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }} | ||
- name: Push to docs repo | ||
run: | | ||
SUBREPO_PATH=docs | ||
git config --global user.name AztecBot | ||
git config --global user.email [email protected] | ||
if ./scripts/git_subrepo.sh push $SUBREPO_PATH --branch=main; then | ||
git fetch # in case a commit came after this | ||
git rebase origin/master | ||
git commit --amend -m "$(git log -1 --pretty=%B) [skip ci]" | ||
git push | ||
fi | ||
mirror-to-build-system-repo: | ||
runs-on: ubuntu-latest | ||
# Force sequential. | ||
needs: mirror-to-docs-repo | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,6 @@ build/ | |
cmake-build-debug | ||
.terraform* | ||
.bootstrapped | ||
|
||
# Local Netlify folder | ||
.netlify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
".": "0.12.0", | ||
"barretenberg": "0.12.0", | ||
"barretenberg/ts": "0.12.0" | ||
".": "0.15.0", | ||
"barretenberg": "0.15.0", | ||
"barretenberg/ts": "0.15.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.12.0 x-release-please-version | ||
v0.15.0 x-release-please-version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,6 @@ | ||
# Description | ||
|
||
Please provide a paragraph or two giving a summary of the change, including relevant motivation and context. | ||
|
||
# Checklist: | ||
|
||
- [ ] I have reviewed my diff in github, line by line. | ||
- [ ] Every change is related to the PR description. | ||
- [ ] The branch has been merged with/rebased against the head of its merge target. | ||
- [ ] There are no unexpected formatting changes, superfluous debug logs, or commented-out code. | ||
- [ ] There are no circuit changes, OR a cryptographer has been assigned for review. | ||
- [ ] New functions, classes, etc. have been documented according to the doxygen comment format. Classes and structs must have `@brief` describing the intended functionality. | ||
- [ ] If existing code has been modified, such documentation has been added or updated. | ||
- [ ] No superfluous `include` directives have been added. | ||
- [ ] I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) to any issue(s) it resolves. | ||
- [ ] I'm happy for the PR to be merged at the reviewer's next convenience. | ||
:warning: :warning: :warning: DO NOT CREATE THIS PR. :warning: :warning: :warning: | ||
You are creating a PR into the wrong repository. | ||
Please migrate your PR to https://github.com/AztecProtocol/aztec-packages/pulls with `scripts/migrate_barretenberg_branch.sh` in the aztec-packages repo. | ||
``` | ||
Usage: scripts/migrate_barretenberg_branch.sh <branch> <commit_message> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.12.0 x-release-please-version | ||
v0.15.0 x-release-please-version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
FROM 278380418400.dkr.ecr.eu-west-2.amazonaws.com/barretenberg-x86_64-linux-clang-assert | ||
|
||
FROM node:18-alpine | ||
RUN apk update && apk add git bash curl jq | ||
RUN apk update && apk add git bash curl jq coreutils | ||
COPY --from=0 /usr/src/barretenberg/cpp/build /usr/src/barretenberg/cpp/build | ||
WORKDIR /usr/src/barretenberg/acir_tests | ||
COPY . . | ||
# Run every acir test through native bb build "prove_and_verify". | ||
RUN ./run_acir_tests.sh | ||
# Run every acir test through native bb build prove_then_verify flow. | ||
# This ensures we test independent pk construction through real/garbage witness data paths. | ||
RUN FLOW=prove_then_verify ./run_acir_tests.sh | ||
# Run 1_mul through native bb build, all_cmds flow, to test all cli args. | ||
RUN VERBOSE=1 FLOW=all_cmds ./run_acir_tests.sh 1_mul | ||
RUN VERBOSE=1 FLOW=all_cmds ./run_acir_tests.sh 1_mul |
Oops, something went wrong.