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/word-wrap@1.2.6 None 0 10.9 kB aashutoshrathi
npm/@ampproject/remapping@2.3.0 None +5 447 kB jridgewell
npm/@babel/core@7.24.0 environment, filesystem, unsafe Transitive: shell +52 10.9 MB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.24.0 None 0 11.7 kB nicolo-ribaudo
npm/@babel/helpers@7.24.0 Transitive: environment +31 6.88 MB nicolo-ribaudo
npm/@babel/parser@7.24.0 None 0 1.88 MB nicolo-ribaudo
npm/@babel/plugin-syntax-bigint@7.8.3 Transitive: environment, filesystem, shell, unsafe +54 10.9 MB nicolo-ribaudo
npm/@babel/template@7.24.0 Transitive: environment +15 4.59 MB nicolo-ribaudo
npm/@babel/traverse@7.24.0 Transitive: environment +30 6.23 MB nicolo-ribaudo
npm/@babel/types@7.24.0 environment +3 2.5 MB nicolo-ribaudo
npm/@bcoe/v8-coverage@0.2.3 None 0 277 kB bcoe
npm/@cspotcode/source-map-support@0.8.1 filesystem +3 293 kB cspotcode
npm/@eslint-community/eslint-utils@4.4.0 Transitive: environment, eval, filesystem, shell, unsafe +97 10.8 MB eslint-community-bot
npm/@eslint-community/regexpp@4.10.0 None 0 431 kB eslint-community-bot
npm/@eslint/eslintrc@2.1.4 filesystem, unsafe Transitive: environment, eval +26 3.73 MB eslintbot
npm/@eslint/js@8.57.0 None 0 13.9 kB eslintbot
npm/@humanwhocodes/config-array@0.11.14 Transitive: environment +7 216 kB nzakas
npm/@humanwhocodes/module-importer@1.0.1 unsafe 0 21.2 kB nzakas
npm/@humanwhocodes/object-schema@2.0.2 None 0 53.3 kB nzakas
npm/@isaacs/cliui@8.0.2 None +15 303 kB isaacs
npm/@istanbuljs/load-nyc-config@1.1.0 environment, filesystem Transitive: eval +11 816 kB coreyfarrell
npm/@istanbuljs/schema@0.1.3 None 0 17.2 kB coreyfarrell
npm/@jest/console@29.7.0 Transitive: environment, filesystem, unsafe +42 5.32 MB simenb
npm/@jest/core@29.7.0 unsafe Transitive: environment, eval, filesystem, network, shell +271 56.6 MB simenb
npm/@jest/environment@29.7.0 Transitive: environment, eval, filesystem, unsafe +47 5.55 MB simenb
npm/@jest/expect-utils@29.7.0 None +1 32.1 kB simenb
npm/@jest/expect@29.7.0 Transitive: environment, eval, filesystem, network, shell, unsafe +161 18.3 MB simenb
npm/@jest/fake-timers@29.7.0 Transitive: environment, eval, filesystem, unsafe +46 5.54 MB simenb
npm/@jest/globals@29.7.0 Transitive: environment, eval, filesystem, network, shell, unsafe +168 18.6 MB simenb
npm/@jest/reporters@29.7.0 environment, unsafe Transitive: eval, filesystem, network, shell +155 19.7 MB simenb
npm/@jest/source-map@29.6.3 Transitive: environment, filesystem +5 312 kB simenb
npm/@jest/test-result@29.7.0 Transitive: environment, filesystem, unsafe +44 5.34 MB simenb
npm/@jest/test-sequencer@29.7.0 Transitive: environment, filesystem, network, shell, unsafe +61 5.85 MB simenb
npm/@jest/transform@29.7.0 Transitive: environment, eval, filesystem, network, shell, unsafe +127 17.6 MB simenb
npm/@jridgewell/gen-mapping@0.3.5 None +4 368 kB jridgewell
npm/@jridgewell/resolve-uri@3.1.2 None 0 53.2 kB jridgewell
npm/@jridgewell/set-array@1.2.1 None 0 17.9 kB jridgewell
npm/@jridgewell/trace-mapping@0.3.25 None +2 268 kB jridgewell
npm/@npmcli/agent@2.2.0 environment, network +12 1.19 MB npm-cli-ops
npm/@npmcli/fs@3.1.0 filesystem +3 151 kB lukekarrys
npm/@pkgjs/parseargs@0.11.0 None 0 74.2 kB oss-bot
npm/@sinonjs/commons@3.0.1 None +1 80.1 kB mrgnrdrck
npm/@sinonjs/fake-timers@10.3.0 eval +2 160 kB fatso83
npm/@tsconfig/node10@1.0.9 None 0 2.39 kB typescript-deploys
npm/@tsconfig/node12@1.0.11 None 0 2.5 kB typescript-deploys
npm/@tsconfig/node14@1.0.3 None 0 2.39 kB typescript-deploys
npm/@tsconfig/node16@1.0.4 None 0 2.45 kB typescript-deploys
npm/@types/babel__core@7.20.5 Transitive: environment +8 4.51 MB types
npm/@types/babel__generator@7.6.8 Transitive: environment +4 2.51 MB types
npm/@types/babel__template@7.4.4 Transitive: environment +5 4.39 MB types
npm/@types/babel__traverse@7.20.5 Transitive: environment +4 2.58 MB types
npm/@types/debug@4.1.12 None +1 9.65 kB types
npm/@types/detect-node@2.0.2 None 0 2.66 kB types
npm/@types/eslint@8.56.5 None +2 245 kB types
npm/@types/express-serve-static-core@4.17.43 None +6 4.03 MB types
npm/@types/graceful-fs@4.1.9 None +2 3.97 MB types
npm/@types/jest@29.5.12 Transitive: environment, filesystem, unsafe +48 5.71 MB types
npm/@types/ms@0.7.34 None 0 3.2 kB types
npm/@types/node@18.19.22 None +1 3.96 MB types
npm/@types/qs@6.9.12 None 0 6.4 kB types
npm/@types/semver@7.5.8 None 0 23.3 kB types
npm/@types/source-map-support@0.5.10 None +1 815 kB types
npm/@types/stack-utils@2.0.3 None 0 6.43 kB types
npm/@typescript-eslint/eslint-plugin@5.62.0 Transitive: environment, eval, filesystem, shell, unsafe +129 48.6 MB jameshenry
npm/@typescript-eslint/parser@5.62.0 Transitive: environment, eval, filesystem, shell, unsafe +121 45.5 MB jameshenry
npm/@typescript-eslint/scope-manager@5.62.0 None +3 865 kB jameshenry
npm/@typescript-eslint/type-utils@5.62.0 Transitive: environment, eval, filesystem, shell, unsafe +126 46.2 MB jameshenry
npm/@typescript-eslint/types@5.62.0 None 0 223 kB jameshenry
npm/@typescript-eslint/typescript-estree@5.62.0 environment, filesystem +34 34.4 MB jameshenry
npm/@typescript-eslint/utils@5.62.0 Transitive: environment, eval, filesystem, shell, unsafe +125 46.1 MB jameshenry
npm/@typescript-eslint/visitor-keys@5.62.0 None +2 274 kB jameshenry
npm/@ungap/structured-clone@1.2.0 None 0 26.2 kB webreflection
npm/@webpack-cli/configtest@2.1.1 Transitive: environment, eval, filesystem, network, shell, unsafe +115 20.6 MB evilebottnawi
npm/@webpack-cli/info@2.0.2 Transitive: environment, eval, filesystem, network, shell, unsafe +115 20.6 MB evilebottnawi
npm/@webpack-cli/serve@2.0.5 environment Transitive: eval, filesystem, network, shell, unsafe +115 20.6 MB evilebottnawi
npm/abbrev@2.0.0 None 0 4.83 kB lukekarrys
npm/acorn-jsx@5.3.2 None +1 556 kB rreverser
npm/agent-base@7.1.0 network Transitive: environment +2 72.7 kB tootallnate
npm/ansi-escapes@4.3.2 None +1 135 kB sindresorhus
npm/ansi-regex@5.0.1 None 0 5.61 kB qix
npm/arg@4.1.3 None 0 12.9 kB qix
npm/babel-jest@29.7.0 environment Transitive: eval, filesystem, network, shell, unsafe +147 17.8 MB simenb
npm/babel-plugin-istanbul@6.1.1 environment, filesystem, shell Transitive: eval, unsafe +81 12 MB oss-bot
npm/babel-plugin-jest-hoist@29.6.3 Transitive: environment +20 4.74 MB simenb
npm/babel-preset-current-node-syntax@1.0.1 eval Transitive: environment, filesystem, shell, unsafe +66 10.9 MB nicolo-ribaudo
npm/babel-preset-jest@29.6.3 Transitive: environment, eval, filesystem, shell, unsafe +72 11.1 MB simenb
npm/body-parser@1.20.2 network Transitive: environment, eval, filesystem, unsafe +34 1.42 MB dougwilson
npm/browserslist@4.23.0 environment, filesystem Transitive: shell +6 2.4 MB ai
npm/bs-logger@0.2.6 environment, filesystem +1 64.8 kB huafu
npm/bser@2.1.1 None +1 34.3 kB wez
npm/buffer@6.0.3 None +2 108 kB feross
npm/cacache@18.0.1 filesystem Transitive: environment, shell +54 3.19 MB npm-cli-ops
npm/call-bind@1.0.7 Transitive: eval +11 225 kB ljharb
npm/camelcase@5.3.1 None 0 7.45 kB sindresorhus
npm/caniuse-lite@1.0.30001597 None 0 1.99 MB caniuse-lite
npm/char-regex@1.0.2 None 0 4.96 kB richienb
npm/chokidar@3.6.0 environment, filesystem +14 531 kB paulmillr
npm/chownr@2.0.0 filesystem 0 5.75 kB isaacs
npm/cjs-module-lexer@1.2.3 None 0 139 kB guybedford
npm/co@4.6.0 None 0 16 kB jongleberry
npm/collect-v8-coverage@1.0.2 unsafe 0 5.14 kB simenb
npm/comlink@4.4.1 None 0 248 kB benjamind
npm/commander@10.0.1 environment, filesystem, shell 0 174 kB abetomo
npm/create-jest@29.7.0 Transitive: environment, eval, filesystem, network, shell, unsafe +249 55.6 MB simenb
npm/create-require@1.1.1 filesystem, unsafe 0 6.25 kB pi0
npm/css-select@4.3.0 Transitive: network +8 391 kB feedic
npm/dedent@1.5.1 None 0 13.9 kB joshuakgoldberg
npm/deep-is@0.1.4 None 0 8.11 kB thlorenz
npm/define-data-property@1.1.4 Transitive: eval +8 177 kB ljharb
npm/detect-newline@3.1.0 None 0 3.77 kB sindresorhus
npm/diff-sequences@29.6.3 None 0 46 kB simenb
npm/diff@4.0.2 None 0 335 kB kpdecker
npm/dns-equal@1.0.0 None 0 3.18 kB watson
npm/doctrine@3.0.0 None +1 157 kB eslint
npm/dom-serializer@1.4.1 None +3 142 kB feedic
npm/domhandler@4.3.1 None +1 55.9 kB feedic
npm/domutils@2.8.0 network +4 199 kB feedic
npm/electron-to-chromium@1.4.699 None 0 279 kB kilianvalkhof
npm/emittery@0.13.1 None 0 46.5 kB sindresorhus
npm/encoding@0.1.13 None +2 398 kB andris
npm/enhanced-resolve@5.16.0 unsafe Transitive: environment, filesystem +2 290 kB evilebottnawi
npm/entities@2.2.0 None 0 57.7 kB feedic
npm/env-paths@2.2.1 None 0 10.2 kB sindresorhus
npm/envinfo@7.11.1 environment, eval, filesystem, shell 0 162 kB tabrindle
npm/err-code@2.0.3 None 0 12.3 kB achingbrain
npm/escalade@3.1.2 filesystem 0 11.6 kB lukeed
npm/eslint-config-prettier@8.10.0 Transitive: environment, eval, filesystem, shell, unsafe +98 10.8 MB lydell
npm/eslint-visitor-keys@3.4.3 None 0 32.3 kB eslintbot
npm/eslint@8.57.0 environment, filesystem Transitive: eval, shell, unsafe +97 10.8 MB eslintbot
npm/espree@9.6.1 None +3 662 kB eslintbot
npm/esquery@1.5.0 None +1 1.04 MB michaelficarra
npm/exit@0.1.2 None 0 59.8 kB cowboy
npm/expect@29.7.0 Transitive: environment, filesystem, unsafe +47 5.63 MB simenb
npm/exponential-backoff@3.1.1 None 0 37.3 kB sssayegh
npm/express@4.18.3 environment, filesystem, network Transitive: eval, unsafe +62 2.06 MB ulisesgascon
npm/fast-levenshtein@2.0.6 None 0 9.44 kB hiddentao
npm/fastest-levenshtein@1.0.16 None 0 21.3 kB ka-weihe
npm/fastq@1.17.1 None +1 51.4 kB matteo.collina
npm/fb-watchman@2.0.2 environment, network, shell +2 45.3 kB bolinfest
npm/file-entry-cache@6.0.1 filesystem Transitive: environment +16 290 kB royriojas
npm/flat-cache@3.2.0 filesystem Transitive: environment +15 265 kB jaredwray
npm/flatted@3.3.1 None 0 40.3 kB webreflection
npm/foreground-child@3.1.1 shell Transitive: environment, filesystem +7 189 kB isaacs
npm/fs-minipass@3.0.3 filesystem +1 299 kB npm-cli-ops
npm/get-intrinsic@1.2.4 eval +5 127 kB ljharb
npm/get-package-type@0.1.0 filesystem 0 6.01 kB coreyfarrell
npm/globals@13.24.0 None +1 163 kB sindresorhus
npm/graphemer@1.4.0 None 0 812 kB mattpauldavies
npm/has-flag@3.0.0 None 0 3.13 kB sindresorhus
npm/has-property-descriptors@1.0.2 Transitive: eval +7 149 kB ljharb
npm/has-proto@1.0.3 None 0 12 kB ljharb
npm/hasown@2.0.2 None +1 40.2 kB ljharb
npm/html-entities@2.5.2 None 0 287 kB mdevils
npm/htmlparser2@6.1.0 network +5 305 kB feedic
npm/http-proxy-agent@7.0.2 network Transitive: environment +3 96 kB tootallnate
npm/https-proxy-agent@7.0.4 network Transitive: environment +3 108 kB tootallnate
npm/idb-keyval@6.2.1 None 0 53.8 kB jaffathecake
npm/ignore@5.3.1 None 0 51.5 kB kael
npm/import-local@3.1.0 Transitive: filesystem, unsafe +8 49.8 kB sindresorhus
npm/interpret@3.1.1 None 0 21.5 kB phated
npm/ip@2.0.0 None 0 13.6 kB indutny
npm/is-generator-fn@2.1.0 None 0 3.28 kB sindresorhus
npm/is-lambda@1.0.1 None 0 2.94 kB watson
npm/istanbul-lib-coverage@3.2.2 None 0 34.4 kB oss-bot
npm/istanbul-lib-instrument@6.0.2 Transitive: environment, filesystem, shell, unsafe +58 11.1 MB oss-bot
npm/istanbul-lib-report@3.0.1 filesystem +6 214 kB oss-bot
npm/istanbul-lib-source-maps@4.0.1 filesystem Transitive: environment +4 923 kB oss-bot
npm/istanbul-reports@3.1.7 Transitive: filesystem +8 521 kB oss-bot
npm/jackspeak@2.3.6 environment +17 631 kB isaacs
npm/jest-changed-files@29.7.0 environment Transitive: filesystem, shell +37 5.06 MB simenb
npm/jest-circus@29.7.0 unsafe Transitive: environment, eval, filesystem, network, shell +196 19.5 MB simenb
npm/jest-cli@29.7.0 Transitive: environment, eval, filesystem, network, shell, unsafe +291 57.5 MB simenb
npm/jest-config@29.7.0 Transitive: environment, eval, filesystem, network, shell, unsafe +244 55.3 MB simenb
npm/jest-diff@29.7.0 Transitive: environment +12 768 kB simenb
npm/jest-docblock@29.7.0 None +1 12.8 kB simenb
npm/jest-each@29.7.0 Transitive: environment, filesystem +23 4.95 MB simenb
npm/jest-environment-node@29.7.0 unsafe Transitive: environment, eval, filesystem +48 5.56 MB simenb
npm/jest-get-type@29.6.3 None 0 3.79 kB simenb
npm/jest-haste-map@29.7.0 environment, filesystem, shell, unsafe Transitive: network +39 5.46 MB simenb
npm/jest-leak-detector@29.7.0 unsafe Transitive: environment +6 556 kB simenb
npm/jest-matcher-utils@29.7.0 Transitive: environment +13 796 kB simenb
npm/jest-message-util@29.7.0 Transitive: environment, filesystem, unsafe +39 5.24 MB simenb
npm/jest-mock@29.7.0 Transitive: environment, filesystem +19 4.86 MB simenb
npm/jest-pnp-resolver@1.2.3 Transitive: environment, filesystem, network, shell, unsafe +55 5.93 MB arcanis
npm/jest-regex-util@29.6.3 None 0 3.52 kB simenb
npm/jest-resolve-dependencies@29.7.0 Transitive: environment, eval, filesystem, network, shell, unsafe +161 18.3 MB simenb
npm/jest-resolve@29.7.0 environment, unsafe Transitive: filesystem, network, shell +55 5.93 MB simenb
npm/jest-runner@29.7.0 environment Transitive: eval, filesystem, network, shell, unsafe +206 20.4 MB simenb
npm/jest-runtime@29.7.0 unsafe Transitive: environment, eval, filesystem, network, shell +188 19.2 MB simenb
npm/jest-snapshot@29.7.0 eval Transitive: environment, filesystem, network, shell, unsafe +160 18.3 MB simenb
npm/jest-validate@29.7.0 Transitive: environment +21 4.77 MB simenb
npm/jest-watcher@29.7.0 Transitive: environment, filesystem, unsafe +52 5.57 MB simenb
npm/jest@29.7.0 Transitive: environment, eval, filesystem, network, shell, unsafe +292 57.5 MB simenb
npm/json-buffer@3.0.1 None 0 5.4 kB dominictarr
npm/json-stable-stringify-without-jsonify@1.0.1 None 0 14.2 kB samn
npm/keyv@4.5.4 None +1 33.2 kB jaredwray
npm/levn@0.4.1 None +2 82.9 kB gkz
npm/lodash.merge@4.6.2 None 0 54.1 kB jdalton
npm/make-dir@4.0.0 filesystem +3 135 kB sindresorhus
npm/make-error@1.3.6 None 0 12.4 kB julien-f
npm/make-fetch-happen@13.0.0 network Transitive: environment, filesystem, shell +79 5.13 MB npm-cli-ops
npm/makeerror@1.0.12 None +1 8.85 kB daaku
npm/minipass-collect@2.0.1 None +1 290 kB isaacs
npm/minipass-fetch@3.0.4 environment, network +6 871 kB npm-cli-ops
npm/minipass-flush@1.0.5 None +1 51.9 kB isaacs
npm/minipass-pipeline@1.2.4 None 0 7 kB isaacs
npm/minipass-sized@1.0.3 None 0 124 kB isaacs
npm/minipass@7.0.4 None 0 285 kB isaacs
npm/minizlib@2.1.2 None 0 17.3 kB isaacs
npm/mkdirp@1.0.4 environment, filesystem 0 19.1 kB isaacs
npm/natural-compare-lite@1.4.0 None 0 5.63 kB lauriro
npm/natural-compare@1.4.0 None 0 5.65 kB megawac
npm/node-gyp@10.0.1 environment, shell Transitive: filesystem, network +88 6.98 MB lukekarrys
npm/node-int64@0.4.0 None 0 16.3 kB broofa
npm/nopt@7.2.0 None +1 31 kB npm-cli-ops
npm/optionator@0.9.3 None +6 161 kB gkz
npm/path-scurry@1.10.1 filesystem +1 814 kB isaacs
npm/pirates@4.0.6 unsafe 0 13.5 kB danez
npm/prelude-ls@1.2.1 None 0 36.7 kB gkz
npm/prettier@2.8.8 environment, filesystem, unsafe 0 11.2 MB prettier-bot
npm/pretty-format@29.7.0 Transitive: environment +4 546 kB simenb
npm/proc-log@3.0.0 None 0 5.21 kB lukekarrys
npm/promise-retry@2.0.1 None +2 60 kB achingbrain
npm/punycode@2.3.1 None 0 33.5 kB google-wombot
npm/pure-rand@6.0.4 None 0 76.9 kB ndubien
npm/raw-body@2.5.2 network, unsafe Transitive: environment, eval +10 491 kB dougwilson
npm/rechoir@0.8.0 Transitive: environment, filesystem +6 238 kB phated
npm/require-directory@2.1.1 filesystem 0 12.1 kB troygoode
npm/require-from-string@2.0.2 unsafe 0 3.42 kB floatdrop
npm/requires-port@1.0.0 None 0 8.56 kB 3rdeden
npm/resolve-cwd@3.0.0 Transitive: filesystem, unsafe +1 10.8 kB sindresorhus
npm/resolve-from@4.0.0 filesystem, unsafe 0 4.64 kB sindresorhus
npm/resolve-typescript-plugin@2.0.1 Transitive: environment, eval, filesystem, network, shell, unsafe +77 19.5 MB djcsdy
npm/resolve.exports@2.0.2 None 0 23.9 kB lukeed
npm/resolve@1.22.8 environment, filesystem +5 230 kB ljharb
npm/retry@0.13.1 None 0 18.9 kB tim-kos
npm/reusify@1.0.4 None 0 9.44 kB matteo.collina
npm/rimraf@3.0.2 filesystem Transitive: environment +11 162 kB isaacs
npm/run-parallel@1.2.0 None +1 14.9 kB feross
npm/safe-buffer@5.2.1 None 0 32.1 kB feross
npm/safer-buffer@2.1.2 None 0 42.3 kB chalker
npm/select-hose@2.0.0 None 0 15.4 kB indutny
npm/selfsigned@2.4.1 None +4 5.71 MB jfromaniello
npm/semver@7.6.0 None +2 125 kB npm-cli-ops
npm/send@0.18.0 filesystem, network Transitive: environment, eval, unsafe +16 249 kB dougwilson
npm/serialize-javascript@6.0.2 None +2 55.4 kB redonkulus
npm/serve-index@1.9.1 filesystem, network Transitive: environment, eval +12 446 kB dougwilson
npm/serve-static@1.15.0 Transitive: environment, eval, filesystem, network, unsafe +18 285 kB dougwilson
npm/set-function-length@1.2.2 Transitive: eval +10 203 kB ljharb
npm/setprototypeof@1.2.0 None 0 4.03 kB wesleytodd
npm/shallow-clone@3.0.1 None +1 32.3 kB jonschlinkert
npm/shebang-command@2.0.0 None +1 5.38 kB kevva
npm/shebang-regex@3.0.0 None 0 2.83 kB sindresorhus
npm/shell-quote@1.8.1 None 0 45 kB ljharb
npm/side-channel@1.0.6 Transitive: eval +13 345 kB ljharb
npm/signal-exit@3.0.7 None 0 9.96 kB isaacs
npm/sisteransi@1.0.5 None 0 6.79 kB terkelg
npm/slash@4.0.0 None 0 3.83 kB sindresorhus
npm/smart-buffer@4.2.0 None 0 138 kB joshglazebrook
npm/sockjs@0.3.24 filesystem, network +6 410 kB brycekahle
npm/socks-proxy-agent@8.0.2 network Transitive: environment +8 655 kB tootallnate
npm/socks@2.8.1 network +4 558 kB joshglazebrook
npm/source-map-support@0.5.13 filesystem, unsafe +2 893 kB linusu
npm/spdy-transport@3.0.0 Transitive: environment +16 597 kB daviddias
npm/spdy@4.0.2 network Transitive: environment +20 696 kB indutny
npm/sprintf-js@1.0.3 None 0 34.8 kB alexei
npm/ssri@10.0.5 None +1 323 kB npm-cli-ops
npm/stack-utils@2.0.6 unsafe +1 17.9 kB isaacs
npm/statuses@2.0.1 None 0 12.1 kB dougwilson
npm/string-length@4.0.2 None +3 18.6 kB sindresorhus
npm/strip-ansi@6.0.1 None +1 9.64 kB sindresorhus
npm/strip-bom@4.0.0 None 0 3.91 kB sindresorhus
npm/strip-final-newline@2.0.0 None 0 3.05 kB sindresorhus
npm/strip-json-comments@3.1.1 None 0 6.96 kB sindresorhus
npm/supports-preserve-symlinks-flag@1.0.0 None 0 9.18 kB ljharb
npm/tapable@2.2.1 None 0 46.9 kB sokra
npm/tar@6.2.0 environment, filesystem +5 291 kB isaacs
npm/terser-webpack-plugin@5.3.10 Transitive: environment, eval, filesystem, network, shell, unsafe +75 19.5 MB evilebottnawi
npm/terser@5.29.1 environment, eval Transitive: filesystem, shell +11 4.24 MB fabiosantoscode
npm/test-exclude@6.0.0 Transitive: environment, filesystem +12 185 kB coreyfarrell
npm/text-table@0.2.0 None 0 11 kB substack
npm/thunky@1.1.0 None 0 7.76 kB mafintosh
npm/tmpl@1.0.5 None 0 2.77 kB daaku
npm/to-fast-properties@2.0.0 None 0 3.5 kB sindresorhus
npm/to-regex-range@5.0.1 None +1 32.6 kB jonschlinkert
npm/toidentifier@1.0.1 None 0 4.68 kB dougwilson
npm/ts-jest@29.1.2 environment, filesystem, unsafe Transitive: eval, network, shell +295 57.9 MB kul
npm/ts-loader@9.5.1 filesystem Transitive: environment, eval, network, shell, unsafe +92 52.8 MB johnnyreilly
npm/ts-node@10.9.2 environment, filesystem, unsafe +19 38.4 MB blakeembrey
npm/tslib@2.6.2 None 0 84 kB typescript-bot
npm/tsutils@3.21.0 None +2 32.8 MB ajaff
npm/type-check@0.4.0 None +1 57.9 kB gkz
npm/type-detect@4.0.8 None 0 42.1 kB chaijs
npm/type-fest@0.20.2 None 0 111 kB sindresorhus
npm/type-is@1.6.18 None +3 253 kB dougwilson
npm/typescript@5.4.2 None 0 32.4 MB typescript-bot
npm/undici-types@5.26.5 None 0 73.1 kB ethan_arrowood
npm/unique-filename@3.0.0 None +2 17.9 kB lukekarrys
npm/unique-slug@4.0.0 None +1 14.5 kB lukekarrys
npm/unpipe@1.0.0 None 0 4.31 kB dougwilson
npm/update-browserslist-db@1.0.13 filesystem, shell Transitive: environment +6 2.4 MB ai
npm/uri-js@4.4.1 None +1 503 kB garycourt
npm/util-deprecate@1.0.2 None 0 5.48 kB tootallnate
npm/utila@0.4.0 None 0 24.2 kB ariaminaei
npm/utils-merge@1.0.1 None 0 3.72 kB jaredhanson
npm/uuid@8.3.2 None 0 116 kB ctavan
npm/v8-compile-cache-lib@3.0.1 environment, filesystem, unsafe 0 18.2 kB cspotcode
npm/v8-to-istanbul@9.2.0 filesystem, unsafe +5 337 kB oss-bot
npm/vary@1.1.2 None 0 8.75 kB dougwilson
npm/walker@1.0.8 filesystem +2 14.6 kB daaku
npm/watchpack@2.4.0 environment, filesystem +2 108 kB sokra
npm/wbuf@1.7.3 None +1 22.4 kB indutny
npm/webpack-cli@5.1.4 environment, filesystem, unsafe Transitive: eval, network, shell +115 20.6 MB evilebottnawi
npm/webpack-dev-middleware@5.3.3 filesystem Transitive: environment, eval, network, shell, unsafe +86 21.1 MB evilebottnawi
npm/webpack-dev-server@4.15.1 environment, eval, network Transitive: filesystem, shell, unsafe +271 28.9 MB evilebottnawi
npm/webpack-merge@5.10.0 None +7 143 kB bebraw
npm/webpack-sources@3.2.3 None 0 91.3 kB sokra
npm/webpack@5.90.3 environment, filesystem, network, unsafe Transitive: eval, shell +75 19.5 MB evilebottnawi
npm/websocket-driver@0.7.4 network +3 180 kB jcoglan
npm/websocket-extensions@0.1.4 None 0 55 kB jcoglan
npm/which@2.0.2 environment Transitive: filesystem +1 20.9 kB isaacs
npm/wildcard@2.0.1 None 0 13.5 kB damonoehlman
npm/worker-loader@3.0.8 Transitive: environment, eval, filesystem, network, shell, unsafe +80 19.9 MB evilebottnawi
npm/wrappy@1.0.2 None 0 2.96 kB zkat
npm/write-file-atomic@4.0.2 filesystem +2 34.1 kB gar
npm/ws@8.16.0 environment, network 0 141 kB lpinca
npm/y18n@5.0.8 filesystem 0 23.4 kB oss-bot
npm/yallist@3.1.1 None 0 14.8 kB isaacs
npm/yargs-parser@21.1.1 environment, filesystem 0 128 kB oss-bot
npm/yargs@17.7.2 environment, filesystem +15 635 kB oss-bot
npm/yn@3.1.1 None 0 6.31 kB sindresorhus
npm/yocto-queue@0.1.0 None 0 6.03 kB sindresorhus

