-
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 #5480
feat: Sync from noir #5480
Conversation
noir-lang/noir#4646) chore: add missing brace to workflow (noir-lang/noir#4654) chore: delete `R1CSTransformer` (noir-lang/noir#4649) fix: Slice coercions (noir-lang/noir#4640) chore(ci): add warning sticky comment (noir-lang/noir#4647) fix(ssa): Fix slice intrinsic handling in the capacity tracker (noir-lang/noir#4643) chore: fix versioning of `bn254_blackbox_solver` crate (noir-lang/noir#4638) chore: fix acvm crates reporting errors as JS packages (noir-lang/noir#4637) chore: Release Noir(0.26.0) (noir-lang/noir#4526) chore: convert `BlockExpression` into a standard struct (noir-lang/noir#4623) chore(github): Improve PR template "document later" checkbox description (noir-lang/noir#4625) chore: Update integers.md to note support for Fields using `from_integer` (noir-lang/noir#4536) chore: update docs with function names to match version 0.25.0 specifications (noir-lang/noir#4466) feat: add specific error for attempting `string[x] = ".."` (noir-lang/noir#4611) fix(ssa): Use accurate type during SSA AsSlice simplficiation (noir-lang/noir#4610)
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. Values are compared against data from master at commit 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.
|
Automated pull of development from the noir programming language, a dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
chore: install dependencies for building docs dependencies (noir-lang/noir#4646)
chore: add missing brace to workflow (noir-lang/noir#4654)
chore: delete
R1CSTransformer
(noir-lang/noir#4649)fix: Slice coercions (noir-lang/noir#4640)
chore(ci): add warning sticky comment (noir-lang/noir#4647)
fix(ssa): Fix slice intrinsic handling in the capacity tracker (noir-lang/noir#4643)
chore: fix versioning of
bn254_blackbox_solver
crate (noir-lang/noir#4638)chore: fix acvm crates reporting errors as JS packages (noir-lang/noir#4637)
chore: Release Noir(0.26.0) (noir-lang/noir#4526)
chore: convert
BlockExpression
into a standard struct (noir-lang/noir#4623)chore(github): Improve PR template "document later" checkbox description (noir-lang/noir#4625)
chore: Update integers.md to note support for Fields using
from_integer
(noir-lang/noir#4536)chore: update docs with function names to match version 0.25.0 specifications (noir-lang/noir#4466)
feat: add specific error for attempting
string[x] = ".."
(noir-lang/noir#4611)fix(ssa): Use accurate type during SSA AsSlice simplficiation (noir-lang/noir#4610)
END_COMMIT_OVERRIDE