-
Notifications
You must be signed in to change notification settings - Fork 270
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.50.0 #8032
Conversation
8ed4065
to
a18bfa4
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 | | |
a18bfa4
to
b51ce52
Compare
6a1d845
to
e24ac15
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: e24ac15 | Previous: 4615e6a | Ratio |
---|---|---|---|
nativeconstruct_proof_ultrahonk_power_of_2/20 |
5201.806273000003 ms/iter |
4834.973486999999 ms/iter |
1.08 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @ludamad @codygunton
27d7116
to
5f4c342
Compare
75aca7d
to
da99446
Compare
da99446
to
b80bb08
Compare
🤖 I have created a release beep boop
aztec-package: 0.50.0
0.50.0 (2024-08-22)
Features
Bug Fixes
Miscellaneous
barretenberg.js: 0.50.0
0.50.0 (2024-08-22)
Miscellaneous
aztec-packages: 0.50.0
0.50.0 (2024-08-22)
⚠ BREAKING CHANGES
Features
Expr::as_any_integer
andExpr::as_member_access
(feat: addExpr::as_integer
andExpr::as_member_access
noir-lang/noir#5742) (0379462)Expr::as_array
,Expr::as_repeated_element_array
and same for slice (feat: addExpr::as_array
,Expr::as_repeated_element_array
and same for slice noir-lang/noir#5750) (0379462)Expr::as_binary_op
(feat: addExpr::as_binary_op
noir-lang/noir#5734) (0379462)Expr::as_bool
(feat: addExpr::as_bool
noir-lang/noir#5729) (0379462)Expr::as_unary
(feat: addExpr::as_unary
noir-lang/noir#5731) (0379462)Expr
methods:as_tuple
,as_parenthesized
,as_index
,as_if
(feat: addExpr
methods:as_tuple
,as_parenthesized
,as_index
,as_if
noir-lang/noir#5726) (0379462)TraitImpl::trait_generic_args
andTraitImpl::methods
(feat: addTraitImpl::trait_generic_args
andTraitImpl::methods
noir-lang/noir#5722) (0379462)unsafe
blocks for calling unconstrained code from constrained functions (feat: addunsafe
blocks for calling unconstrained code from constrained functions noir-lang/noir#4429) (0379462)fn
andimpl
(feat: fault-tolerant parsing offn
andimpl
noir-lang/noir#5753) (0379462)array_set
s when optimizingarray_get
s (feat(optimization): Follow pastarray_set
s when optimizingarray_get
s noir-lang/noir#5772) (0379462)super::
in LSP autocompletion if possible (feat: usersuper::
in LSP autocompletion if possible noir-lang/noir#5751) (0379462)Bug Fixes
unconstrained
(fix: Allow comptime code to use break without also beingunconstrained
noir-lang/noir#5744) (0379462)Miscellaneous
UnresolvedType
(chore: make spans non-optional onUnresolvedType
noir-lang/noir#5773) (2d70215)TokenWithRefunds
withToken
(#8042) (8b795eb)Documentation
barretenberg: 0.50.0
0.50.0 (2024-08-22)
Features
Bug Fixes
Miscellaneous
Documentation
This PR was generated with Release Please. See documentation.