-
Notifications
You must be signed in to change notification settings - Fork 301
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 #7248
feat: Sync from noir #7248
Conversation
chore: `static_assert` error message fix and split into is-dynamic and is-false (noir-lang/noir#5353) fix: ignore calls to `Intrinsic::AsWitness` during brillig codegen (noir-lang/noir#5350) fix: address compiler warnings coming from stdlib (noir-lang/noir#5351) feat: `static_assert` builtin (noir-lang/noir#5342) feat: Sync from aztec-packages (noir-lang/noir#5347) chore: replace `regression_5202` with more manageably sized program (noir-lang/noir#5345) feat: disable nargo color output if stderr is tty (noir-lang/noir#5346)
* master: (29 commits) refactor: gets rid of unencrypted emit in private_context (#7236) git subrepo push --branch=master noir-projects/aztec-nr git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] chore: replace relative paths to noir-protocol-circuits git subrepo push --branch=master barretenberg fix: reran pil->cpp codegen & encode_and_encrypt_event_with_randomness fix (#7247) git subrepo push --branch=master noir-projects/aztec-nr git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] chore: replace relative paths to noir-protocol-circuits git subrepo push --branch=master barretenberg feat!: extend storage read oracle to receive address and block number (#7243) feat: example of private token transfer event (#7242) feat: Constant Honk proof sizes (#6954) feat: add outgoing keys support to getEvents (#7239) feat: Sync from noir (#7223) feat!: split storage access oracles (#7237) feat: add new lenses for encryted notes (#7238) feat(avm): calldata gadget preliminaries (#7227) fix(docs): Historical reference library updates (#7166) chore: avoid building contracts when producing gates report (#7136) ...
Benchmark resultsMetrics with a significant change:
Detailed resultsAll benchmarks are run on txs on the This benchmark source data is available in JSON format on S3 here. Proof generationEach column represents the number of threads used in proof generation.
L2 block published to L1Each column represents the number of txs on an L2 block published to L1.
L2 chain processingEach column represents the number of blocks on the L2 chain where each block has 8 txs.
Circuits statsStats on running time and I/O sizes collected for every kernel circuit run across all benchmarks.
Stats on running time collected for app circuits
AVM SimulationTime to simulate various public functions in the AVM.
Public DB AccessTime to access various public DBs.
Tree insertion statsThe duration to insert a fixed batch of leaves into each tree type.
MiscellaneousTransaction sizes based on how many contract classes are registered in the tx.
Transaction size based on fee payment method | Metric | | |
* master: (37 commits) feat: Sync from noir (#7248) chore: remove 4738 ref (#7254) refactor: use options.limit as upper limit for note-getter loop (#7253) feat: unconstrained variants for event emission (#7251) refactor: add log_hash as input in log emission in private context (#7249) feat: function selector opcode in AVM (#7244) feat: store shared mutable hash (#7169) feat: wonky rollups (#7189) refactor: gets rid of unencrypted emit in private_context (#7236) git subrepo push --branch=master noir-projects/aztec-nr git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] chore: replace relative paths to noir-protocol-circuits git subrepo push --branch=master barretenberg fix: reran pil->cpp codegen & encode_and_encrypt_event_with_randomness fix (#7247) git subrepo push --branch=master noir-projects/aztec-nr git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] chore: replace relative paths to noir-protocol-circuits git subrepo push --branch=master barretenberg feat!: extend storage read oracle to receive address and block number (#7243) feat: example of private token transfer event (#7242) ...
Automated pull of development from the noir programming language, a dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
chore: fix examples (noir-lang/noir#5357)
chore:
static_assert
error message fix and split into is-dynamic and is-false (noir-lang/noir#5353)fix: ignore calls to
Intrinsic::AsWitness
during brillig codegen (noir-lang/noir#5350)fix: address compiler warnings coming from stdlib (noir-lang/noir#5351)
feat:
static_assert
builtin (noir-lang/noir#5342)feat: Sync from aztec-packages (noir-lang/noir#5347)
chore: replace
regression_5202
with more manageably sized program (noir-lang/noir#5345)feat: disable nargo color output if stderr is tty (noir-lang/noir#5346)
END_COMMIT_OVERRIDE