-
Notifications
You must be signed in to change notification settings - Fork 236
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
chore(master): Release 0.43.0 #6872
Conversation
5ca532b
to
8092e4e
Compare
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 | | |
b6fd5e5
to
34d04c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.05
.
Benchmark suite | Current: 9830d3a | Previous: a36612d | Ratio |
---|---|---|---|
wasmClientIVCBench/Full/6 |
50828.310097 ms/iter |
48254.97588 ms/iter |
1.05 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @ludamad @codygunton
144cf80
to
cd79056
Compare
9830d3a
to
5fe9569
Compare
8ce88dc
to
691a67a
Compare
691a67a
to
e3e34d7
Compare
🤖 I have created a release beep boop
aztec-package: 0.43.0
0.43.0 (2024-06-18)
Features
Miscellaneous
barretenberg.js: 0.43.0
0.43.0 (2024-06-18)
Miscellaneous
aztec-packages: 0.43.0
0.43.0 (2024-06-18)
⚠ BREAKING CHANGES
distinct
keyword (chore!: removedistinct
keyword noir-lang/noir#5219)param_witnesses
andreturn_witnesses
from ABI (chore!: removeparam_witnesses
andreturn_witnesses
from ABI noir-lang/noir#5154)noir_js
(feat!: separate proving fromnoir_js
noir-lang/noir#5072)Features
pxe.addNullifiedNote(...)
(#6948) (42a4b1c)noir_js
(feat!: separate proving fromnoir_js
noir-lang/noir#5072) (bf38cc2)EmbeddedCurvePoint
(feat: standardize pedersen functions to returnEmbeddedCurvePoint
noir-lang/noir#5190) (12af650)Bug Fixes
impl Trait
when--use-elaborator
is selected (fix(experimental elaborator): Fiximpl Trait
when--use-elaborator
is selected noir-lang/noir#5138) (a44b8c8)--use-elaborator
flag (fix(experimental elaborator): Fix definition kind of globals and tuple patterns with--use-elaborator
flag noir-lang/noir#5139) (a44b8c8)--use-elaborator
flag is specified (fix(experimental elaborator): Fix frontend tests when--use-elaborator
flag is specified noir-lang/noir#5145) (a44b8c8)get_global_let_statement
(fix: Fix panic inget_global_let_statement
noir-lang/noir#5177) (bf38cc2)Miscellaneous
bn254_blackbox_solver
polluting feature flags (chore: avoidbn254_blackbox_solver
polluting feature flags noir-lang/noir#5141) (12af650)debug()
logs under--debug
flag (#7008) (a8c3c3f)noirc_frontend
(chore: default to using bn254 innoirc_frontend
noir-lang/noir#5144) (a44b8c8)comptime
expressions in the elaborator (chore(experimental elaborator): Handlecomptime
expressions in the elaborator noir-lang/noir#5169) (bf38cc2)UltraCircuitBuilder::create_range_constraint
) (#6931) (16deef6)FieldElement.is_negative
and document (chore: inlineFieldElement.is_negative
and document noir-lang/noir#5214) (12af650)AcirField
(chore: loosen trait bounds on impls depending onAcirField
noir-lang/noir#5115) (bf38cc2)nargo
crate and debug info generic (chore: makenargo
crate and debug info generic noir-lang/noir#5184) (12af650)blackbox_solver
(chore: move implementation of bitwise operations intoblackbox_solver
noir-lang/noir#5209) (12af650)distinct
keyword (chore!: removedistinct
keyword noir-lang/noir#5219) (12af650)param_witnesses
andreturn_witnesses
from ABI (chore!: removeparam_witnesses
andreturn_witnesses
from ABI noir-lang/noir#5154) (12af650)new_variables
argument fromresolve_type_inner
(chore: Remove unusednew_variables
argument fromresolve_type_inner
noir-lang/noir#5148) (a44b8c8)Documentation
barretenberg: 0.43.0
0.43.0 (2024-06-18)
Features
Bug Fixes
impl Trait
when--use-elaborator
is selected (fix(experimental elaborator): Fiximpl Trait
when--use-elaborator
is selected noir-lang/noir#5138) (a44b8c8)--use-elaborator
flag (fix(experimental elaborator): Fix definition kind of globals and tuple patterns with--use-elaborator
flag noir-lang/noir#5139) (a44b8c8)--use-elaborator
flag is specified (fix(experimental elaborator): Fix frontend tests when--use-elaborator
flag is specified noir-lang/noir#5145) (a44b8c8)Miscellaneous
debug()
logs under--debug
flag (#7008) (a8c3c3f)noirc_frontend
(chore: default to using bn254 innoirc_frontend
noir-lang/noir#5144) (a44b8c8)UltraCircuitBuilder::create_range_constraint
) (#6931) (16deef6)new_variables
argument fromresolve_type_inner
(chore: Remove unusednew_variables
argument fromresolve_type_inner
noir-lang/noir#5148) (a44b8c8)Documentation
This PR was generated with Release Please. See documentation.