🚮 Removed packages: npm/@tsconfig/docusaurus@1.0.7, npm/@types/express-serve-static-core@4.17.41, npm/@types/react-router-config@5.0.11, npm/@types/react-router@5.1.20, npm/@types/unist@2.0.10, npm/address@1.2.2, npm/algoliasearch@4.22.1, npm/ansi-align@3.0.1, npm/autoprefixer@10.4.17, npm/axios@1.6.5, npm/browserslist@4.22.2, npm/call-bind@1.0.5, npm/caniuse-lite@1.0.30001579, npm/chokidar@3.5.3, npm/clsx@1.2.1, npm/concurrently@8.2.2, npm/core-js-compat@3.35.0, npm/css-tree@1.1.3, npm/cssnano@5.1.15, npm/d3-array@3.2.4, npm/d3-color@3.1.0, npm/d3-dispatch@3.0.1, npm/d3-drag@3.0.0, npm/d3-dsv@3.0.1, npm/d3-ease@3.0.1, npm/d3-format@3.1.0, npm/d3-interpolate@3.0.1, npm/d3-path@3.1.0, npm/d3-quadtree@3.0.1, npm/d3-selection@3.0.0, npm/d3-time-format@4.1.0, npm/d3-time@3.1.0, npm/d3-timer@3.0.1, npm/d3-transition@3.0.1, npm/d3@7.8.5, npm/define-data-property@1.1.1, npm/detect-libc@2.0.2, npm/docusaurus-plugin-typedoc@0.20.2, npm/domhandler@5.0.3, npm/domutils@3.1.0, npm/dotenv@16.3.1, npm/end-of-stream@1.4.4, npm/entities@4.5.0, npm/fbjs@3.0.5, npm/get-intrinsic@1.2.2, npm/has-property-descriptors@1.0.1, npm/hast-util-is-element@1.1.0, npm/icss-utils@5.1.0, npm/ignore@5.3.0, npm/ini@1.3.8, npm/is-alphabetical@1.0.4, npm/lodash.uniq@4.5.0, npm/loose-envify@1.4.0, npm/lowercase-keys@1.0.1, npm/make-dir@3.1.0, npm/minimist@1.2.8, npm/mkdirp-classic@0.5.3, npm/nodemon@3.0.3, npm/object-assign@4.1.1, npm/postcss-selector-parser@6.0.15, npm/postcss-value-parser@4.2.0, npm/postcss@8.4.33, npm/prism-react-renderer@1.3.5, npm/prop-types@15.8.1, npm/property-information@5.6.0, npm/rc@1.2.8, npm/react-dom@17.0.2, npm/react-fast-compare@3.2.2, npm/react-helmet-async@1.3.0, npm/react-is@16.13.1, npm/react-player@2.14.1, npm/react-router@5.3.4, npm/react@17.0.2, npm/rehype-katex@5.0.0, npm/remark-math@3.0.1

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