-
Notifications
You must be signed in to change notification settings - Fork 199
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 kw/add-package-version
* master: (47 commits) chore(docs): Links to Aztec docs from errors (#3423) chore: nargo fmt (#3612) fix: Flatten public inputs according to their index in numerial rather than ascii order (#3605) chore(docs): correct typo in `poseidon_hash` example in standard_library (#3608) feat: aztec-packages (#3599) chore: update code formatting to prevent parameter line wrapping (#3588) chore: Update ACIR artifacts (#3597) chore: Pull out aztec macros to their own crate and create an API for them in the compiler frontend (#3578) chore(ci): deduplicate javascript testing workflows (#3563) chore: Release Noir(0.19.4) (#3548) chore: update barretenberg to 0.16.0 (#3598) chore: move suite of test programs up to repository root (#3485) feat: send and receive unflattened public inputs to backend (#3543) feat: remove type arrays for flat slices (#3466) chore: clippy fix (#3561) chore: fix wrapping issue for constraints (#3590) feat: add support for tuple values in `noir_codegen` (#3592) chore: Remove concept of storage slot from the compiler (#3582) chore: Update ACIR artifacts (#3591) feat: export `CompiledCircuit` from codegened TS (#3589) ...
- Loading branch information
Showing
1,322 changed files
with
15,018 additions
and
1,431 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Dockerfile* | ||
.dockerignore | ||
|
||
packages | ||
**/package.tgz | ||
**/target | ||
**/node_modules | ||
**/outputs | ||
|
||
# Source resolver | ||
compiler/source-resolver/lib | ||
compiler/source-resolver/lib-node | ||
|
||
# Noir.js | ||
tooling/noir_js/lib | ||
|
||
# Wasm build artifacts | ||
compiler/wasm/nodejs | ||
compiler/wasm/web | ||
tooling/noirc_abi_wasm/nodejs | ||
tooling/noirc_abi_wasm/web | ||
tooling/noir_js/lib |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.