feat: Sync from noir#5794
Conversation
chore(ci): fix alerts on msrv issues (noir-lang/noir#4816) chore: run clippy (noir-lang/noir#4810) chore: optimize poseidon2 implementation (noir-lang/noir#4807) fix: catch panics from EC point creation (e.g. the point is at infinity) (noir-lang/noir#4790) feat: Sync from aztec-packages (noir-lang/noir#4792) feat: lalrpop lexer prototype (noir-lang/noir#4656) feat(nargo): Handle call stacks for multiple Acir calls (noir-lang/noir#4711) fix: proper field inversion for bigints (noir-lang/noir#4802) feat: add `NARGO_FOREIGN_CALL_TIMEOUT` environment variable (noir-lang/noir#4780) chore(debugger): Docs (noir-lang/noir#4145) feat: narrow ABI encoding errors down to target problem argument/field (noir-lang/noir#4798) chore: Rename 'global' to 'function' in the monomorphization pass (noir-lang/noir#4774) chore: Add Hir -> Ast conversion (noir-lang/noir#4788) fix: Fix panic when returning a zeroed unit value (noir-lang/noir#4797)
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.
|
|
Looks like somethings not been updated to handle the new debug info format in contracts? |
| inflate(Buffer.from(functionArtifact.debugSymbols, 'base64'), { to: 'string', raw: true }), | ||
| ); | ||
| return { debugSymbols, files: contractArtifact.fileMap }; | ||
| // TODO(https://github.com/AztecProtocol/aztec-packages/issues/5813) |
There was a problem hiding this comment.
@sirasistant Pinging you for awareness. Not sure if there is anyone else who would be better to ping as well. You can look into that issue for more information.
Automated pull of development from the noir programming language, a dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
chore: fix alerts on rust msrv (noir-lang/noir#4817)
chore(ci): fix alerts on msrv issues (noir-lang/noir#4816)
chore: run clippy (noir-lang/noir#4810)
chore: optimize poseidon2 implementation (noir-lang/noir#4807)
fix: catch panics from EC point creation (e.g. the point is at infinity) (noir-lang/noir#4790)
feat: Sync from aztec-packages (noir-lang/noir#4792)
feat: lalrpop lexer prototype (noir-lang/noir#4656)
feat(nargo): Handle call stacks for multiple Acir calls (noir-lang/noir#4711)
fix: proper field inversion for bigints (noir-lang/noir#4802)
feat: add
NARGO_FOREIGN_CALL_TIMEOUTenvironment variable (noir-lang/noir#4780)chore(debugger): Docs (noir-lang/noir#4145)
feat: narrow ABI encoding errors down to target problem argument/field (noir-lang/noir#4798)
chore: Rename 'global' to 'function' in the monomorphization pass (noir-lang/noir#4774)
chore: Add Hir -> Ast conversion (noir-lang/noir#4788)
fix: Fix panic when returning a zeroed unit value (noir-lang/noir#4797)
END_COMMIT_OVERRIDE