-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bb and bb.js directly parse nargo bincode format. (#610)
- Loading branch information
1 parent
5b795e8
commit d25e37a
Showing
30 changed files
with
7,949 additions
and
2,701 deletions.
There are no files selected for viewing
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,18 +1,13 @@ | ||
FROM 278380418400.dkr.ecr.eu-west-2.amazonaws.com/barretenberg-x86_64-linux-clang-assert | ||
FROM 278380418400.dkr.ecr.eu-west-2.amazonaws.com/bb.js | ||
|
||
FROM rust:alpine AS atbbc | ||
RUN apk update && apk add musl-dev | ||
WORKDIR /usr/src/barretenberg/acir_tests | ||
COPY acir-to-bberg-circuit acir-to-bberg-circuit | ||
RUN cd acir-to-bberg-circuit && cargo build --release | ||
|
||
FROM node:18-alpine | ||
RUN apk update && apk add git bash curl | ||
COPY --from=0 /usr/src/barretenberg/cpp/build /usr/src/barretenberg/cpp/build | ||
COPY --from=1 /usr/src/barretenberg/ts /usr/src/barretenberg/ts | ||
COPY --from=2 /usr/src/barretenberg/acir_tests/acir-to-bberg-circuit /usr/src/barretenberg/acir_tests/acir-to-bberg-circuit | ||
WORKDIR /usr/src/barretenberg/acir_tests | ||
COPY . . | ||
# Run all native tests. | ||
RUN ./run_acir_tests.sh | ||
RUN BB=../ts/dest/main.js ./run_acir_tests.sh | ||
# Just run double_verify_proof as a sanity check as bb.js is quite slow. | ||
RUN BB=../ts/dest/main.js ./run_acir_tests.sh double_verify_proof |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Why the name change? @charlielye (or is it one)