Skip to content
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.27.0 #5100

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Mar 8, 2024

🤖 I have created a release beep boop

aztec-package: 0.27.0

0.27.0 (2024-03-12)

Features

Miscellaneous

barretenberg.js: 0.27.0

0.27.0 (2024-03-12)

Miscellaneous

aztec-cli: 0.27.0

0.27.0 (2024-03-12)

Miscellaneous

aztec-packages: 0.27.0

0.27.0 (2024-03-12)

⚠ BREAKING CHANGES

  • Remove open keyword from Noir (#4967)

Features

Bug Fixes

  • Duplicate factory code temporarily to unblock (#5099) (8b10600)
  • Remove hard coded canonical gas address (#5106) (dc2fd9e)

Miscellaneous

barretenberg: 0.27.0

0.27.0 (2024-03-12)

Features

Miscellaneous


This PR was generated with Release Please. See documentation.

@AztecBot
Copy link
Collaborator Author

AztecBot commented Mar 8, 2024

Benchmark results

Metrics with a significant change:

  • note_successful_decrypting_time_in_ms (8): 129 (-32%)
  • note_successful_decrypting_time_in_ms (32): 465 (-17%)
Detailed results

All benchmarks are run on txs on the Benchmarking contract on the repository. Each tx consists of a batch call to create_note and increment_balance, which guarantees that each tx has a private call, a nested private call, a public call, and a nested public call, as well as an emitted private note, an unencrypted log, and public storage read and write.

This benchmark source data is available in JSON format on S3 here.

Values are compared against data from master at commit 6865c34f and shown if the difference exceeds 1%.

L2 block published to L1

Each column represents the number of txs on an L2 block published to L1.

Metric 8 txs 32 txs 64 txs
l1_rollup_calldata_size_in_bytes 5,668 18,820 36,356
l1_rollup_calldata_gas 65,872 238,384 469,244
l1_rollup_execution_gas 666,504 953,245 1,336,552
l2_block_processing_time_in_ms 1,280 (-9%) 4,719 (-4%) 9,361 (+1%)
note_successful_decrypting_time_in_ms ⚠️ 129 (-32%) ⚠️ 465 (-17%) 983 (-1%)
note_trial_decrypting_time_in_ms 31.9 (-65%) 81.1 (+4%) 115 (-11%)
l2_block_building_time_in_ms 11,990 (-1%) 47,905 96,069 (+1%)
l2_block_rollup_simulation_time_in_ms 6,993 (-1%) 27,794 56,216
l2_block_public_tx_process_time_in_ms 4,974 (-1%) 20,054 (+2%) 39,755 (+1%)

L2 chain processing

Each column represents the number of blocks on the L2 chain where each block has 16 txs.

Metric 5 blocks 10 blocks
node_history_sync_time_in_ms 13,974 (-3%) 26,998 (-1%)
note_history_successful_decrypting_time_in_ms 1,342 (+12%) 2,534 (+1%)
note_history_trial_decrypting_time_in_ms 114 (+74%) 123 (-36%)
node_database_size_in_bytes 19,075,152 35,582,032
pxe_database_size_in_bytes 29,859 59,414

Circuits stats

Stats on running time and I/O sizes collected for every circuit run across all benchmarks.

Circuit circuit_simulation_time_in_ms circuit_input_size_in_bytes circuit_output_size_in_bytes
private-kernel-init 274 44,338 27,700
private-kernel-ordering 208 52,324 14,326
base-rollup 636 177,083 925
root-rollup 68.7 (+1%) 4,176 789
private-kernel-inner 358 73,197 27,700
public-kernel-app-logic 181 (+1%) 34,582 27,671
public-kernel-tail 93.0 (+1%) 34,206 27,671
merge-rollup 8.31 2,696 925

Tree insertion stats

The duration to insert a fixed batch of leaves into each tree type.

Metric 1 leaves 16 leaves 64 leaves 128 leaves 512 leaves 1024 leaves 2048 leaves 4096 leaves 32 leaves
batch_insert_into_append_only_tree_16_depth_ms 10.4 (+3%) 16.2 (+1%) N/A N/A N/A N/A N/A N/A N/A
batch_insert_into_append_only_tree_16_depth_hash_count 16.8 31.6 N/A N/A N/A N/A N/A N/A N/A
batch_insert_into_append_only_tree_16_depth_hash_ms 0.606 (+3%) 0.501 (+1%) N/A N/A N/A N/A N/A N/A N/A
batch_insert_into_append_only_tree_32_depth_ms N/A N/A 46.7 72.2 229 (-1%) 446 (+1%) 861 (-1%) 1,723 N/A
batch_insert_into_append_only_tree_32_depth_hash_count N/A N/A 96.0 159 543 1,055 2,079 4,127 N/A
batch_insert_into_append_only_tree_32_depth_hash_ms N/A N/A 0.480 0.446 0.419 (-1%) 0.417 0.411 (-1%) 0.413 N/A
batch_insert_into_indexed_tree_20_depth_ms N/A N/A 54.1 (+1%) 106 333 (-1%) 669 (+1%) 1,307 2,600 N/A
batch_insert_into_indexed_tree_20_depth_hash_count N/A N/A 104 207 691 1,363 2,707 5,395 N/A
batch_insert_into_indexed_tree_20_depth_hash_ms N/A N/A 0.482 (+1%) 0.480 0.455 0.460 (+1%) 0.452 (-1%) 0.451 N/A
batch_insert_into_indexed_tree_40_depth_ms N/A N/A N/A N/A N/A N/A N/A N/A 61.5 (+1%)
batch_insert_into_indexed_tree_40_depth_hash_count N/A N/A N/A N/A N/A N/A N/A N/A 109
batch_insert_into_indexed_tree_40_depth_hash_ms N/A N/A N/A N/A N/A N/A N/A N/A 0.538

Miscellaneous

Transaction sizes based on how many contract classes are registered in the tx.

Metric 0 registered classes
tx_size_in_bytes 22,014

Transaction processing duration by data writes.

Metric 0 new note hashes 1 new note hashes
tx_pxe_processing_time_ms 3,076 1,442
Metric 0 public data writes 1 public data writes
tx_sequencer_processing_time_ms 13.7 (+13%) 621 (+1%)

@AztecBot AztecBot force-pushed the release-please--branches--master branch 21 times, most recently from ba379d9 to 1e1cec0 Compare March 11, 2024 16:16
@AztecBot AztecBot changed the title chore(master): Release 0.26.7 chore(master): Release 0.27.0 Mar 11, 2024
@AztecBot AztecBot force-pushed the release-please--branches--master branch 2 times, most recently from d7140e1 to be012c8 Compare March 12, 2024 09:43
Copy link

socket-security bot commented Mar 12, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@aashutoshrathi/[email protected] None 0 10.9 kB aashutoshrathi
npm/@ampproject/[email protected] None +5 447 kB jridgewell
npm/@babel/[email protected] environment, filesystem, unsafe Transitive: shell +52 10.9 MB nicolo-ribaudo
npm/@babel/[email protected] None 0 11.7 kB nicolo-ribaudo
npm/@babel/[email protected] Transitive: environment +31 6.88 MB nicolo-ribaudo
npm/@babel/[email protected] None 0 1.88 MB nicolo-ribaudo
npm/@babel/[email protected] Transitive: environment, filesystem, shell, unsafe +54 10.9 MB nicolo-ribaudo
npm/@babel/[email protected] Transitive: environment +15 4.59 MB nicolo-ribaudo
npm/@babel/[email protected] Transitive: environment +30 6.23 MB nicolo-ribaudo
npm/@babel/[email protected] environment +3 2.5 MB nicolo-ribaudo
npm/@bcoe/[email protected] None 0 277 kB bcoe
npm/@cspotcode/[email protected] filesystem +3 293 kB cspotcode
npm/@eslint-community/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +97 10.8 MB eslint-community-bot
npm/@eslint-community/[email protected] None 0 431 kB eslint-community-bot
npm/@eslint/[email protected] filesystem, unsafe Transitive: environment, eval +26 3.73 MB eslintbot
npm/@eslint/[email protected] None 0 13.9 kB eslintbot
npm/@humanwhocodes/[email protected] Transitive: environment +7 216 kB nzakas
npm/@humanwhocodes/[email protected] unsafe 0 21.2 kB nzakas
npm/@humanwhocodes/[email protected] None 0 53.3 kB nzakas
npm/@isaacs/[email protected] None +15 303 kB isaacs
npm/@istanbuljs/[email protected] environment, filesystem Transitive: eval +11 816 kB coreyfarrell
npm/@istanbuljs/[email protected] None 0 17.2 kB coreyfarrell
npm/@jest/[email protected] Transitive: environment, filesystem, unsafe +42 5.32 MB simenb
npm/@jest/[email protected] unsafe Transitive: environment, eval, filesystem, network, shell +271 56.6 MB simenb
npm/@jest/[email protected] Transitive: environment, eval, filesystem, unsafe +47 5.55 MB simenb
npm/@jest/[email protected] None +1 32.1 kB simenb
npm/@jest/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +161 18.3 MB simenb
npm/@jest/[email protected] Transitive: environment, eval, filesystem, unsafe +46 5.54 MB simenb
npm/@jest/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +168 18.6 MB simenb
npm/@jest/[email protected] environment, unsafe Transitive: eval, filesystem, network, shell +155 19.7 MB simenb
npm/@jest/[email protected] Transitive: environment, filesystem +5 312 kB simenb
npm/@jest/[email protected] Transitive: environment, filesystem, unsafe +44 5.34 MB simenb
npm/@jest/[email protected] Transitive: environment, filesystem, network, shell, unsafe +61 5.85 MB simenb
npm/@jest/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +127 17.6 MB simenb
npm/@jridgewell/[email protected] None +4 368 kB jridgewell
npm/@jridgewell/[email protected] None 0 53.2 kB jridgewell
npm/@jridgewell/[email protected] None 0 17.9 kB jridgewell
npm/@jridgewell/[email protected] None +2 268 kB jridgewell
npm/@npmcli/[email protected] environment, network +12 1.19 MB npm-cli-ops
npm/@npmcli/[email protected] filesystem +3 151 kB lukekarrys
npm/@pkgjs/[email protected] None 0 74.2 kB oss-bot
npm/@sinonjs/[email protected] None +1 80.1 kB mrgnrdrck
npm/@sinonjs/[email protected] eval +2 160 kB fatso83
npm/@tsconfig/[email protected] None 0 2.39 kB typescript-deploys
npm/@tsconfig/[email protected] None 0 2.5 kB typescript-deploys
npm/@tsconfig/[email protected] None 0 2.39 kB typescript-deploys
npm/@tsconfig/[email protected] None 0 2.45 kB typescript-deploys
npm/@types/[email protected] Transitive: environment +8 4.51 MB types
npm/@types/[email protected] Transitive: environment +4 2.51 MB types
npm/@types/[email protected] Transitive: environment +5 4.39 MB types
npm/@types/[email protected] Transitive: environment +4 2.58 MB types
npm/@types/[email protected] None +1 9.65 kB types
npm/@types/[email protected] None 0 2.66 kB types
npm/@types/[email protected] None +2 245 kB types
npm/@types/[email protected] None +6 4.03 MB types
npm/@types/[email protected] None +2 3.97 MB types
npm/@types/[email protected] Transitive: environment, filesystem, unsafe +48 5.71 MB types
npm/@types/[email protected] None 0 3.2 kB types
npm/@types/[email protected] None +1 3.96 MB types
npm/@types/[email protected] None 0 6.4 kB types
npm/@types/[email protected] None 0 23.3 kB types
npm/@types/[email protected] None +1 815 kB types
npm/@types/[email protected] None 0 6.43 kB types
npm/@typescript-eslint/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +129 48.6 MB jameshenry
npm/@typescript-eslint/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +121 45.5 MB jameshenry
npm/@typescript-eslint/[email protected] None +3 865 kB jameshenry
npm/@typescript-eslint/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +126 46.2 MB jameshenry
npm/@typescript-eslint/[email protected] None 0 223 kB jameshenry
npm/@typescript-eslint/[email protected] environment, filesystem +34 34.4 MB jameshenry
npm/@typescript-eslint/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +125 46.1 MB jameshenry
npm/@typescript-eslint/[email protected] None +2 274 kB jameshenry
npm/@ungap/[email protected] None 0 26.2 kB webreflection
npm/@webpack-cli/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +115 20.6 MB evilebottnawi
npm/@webpack-cli/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +115 20.6 MB evilebottnawi
npm/@webpack-cli/[email protected] environment Transitive: eval, filesystem, network, shell, unsafe +115 20.6 MB evilebottnawi
npm/[email protected] None 0 4.83 kB lukekarrys
npm/[email protected] None +1 556 kB rreverser
npm/[email protected] network Transitive: environment +2 72.7 kB tootallnate
npm/[email protected] None +1 135 kB sindresorhus
npm/[email protected] None 0 5.61 kB qix
npm/[email protected] None 0 12.9 kB qix
npm/[email protected] environment Transitive: eval, filesystem, network, shell, unsafe +147 17.8 MB simenb
npm/[email protected] environment, filesystem, shell Transitive: eval, unsafe +81 12 MB oss-bot
npm/[email protected] Transitive: environment +20 4.74 MB simenb
npm/[email protected] eval Transitive: environment, filesystem, shell, unsafe +66 10.9 MB nicolo-ribaudo
npm/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +72 11.1 MB simenb
npm/[email protected] network Transitive: environment, eval, filesystem, unsafe +34 1.42 MB dougwilson
npm/[email protected] environment, filesystem Transitive: shell +6 2.4 MB ai
npm/[email protected] environment, filesystem +1 64.8 kB huafu
npm/[email protected] None +1 34.3 kB wez
npm/[email protected] None +2 108 kB feross
npm/[email protected] filesystem Transitive: environment, shell +54 3.19 MB npm-cli-ops
npm/[email protected] Transitive: eval +11 225 kB ljharb
npm/[email protected] None 0 7.45 kB sindresorhus
npm/[email protected] None 0 1.99 MB caniuse-lite
npm/[email protected] None 0 4.96 kB richienb
npm/[email protected] environment, filesystem +14 531 kB paulmillr
npm/[email protected] filesystem 0 5.75 kB isaacs
npm/[email protected] None 0 139 kB guybedford
npm/[email protected] None 0 16 kB jongleberry
npm/[email protected] unsafe 0 5.14 kB simenb
npm/[email protected] None 0 248 kB benjamind
npm/[email protected] environment, filesystem, shell 0 174 kB abetomo
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +249 55.6 MB simenb
npm/[email protected] filesystem, unsafe 0 6.25 kB pi0
npm/[email protected] Transitive: network +8 391 kB feedic
npm/[email protected] None 0 13.9 kB joshuakgoldberg
npm/[email protected] None 0 8.11 kB thlorenz
npm/[email protected] Transitive: eval +8 177 kB ljharb
npm/[email protected] None 0 3.77 kB sindresorhus
npm/[email protected] None 0 46 kB simenb
npm/[email protected] None 0 335 kB kpdecker
npm/[email protected] None 0 3.18 kB watson
npm/[email protected] None +1 157 kB eslint
npm/[email protected] None +3 142 kB feedic
npm/[email protected] None +1 55.9 kB feedic
npm/[email protected] network +4 199 kB feedic
npm/[email protected] None 0 279 kB kilianvalkhof
npm/[email protected] None 0 46.5 kB sindresorhus
npm/[email protected] None +2 398 kB andris
npm/[email protected] unsafe Transitive: environment, filesystem +2 290 kB evilebottnawi
npm/[email protected] None 0 57.7 kB feedic
npm/[email protected] None 0 10.2 kB sindresorhus
npm/[email protected] environment, eval, filesystem, shell 0 162 kB tabrindle
npm/[email protected] None 0 12.3 kB achingbrain
npm/[email protected] filesystem 0 11.6 kB lukeed
npm/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +98 10.8 MB lydell
npm/[email protected] None 0 32.3 kB eslintbot
npm/[email protected] environment, filesystem Transitive: eval, shell, unsafe +97 10.8 MB eslintbot
npm/[email protected] None +3 662 kB eslintbot
npm/[email protected] None +1 1.04 MB michaelficarra
npm/[email protected] None 0 59.8 kB cowboy
npm/[email protected] Transitive: environment, filesystem, unsafe +47 5.63 MB simenb
npm/[email protected] None 0 37.3 kB sssayegh
npm/[email protected] environment, filesystem, network Transitive: eval, unsafe +62 2.06 MB ulisesgascon
npm/[email protected] None 0 9.44 kB hiddentao
npm/[email protected] None 0 21.3 kB ka-weihe
npm/[email protected] None +1 51.4 kB matteo.collina
npm/[email protected] environment, network, shell +2 45.3 kB bolinfest
npm/[email protected] filesystem Transitive: environment +16 290 kB royriojas
npm/[email protected] filesystem Transitive: environment +15 265 kB jaredwray
npm/[email protected] None 0 40.3 kB webreflection
npm/[email protected] shell Transitive: environment, filesystem +7 189 kB isaacs
npm/[email protected] filesystem +1 299 kB npm-cli-ops
npm/[email protected] eval +5 127 kB ljharb
npm/[email protected] filesystem 0 6.01 kB coreyfarrell
npm/[email protected] None +1 163 kB sindresorhus
npm/[email protected] None 0 812 kB mattpauldavies
npm/[email protected] None 0 3.13 kB sindresorhus
npm/[email protected] Transitive: eval +7 149 kB ljharb
npm/[email protected] None 0 12 kB ljharb
npm/[email protected] None +1 40.2 kB ljharb
npm/[email protected] None 0 287 kB mdevils
npm/[email protected] network +5 305 kB feedic
npm/[email protected] network Transitive: environment +3 96 kB tootallnate
npm/[email protected] network Transitive: environment +3 108 kB tootallnate
npm/[email protected] None 0 53.8 kB jaffathecake
npm/[email protected] None 0 51.5 kB kael
npm/[email protected] Transitive: filesystem, unsafe +8 49.8 kB sindresorhus
npm/[email protected] None 0 21.5 kB phated
npm/[email protected] None 0 13.6 kB indutny
npm/[email protected] None 0 3.28 kB sindresorhus
npm/[email protected] None 0 2.94 kB watson
npm/[email protected] None 0 34.4 kB oss-bot
npm/[email protected] Transitive: environment, filesystem, shell, unsafe +58 11.1 MB oss-bot
npm/[email protected] filesystem +6 214 kB oss-bot
npm/[email protected] filesystem Transitive: environment +4 923 kB oss-bot
npm/[email protected] Transitive: filesystem +8 521 kB oss-bot
npm/[email protected] environment +17 631 kB isaacs
npm/[email protected] environment Transitive: filesystem, shell +37 5.06 MB simenb
npm/[email protected] unsafe Transitive: environment, eval, filesystem, network, shell +196 19.5 MB simenb
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +291 57.5 MB simenb
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +244 55.3 MB simenb
npm/[email protected] Transitive: environment +12 768 kB simenb
npm/[email protected] None +1 12.8 kB simenb
npm/[email protected] Transitive: environment, filesystem +23 4.95 MB simenb
npm/[email protected] unsafe Transitive: environment, eval, filesystem +48 5.56 MB simenb
npm/[email protected] None 0 3.79 kB simenb
npm/[email protected] environment, filesystem, shell, unsafe Transitive: network +39 5.46 MB simenb
npm/[email protected] unsafe Transitive: environment +6 556 kB simenb
npm/[email protected] Transitive: environment +13 796 kB simenb
npm/[email protected] Transitive: environment, filesystem, unsafe +39 5.24 MB simenb
npm/[email protected] Transitive: environment, filesystem +19 4.86 MB simenb
npm/[email protected] Transitive: environment, filesystem, network, shell, unsafe +55 5.93 MB arcanis
npm/[email protected] None 0 3.52 kB simenb
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +161 18.3 MB simenb
npm/[email protected] environment, unsafe Transitive: filesystem, network, shell +55 5.93 MB simenb
npm/[email protected] environment Transitive: eval, filesystem, network, shell, unsafe +206 20.4 MB simenb
npm/[email protected] unsafe Transitive: environment, eval, filesystem, network, shell +188 19.2 MB simenb
npm/[email protected] eval Transitive: environment, filesystem, network, shell, unsafe +160 18.3 MB simenb
npm/[email protected] Transitive: environment +21 4.77 MB simenb
npm/[email protected] Transitive: environment, filesystem, unsafe +52 5.57 MB simenb
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +292 57.5 MB simenb
npm/[email protected] None 0 5.4 kB dominictarr
npm/[email protected] None 0 14.2 kB samn
npm/[email protected] None +1 33.2 kB jaredwray
npm/[email protected] None +2 82.9 kB gkz
npm/[email protected] None 0 54.1 kB jdalton
npm/[email protected] filesystem +3 135 kB sindresorhus
npm/[email protected] None 0 12.4 kB julien-f
npm/[email protected] network Transitive: environment, filesystem, shell +79 5.13 MB npm-cli-ops
npm/[email protected] None +1 8.85 kB daaku
npm/[email protected] None +1 290 kB isaacs
npm/[email protected] environment, network +6 871 kB npm-cli-ops
npm/[email protected] None +1 51.9 kB isaacs
npm/[email protected] None 0 7 kB isaacs
npm/[email protected] None 0 124 kB isaacs
npm/[email protected] None 0 285 kB isaacs
npm/[email protected] None 0 17.3 kB isaacs
npm/[email protected] environment, filesystem 0 19.1 kB isaacs
npm/[email protected] None 0 5.63 kB lauriro
npm/[email protected] None 0 5.65 kB megawac
npm/[email protected] environment, shell Transitive: filesystem, network +88 6.98 MB lukekarrys
npm/[email protected] None 0 16.3 kB broofa
npm/[email protected] None +1 31 kB npm-cli-ops
npm/[email protected] None +6 161 kB gkz
npm/[email protected] filesystem +1 814 kB isaacs
npm/[email protected] unsafe 0 13.5 kB danez
npm/[email protected] None 0 36.7 kB gkz
npm/[email protected] environment, filesystem, unsafe 0 11.2 MB prettier-bot
npm/[email protected] Transitive: environment +4 546 kB simenb
npm/[email protected] None 0 5.21 kB lukekarrys
npm/[email protected] None +2 60 kB achingbrain
npm/[email protected] None 0 33.5 kB google-wombot
npm/[email protected] None 0 76.9 kB ndubien
npm/[email protected] network, unsafe Transitive: environment, eval +10 491 kB dougwilson
npm/[email protected] Transitive: environment, filesystem +6 238 kB phated
npm/[email protected] filesystem 0 12.1 kB troygoode
npm/[email protected] unsafe 0 3.42 kB floatdrop
npm/[email protected] None 0 8.56 kB 3rdeden
npm/[email protected] Transitive: filesystem, unsafe +1 10.8 kB sindresorhus
npm/[email protected] filesystem, unsafe 0 4.64 kB sindresorhus
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +77 19.5 MB djcsdy
npm/[email protected] None 0 23.9 kB lukeed
npm/[email protected] environment, filesystem +5 230 kB ljharb
npm/[email protected] None 0 18.9 kB tim-kos
npm/[email protected] None 0 9.44 kB matteo.collina
npm/[email protected] filesystem Transitive: environment +11 162 kB isaacs
npm/[email protected] None +1 14.9 kB feross
npm/[email protected] None 0 32.1 kB feross
npm/[email protected] None 0 42.3 kB chalker
npm/[email protected] None 0 15.4 kB indutny
npm/[email protected] None +4 5.71 MB jfromaniello
npm/[email protected] None +2 125 kB npm-cli-ops
npm/[email protected] filesystem, network Transitive: environment, eval, unsafe +16 249 kB dougwilson
npm/[email protected] None +2 55.4 kB redonkulus
npm/[email protected] filesystem, network Transitive: environment, eval +12 446 kB dougwilson
npm/[email protected] Transitive: environment, eval, filesystem, network, unsafe +18 285 kB dougwilson
npm/[email protected] Transitive: eval +10 203 kB ljharb
npm/[email protected] None 0 4.03 kB wesleytodd
npm/[email protected] None +1 32.3 kB jonschlinkert
npm/[email protected] None +1 5.38 kB kevva
npm/[email protected] None 0 2.83 kB sindresorhus
npm/[email protected] None 0 45 kB ljharb
npm/[email protected] Transitive: eval +13 345 kB ljharb
npm/[email protected] None 0 9.96 kB isaacs
npm/[email protected] None 0 6.79 kB terkelg
npm/[email protected] None 0 3.83 kB sindresorhus
npm/[email protected] None 0 138 kB joshglazebrook
npm/[email protected] filesystem, network +6 410 kB brycekahle
npm/[email protected] network Transitive: environment +8 655 kB tootallnate
npm/[email protected] network +4 558 kB joshglazebrook
npm/[email protected] filesystem, unsafe +2 893 kB linusu
npm/[email protected] Transitive: environment +16 597 kB daviddias
npm/[email protected] network Transitive: environment +20 696 kB indutny
npm/[email protected] None 0 34.8 kB alexei
npm/[email protected] None +1 323 kB npm-cli-ops
npm/[email protected] unsafe +1 17.9 kB isaacs
npm/[email protected] None 0 12.1 kB dougwilson
npm/[email protected] None +3 18.6 kB sindresorhus
npm/[email protected] None +1 9.64 kB sindresorhus
npm/[email protected] None 0 3.91 kB sindresorhus
npm/[email protected] None 0 3.05 kB sindresorhus
npm/[email protected] None 0 6.96 kB sindresorhus
npm/[email protected] None 0 9.18 kB ljharb
npm/[email protected] None 0 46.9 kB sokra
npm/[email protected] environment, filesystem +5 291 kB isaacs
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +75 19.5 MB evilebottnawi
npm/[email protected] environment, eval Transitive: filesystem, shell +11 4.24 MB fabiosantoscode
npm/[email protected] Transitive: environment, filesystem +12 185 kB coreyfarrell
npm/[email protected] None 0 11 kB substack
npm/[email protected] None 0 7.76 kB mafintosh
npm/[email protected] None 0 2.77 kB daaku
npm/[email protected] None 0 3.5 kB sindresorhus
npm/[email protected] None +1 32.6 kB jonschlinkert
npm/[email protected] None 0 4.68 kB dougwilson
npm/[email protected] environment, filesystem, unsafe Transitive: eval, network, shell +295 57.9 MB kul
npm/[email protected] filesystem Transitive: environment, eval, network, shell, unsafe +92 52.8 MB johnnyreilly
npm/[email protected] environment, filesystem, unsafe +19 38.4 MB blakeembrey
npm/[email protected] None 0 84 kB typescript-bot
npm/[email protected] None +2 32.8 MB ajaff
npm/[email protected] None +1 57.9 kB gkz
npm/[email protected] None 0 42.1 kB chaijs
npm/[email protected] None 0 111 kB sindresorhus
npm/[email protected] None +3 253 kB dougwilson
npm/[email protected] None 0 32.4 MB typescript-bot
npm/[email protected] None 0 73.1 kB ethan_arrowood
npm/[email protected] None +2 17.9 kB lukekarrys
npm/[email protected] None +1 14.5 kB lukekarrys
npm/[email protected] None 0 4.31 kB dougwilson
npm/[email protected] filesystem, shell Transitive: environment +6 2.4 MB ai
npm/[email protected] None +1 503 kB garycourt
npm/[email protected] None 0 5.48 kB tootallnate
npm/[email protected] None 0 24.2 kB ariaminaei
npm/[email protected] None 0 3.72 kB jaredhanson
npm/[email protected] None 0 116 kB ctavan
npm/[email protected] environment, filesystem, unsafe 0 18.2 kB cspotcode
npm/[email protected] filesystem, unsafe +5 337 kB oss-bot
npm/[email protected] None 0 8.75 kB dougwilson
npm/[email protected] filesystem +2 14.6 kB daaku
npm/[email protected] environment, filesystem +2 108 kB sokra
npm/[email protected] None +1 22.4 kB indutny
npm/[email protected] environment, filesystem, unsafe Transitive: eval, network, shell +115 20.6 MB evilebottnawi
npm/[email protected] filesystem Transitive: environment, eval, network, shell, unsafe +86 21.1 MB evilebottnawi
npm/[email protected] environment, eval, network Transitive: filesystem, shell, unsafe +271 28.9 MB evilebottnawi
npm/[email protected] None +7 143 kB bebraw
npm/[email protected] None 0 91.3 kB sokra
npm/[email protected] environment, filesystem, network, unsafe Transitive: eval, shell +75 19.5 MB evilebottnawi
npm/[email protected] network +3 180 kB jcoglan
npm/[email protected] None 0 55 kB jcoglan
npm/[email protected] environment Transitive: filesystem +1 20.9 kB isaacs
npm/[email protected] None 0 13.5 kB damonoehlman
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +80 19.9 MB evilebottnawi
npm/[email protected] None 0 2.96 kB zkat
npm/[email protected] filesystem +2 34.1 kB gar
npm/[email protected] environment, network 0 141 kB lpinca
npm/[email protected] filesystem 0 23.4 kB oss-bot
npm/[email protected] None 0 14.8 kB isaacs
npm/[email protected] environment, filesystem 0 128 kB oss-bot
npm/[email protected] environment, filesystem +15 635 kB oss-bot
npm/[email protected] None 0 6.31 kB sindresorhus
npm/[email protected] None 0 6.03 kB sindresorhus

🚮 Removed packages: npm/@tsconfig/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@AztecBot AztecBot force-pushed the release-please--branches--master branch 3 times, most recently from aaf0c2e to 33d57b3 Compare March 12, 2024 11:49
@AztecBot AztecBot force-pushed the release-please--branches--master branch from 33d57b3 to 75c848b Compare March 12, 2024 13:10
@critesjosh critesjosh merged commit fb47691 into master Mar 12, 2024
98 checks passed
@critesjosh critesjosh deleted the release-please--branches--master branch March 12, 2024 13:46
@AztecBot
Copy link
Collaborator Author

@AztecBot
Copy link
Collaborator Author

@AztecBot
Copy link
Collaborator Author

@AztecBot
Copy link
Collaborator Author

@AztecBot
Copy link
Collaborator Author

TomAFrench added a commit that referenced this pull request Mar 12, 2024
* master:
  feat: Nullifier non membership (#5152)
  refactor: share code between provers (#4655)
  fix: Increase the json limit for RPC requests (#5161)
  fix: Move timers for ClientIVC breakdown (#5145)
  chore(master): Release 0.27.0 (#5100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants