-
Notifications
You must be signed in to change notification settings - Fork 325
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 #6023
feat: Sync from noir #6023
Conversation
…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)
* master: (30 commits) chore: run noir projects tests in earthly (#6024) feat: add key registry to deployment (e2e & sandbox) (#5875) fix(docs): Fix admonition in contract class protocol spec (#6017) chore: lift run-e2e to yarn-project earthfile (#6018) chore!: remove `Opcode::Brillig` from ACIR (#5995) chore(ci): Reenable deploy tests (#6011) refactor: improved naming in `TxExecutionRequest` (#6014) test: extend SharedMutable tests (#6005) fix: bigint corruption in lmdb (#6002) chore: rename capture to end_setup (#6008) feat: AES oracle padding (#6013) refactor: replace queue with facade over CircuitProver (#5972) chore(ci): fix concurrency key (#5962) chore(ci): prevent haywire logs (#5966) 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 docs: Aztec smart contract tutorial - crowdfunding (#5786) feat: Wire gas from public execution to kernels (#5941) ...
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. 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.
|
Reverts #6023 @TomAFrench this was failing, not sure how it got merged?
Automated pull of development from the noir programming language, a dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
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