-
Notifications
You must be signed in to change notification settings - Fork 234
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 #6036
feat: Sync from noir #6036
Conversation
…ng/noir#4913) chore: rework workspace structure for utils crates (noir-lang/noir#4886) feat: add variable size sha256 (noir-lang/noir#4920) chore: delete flake.lock (noir-lang/noir#4855) chore: Add error conversion from `InterpreterError` (noir-lang/noir#4896) chore: delete dead code (noir-lang/noir#4906)
@TomAFrench I recreated, not sure how the last one got in without passing CI |
Hmm, that's odd. Thanks for fixing this @ludamad |
Benchmark resultsNo metrics with a significant change found. Detailed resultsAll benchmarks are run on txs on the This benchmark source data is available in JSON format on S3 here. 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 16 txs.
Circuits statsStats on running time and I/O sizes collected for every circuit run across all benchmarks.
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
Transaction processing duration by data writes.
|
* master: feat: Dynamic assertion payloads v2 (#5949) doc: Fix grammar error on avm spec refactor: `create_fixed_base_constraint` cleanup (#6047) feat: avm mem trace validation (#6025) 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(avm): Do not scale CALLDATACOPY base cost with size (#5879) fix: hotfix stopped instance terminate (#6037) chore: clean up stopped instances (#6030)
* master: (76 commits) 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: fix relation skipping for sumcheck (#6092) test: refactor public cross chain tests for speed (#6082) chore(docs): fix migration notes (#6083) feat: squashing transient note hashes and nullifiers (#6059) feat: configure prover as separate process (#5973) chore: remove l1 gas (#6069) feat(docs): Nuke CLI from docs (#5936) chore: refactor recursive verifier tests (#6063) fix: `test_native.sh` not running all noir tests (#6075) 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 refactor: ProvingKey has ProverPolynomials (#5940) feat: Sync from noir (#6036) feat: naive structured execution trace (#5853) ...
Automated pull of development from the noir programming language, a dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
feat: Add
#[inline(tag)]
attribute and codegen (noir-lang/noir#4913)chore: rework workspace structure for utils crates (noir-lang/noir#4886)
feat: add variable size sha256 (noir-lang/noir#4920)
chore: delete flake.lock (noir-lang/noir#4855)
chore: Add error conversion from
InterpreterError
(noir-lang/noir#4896)chore: delete dead code (noir-lang/noir#4906)
END_COMMIT_OVERRIDE