Skip to content

chore(master): Release 0.30.1#5322

Merged
sirasistant merged 1 commit into
masterfrom
release-please--branches--master
Mar 20, 2024
Merged

chore(master): Release 0.30.1#5322
sirasistant merged 1 commit into
masterfrom
release-please--branches--master

Conversation

@AztecBot

@AztecBot AztecBot commented Mar 19, 2024

Copy link
Copy Markdown
Collaborator

🤖 I have created a release beep boop

aztec-package: 0.30.1

0.30.1 (2024-03-20)

Miscellaneous

  • aztec-package: Synchronize aztec-packages versions
barretenberg.js: 0.30.1

0.30.1 (2024-03-20)

Miscellaneous

  • barretenberg.js: Synchronize aztec-packages versions
aztec-cli: 0.30.1

0.30.1 (2024-03-20)

Miscellaneous

  • aztec-cli: Synchronize aztec-packages versions
aztec-packages: 0.30.1

0.30.1 (2024-03-20)

Features

Bug Fixes

Miscellaneous

barretenberg: 0.30.1

0.30.1 (2024-03-20)

Features

Bug Fixes

Miscellaneous


This PR was generated with Release Please. See documentation.

@AztecBot AztecBot force-pushed the release-please--branches--master branch from a56c8ab to 96d4d43 Compare March 19, 2024 21:01
@AztecBot

AztecBot commented Mar 19, 2024

Copy link
Copy Markdown
Collaborator Author

Benchmark results

Metrics with a significant change:

  • circuit_simulation_time_in_ms (public-kernel-tail): 221 (+25%)
  • batch_insert_into_append_only_tree_32_depth_ms (4096): 1,717 (-33%)
  • batch_insert_into_append_only_tree_32_depth_hash_ms (4096): 0.412 (-33%)
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 46b15e3d 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 66,412 239,008 469,772
l1_rollup_execution_gas 647,510 929,366 1,305,952
l2_block_processing_time_in_ms 1,280 (-6%) 4,812 (+2%) 9,335 (-10%)
note_successful_decrypting_time_in_ms 177 (+9%) 504 (+4%) 1,016 (-1%)
note_trial_decrypting_time_in_ms 80.9 (+24%) 118 (+17%) 48.2 (-5%)
l2_block_building_time_in_ms 18,283 69,365 (-5%) 137,677 (-2%)
l2_block_rollup_simulation_time_in_ms 8,000 (-1%) 28,494 (-6%) 56,249 (-1%)
l2_block_public_tx_process_time_in_ms 10,262 (+1%) 40,817 (-4%) 81,332 (-3%)

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 14,332 (+5%) 28,464 (+6%)
note_history_successful_decrypting_time_in_ms 1,265 (+3%) 2,472 (+2%)
note_history_trial_decrypting_time_in_ms 107 (+74%) 168 (+39%)
node_database_size_in_bytes 18,600,016 35,065,936
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 282 44,366 28,244
private-kernel-ordering 216 52,868 14,326
base-parity 1,780 (-3%) 128 311
base-rollup 713 (-2%) 165,787 925
root-parity 1,578 1,244 311
root-rollup 52.1 4,487 725
private-kernel-inner 646 (-1%) 73,771 28,244
public-kernel-app-logic 477 (+4%) 35,260 28,215
public-kernel-tail ⚠️ 221 (+25%) 40,926 28,215
merge-rollup 8.57 (+3%) 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.0 (-2%) 15.9 (-3%) 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.585 (-2%) 0.493 (-3%) 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 45.7 (-1%) 72.9 (+1%) 229 450 (+1%) 878 ⚠️ 1,717 (-33%) 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.470 (-1%) 0.450 (+1%) 0.419 0.422 (+1%) 0.417 ⚠️ 0.412 (-33%) N/A
batch_insert_into_indexed_tree_20_depth_ms N/A N/A 54.7 (+1%) 106 (-9%) 334 664 (+1%) 1,309 2,613 (-15%) 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.489 (+2%) 0.480 (-8%) 0.456 0.458 (+1%) 0.454 0.454 (-15%) 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.9
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.542

Miscellaneous

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

Metric 0 registered classes
tx_size_in_bytes 22,012

Transaction processing duration by data writes.

Metric 0 new note hashes 1 new note hashes
tx_pxe_processing_time_ms 3,229 (-2%) 1,754
Metric 0 public data writes 1 public data writes
tx_sequencer_processing_time_ms 12.0 (-25%) 1,357 (+7%)

@AztecBot AztecBot force-pushed the release-please--branches--master branch 3 times, most recently from 559e8db to 7a9c5a2 Compare March 20, 2024 10:07
@socket-security

socket-security Bot commented Mar 20, 2024

Copy link
Copy Markdown

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 0 78.9 kB jridgewell
npm/@babel/code-frame@7.24.1 None 0 23.5 kB nicolo-ribaudo
npm/@babel/compat-data@7.24.1 None 0 64.6 kB nicolo-ribaudo
npm/@babel/core@7.24.1 environment, filesystem, unsafe +1 849 kB nicolo-ribaudo
npm/@babel/generator@7.24.1 None 0 493 kB nicolo-ribaudo
npm/@babel/helper-module-imports@7.24.1 None 0 63.6 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.24.0 None 0 11.7 kB nicolo-ribaudo
npm/@babel/helper-string-parser@7.24.1 None 0 31.7 kB nicolo-ribaudo
npm/@babel/helpers@7.24.1 None 0 649 kB nicolo-ribaudo
npm/@babel/highlight@7.24.1 Transitive: environment +6 102 kB nicolo-ribaudo
npm/@babel/parser@7.24.1 None 0 1.88 MB nicolo-ribaudo
npm/@babel/plugin-syntax-bigint@7.8.3 None 0 2.42 kB nicolo-ribaudo
npm/@babel/plugin-syntax-jsx@7.24.1 None 0 4.14 kB nicolo-ribaudo
npm/@babel/plugin-syntax-typescript@7.24.1 None 0 6.87 kB nicolo-ribaudo
npm/@babel/template@7.24.0 None 0 68.9 kB nicolo-ribaudo
npm/@babel/traverse@7.24.1 None +1 655 kB nicolo-ribaudo
npm/@babel/types@7.24.0 environment 0 2.41 MB nicolo-ribaudo
npm/@bcoe/v8-coverage@0.2.3 None 0 277 kB bcoe
npm/@cspotcode/source-map-support@0.8.1 filesystem +1 194 kB cspotcode
npm/@eslint-community/eslint-utils@4.4.0 None 0 379 kB 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 0 659 kB eslintbot
npm/@eslint/js@8.57.0 None 0 13.9 kB eslintbot
npm/@humanwhocodes/config-array@0.11.14 None 0 55.6 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 +6 171 kB isaacs
npm/@istanbuljs/load-nyc-config@1.1.0 environment, filesystem Transitive: eval, unsafe +4 326 kB coreyfarrell
npm/@istanbuljs/schema@0.1.3 None 0 17.2 kB coreyfarrell
npm/@jest/console@29.7.0 None +1 22.5 kB simenb
npm/@jest/core@29.7.0 unsafe 0 145 kB simenb
npm/@jest/environment@29.7.0 None 0 15.9 kB simenb
npm/@jest/expect-utils@29.7.0 None 0 28.3 kB simenb
npm/@jest/expect@29.7.0 None 0 5.23 kB simenb
npm/@jest/fake-timers@29.7.0 None 0 26.3 kB simenb
npm/@jest/globals@29.7.0 None 0 5.26 kB simenb
npm/@jest/reporters@29.7.0 environment, unsafe 0 115 kB simenb
npm/@jest/source-map@29.6.3 None 0 5.07 kB simenb
npm/@jest/test-result@29.7.0 None 0 15.8 kB simenb
npm/@jest/test-sequencer@29.7.0 None 0 13.6 kB simenb
npm/@jest/transform@29.7.0 None 0 52.4 kB simenb
npm/@jridgewell/gen-mapping@0.3.5 None 0 81.6 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/source-map@0.3.6 None 0 177 kB jridgewell
npm/@jridgewell/trace-mapping@0.3.25 None 0 169 kB jridgewell
npm/@npmcli/agent@2.2.0 environment, network +1 475 kB npm-cli-ops
npm/@npmcli/fs@3.1.0 filesystem 0 26.5 kB lukekarrys
npm/@pkgjs/parseargs@0.11.0 None 0 74.2 kB oss-bot
npm/@sinonjs/commons@3.0.1 None 0 38 kB mrgnrdrck
npm/@sinonjs/fake-timers@10.3.0 eval 0 80.1 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 None 0 33 kB types
npm/@types/babel__generator@7.6.8 None 0 11.4 kB types
npm/@types/babel__template@7.4.4 None 0 6.41 kB types
npm/@types/babel__traverse@7.20.5 None 0 84.1 kB types
npm/@types/debug@4.1.12 None 0 6.45 kB types
npm/@types/detect-node@2.0.2 None 0 2.66 kB types
npm/@types/eslint@8.56.6 None 0 192 kB types
npm/@types/express-serve-static-core@4.17.43 None 0 45.9 kB types
npm/@types/graceful-fs@4.1.9 None 0 3.9 kB types
npm/@types/jest@29.5.12 None 0 78.7 kB types
npm/@types/ms@0.7.34 None 0 3.2 kB types
npm/@types/node@18.19.26 None 0 1.96 MB types
npm/@types/qs@6.9.13 None 0 7.21 kB types
npm/@types/semver@7.5.8 None 0 23.3 kB types
npm/@types/source-map-support@0.5.10 None 0 9.66 kB types
npm/@types/stack-utils@2.0.3 None 0 6.43 kB types
npm/@typescript-eslint/eslint-plugin@5.62.0 None 0 2.43 MB jameshenry
npm/@typescript-eslint/parser@5.62.0 None 0 18.6 kB jameshenry
npm/@typescript-eslint/scope-manager@5.62.0 None 0 592 kB jameshenry
npm/@typescript-eslint/type-utils@5.62.0 None 0 88 kB jameshenry
npm/@typescript-eslint/types@5.62.0 None 0 223 kB jameshenry
npm/@typescript-eslint/typescript-estree@5.62.0 environment, filesystem 0 553 kB jameshenry
npm/@typescript-eslint/utils@5.62.0 None 0 501 kB jameshenry
npm/@typescript-eslint/visitor-keys@5.62.0 None 0 18.4 kB jameshenry
npm/@ungap/structured-clone@1.2.0 None 0 26.2 kB webreflection
npm/@webassemblyjs/ast@1.12.1 None 0 207 kB xtuc
npm/@webassemblyjs/helper-buffer@1.12.1 None 0 10.8 kB xtuc
npm/@webassemblyjs/helper-wasm-section@1.12.1 None 0 19.7 kB xtuc
npm/@webassemblyjs/wasm-edit@1.12.1 None 0 34.6 kB xtuc
npm/@webassemblyjs/wasm-gen@1.12.1 None 0 28.1 kB xtuc
npm/@webassemblyjs/wasm-opt@1.12.1 None 0 14.4 kB xtuc
npm/@webassemblyjs/wasm-parser@1.12.1 None 0 129 kB xtuc
npm/@webassemblyjs/wast-printer@1.12.1 None 0 39.6 kB xtuc
npm/@webpack-cli/configtest@2.1.1 None 0 4.55 kB evilebottnawi
npm/@webpack-cli/info@2.0.2 None 0 3.72 kB evilebottnawi
npm/@webpack-cli/serve@2.0.5 environment 0 11.6 kB evilebottnawi
npm/abbrev@2.0.0 None 0 4.83 kB lukekarrys
npm/acorn-jsx@5.3.2 None 0 24.4 kB rreverser
npm/agent-base@7.1.0 network 0 23.5 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 0 13.5 kB simenb
npm/babel-plugin-istanbul@6.1.1 environment, filesystem, shell +1 95.9 kB oss-bot
npm/babel-plugin-jest-hoist@29.6.3 None 0 14.3 kB simenb
npm/babel-preset-current-node-syntax@1.0.1 eval 0 5.46 kB nicolo-ribaudo
npm/babel-preset-jest@29.6.3 None 0 2.69 kB simenb
npm/binary-extensions@2.3.0 None 0 5.03 kB sindresorhus
npm/body-parser@1.20.2 network Transitive: environment, filesystem +3 131 kB dougwilson
npm/browserslist@4.23.0 environment, filesystem 0 62.8 kB ai
npm/bs-logger@0.2.6 environment, filesystem 0 47.8 kB huafu
npm/bser@2.1.1 None 0 18 kB wez
npm/buffer@6.0.3 None 0 91.3 kB feross
npm/cacache@18.0.1 filesystem Transitive: environment +3 963 kB npm-cli-ops
npm/call-bind@1.0.7 None +2 46.2 kB ljharb
npm/camelcase@5.3.1 None 0 7.45 kB sindresorhus
npm/caniuse-lite@1.0.30001599 None 0 2 MB caniuse-lite
npm/char-regex@1.0.2 None 0 4.96 kB richienb
npm/chokidar@3.6.0 environment, filesystem +1 102 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 None 0 15.9 kB simenb
npm/create-require@1.1.1 filesystem, unsafe 0 6.25 kB pi0
npm/css-select@4.3.0 None 0 82.4 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 None +2 55 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 0 106 kB eslint
npm/dom-serializer@1.4.1 None 0 28.3 kB feedic
npm/domhandler@4.3.1 None 0 44.6 kB feedic
npm/domutils@2.8.0 network 0 56.6 kB feedic
npm/electron-to-chromium@1.4.710 None 0 281 kB kilianvalkhof
npm/emittery@0.13.1 None 0 46.5 kB sindresorhus
npm/encoding@0.1.13 None +1 356 kB andris
npm/enhanced-resolve@5.16.0 unsafe 0 210 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/es-module-lexer@1.4.2 None 0 87.3 kB guybedford
npm/escalade@3.1.2 filesystem 0 11.6 kB lukeed
npm/eslint-config-prettier@8.10.0 None 0 19.9 kB lydell
npm/eslint-visitor-keys@3.4.3 None 0 32.3 kB eslintbot
npm/eslint@8.57.0 environment, filesystem +1 3.18 MB eslintbot
npm/espree@9.6.1 None 0 73.6 kB eslintbot
npm/esquery@1.5.0 None 0 1 MB michaelficarra
npm/exit@0.1.2 None 0 59.8 kB cowboy
npm/expect@29.7.0 None 0 146 kB simenb
npm/exponential-backoff@3.1.1 None 0 37.3 kB sssayegh
npm/express@4.18.3 environment, filesystem, network 0 214 kB 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 0 41.9 kB matteo.collina
npm/fb-watchman@2.0.2 environment, network, shell 0 11 kB bolinfest
npm/file-entry-cache@6.0.1 filesystem 0 25.6 kB royriojas
npm/flat-cache@3.2.0 filesystem 0 29.4 kB jaredwray
npm/flatted@3.3.1 None 0 40.3 kB webreflection
npm/follow-redirects@1.15.6 network 0 29.4 kB rubenverborgh
npm/foreground-child@3.1.1 shell +1 137 kB isaacs
npm/fs-minipass@3.0.3 filesystem 0 14.4 kB npm-cli-ops
npm/get-intrinsic@1.2.4 eval +1 53.9 kB ljharb
npm/get-package-type@0.1.0 filesystem 0 6.01 kB coreyfarrell
npm/globals@13.24.0 None 0 52.1 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 None +1 22.7 kB ljharb
npm/has-proto@1.0.3 None 0 12 kB ljharb
npm/hasown@2.0.2 None 0 8.77 kB ljharb
npm/html-entities@2.5.2 None 0 287 kB mdevils
npm/htmlparser2@6.1.0 network 0 106 kB feedic
npm/http-proxy-agent@7.0.2 network 0 23.3 kB tootallnate
npm/https-proxy-agent@7.0.4 network 0 35.3 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 None 0 4.66 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 None 0 71.5 kB oss-bot
npm/istanbul-lib-report@3.0.1 filesystem 0 37.6 kB oss-bot
npm/istanbul-lib-source-maps@4.0.1 filesystem 0 34.1 kB oss-bot
npm/istanbul-reports@3.1.7 None 0 294 kB oss-bot
npm/jackspeak@2.3.6 environment 0 253 kB isaacs
npm/jest-changed-files@29.7.0 environment 0 18.2 kB simenb
npm/jest-circus@29.7.0 unsafe 0 72 kB simenb
npm/jest-cli@29.7.0 None 0 33.8 kB simenb
npm/jest-config@29.7.0 None 0 114 kB simenb
npm/jest-diff@29.7.0 None 0 78.5 kB simenb
npm/jest-docblock@29.7.0 None 0 8.99 kB simenb
npm/jest-each@29.7.0 None 0 33.7 kB simenb
npm/jest-environment-node@29.7.0 unsafe 0 9.37 kB 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 0 121 kB simenb
npm/jest-leak-detector@29.7.0 unsafe 0 5.59 kB simenb
npm/jest-matcher-utils@29.7.0 None 0 28.4 kB simenb
npm/jest-message-util@29.7.0 None 0 20.6 kB simenb
npm/jest-mock@29.7.0 None 0 47.5 kB simenb
npm/jest-pnp-resolver@1.2.3 None 0 5.68 kB arcanis
npm/jest-regex-util@29.6.3 None 0 3.52 kB simenb
npm/jest-resolve-dependencies@29.7.0 None 0 8.92 kB simenb
npm/jest-resolve@29.7.0 environment, unsafe 0 65.7 kB simenb
npm/jest-runner@29.7.0 environment 0 29.6 kB simenb
npm/jest-runtime@29.7.0 unsafe 0 89.2 kB simenb
npm/jest-snapshot@29.7.0 eval 0 83.5 kB simenb
npm/jest-validate@29.7.0 None +1 40.4 kB simenb
npm/jest-watcher@29.7.0 None 0 23.4 kB simenb
npm/jest@29.7.0 None 0 5.01 kB 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 0 27.8 kB jaredwray
npm/levn@0.4.1 None 0 24.9 kB gkz
npm/lodash.merge@4.6.2 None 0 54.1 kB jdalton
npm/make-dir@4.0.0 filesystem 0 9.91 kB sindresorhus
npm/make-error@1.3.6 None 0 12.4 kB julien-f
npm/make-fetch-happen@13.0.0 network 0 52.5 kB npm-cli-ops
npm/makeerror@1.0.12 None 0 6.07 kB daaku
npm/minipass-collect@2.0.1 None 0 4.96 kB isaacs
npm/minipass-fetch@3.0.4 environment, network 0 46.8 kB npm-cli-ops
npm/minipass-flush@1.0.5 None +2 66.6 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 +2 1.77 MB lukekarrys
npm/node-int64@0.4.0 None 0 16.3 kB broofa
npm/nopt@7.2.0 None 0 26.1 kB npm-cli-ops
npm/optionator@0.9.3 None 0 50.2 kB gkz
npm/path-scurry@1.10.1 filesystem 0 529 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 None +1 74.3 kB simenb
npm/proc-log@3.0.0 None 0 5.21 kB lukekarrys
npm/promise-retry@2.0.1 None +1 47.8 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 0 25.8 kB dougwilson
npm/rechoir@0.8.0 None 0 8.64 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 None 0 4.98 kB sindresorhus
npm/resolve-from@4.0.0 filesystem, unsafe 0 4.64 kB sindresorhus
npm/resolve-typescript-plugin@2.0.1 None +1 74.5 kB djcsdy
npm/resolve.exports@2.0.2 None 0 23.9 kB lukeed
npm/resolve@1.22.8 environment, filesystem 0 145 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 0 17.3 kB isaacs
npm/run-parallel@1.2.0 None 0 6.56 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 0 25.4 kB jfromaniello
npm/semver@7.6.0 None +1 110 kB npm-cli-ops
npm/send@0.18.0 filesystem, network +1 56.9 kB dougwilson
npm/serialize-javascript@6.0.2 None 0 16.9 kB redonkulus
npm/serve-index@1.9.1 filesystem, network Transitive: environment, eval +5 157 kB dougwilson
npm/serve-static@1.15.0 None 0 25.2 kB dougwilson
npm/set-function-length@1.2.2 None +1 27.1 kB ljharb
npm/setprototypeof@1.2.0 None 0 4.03 kB wesleytodd
npm/shallow-clone@3.0.1 None 0 9.45 kB jonschlinkert
npm/shebang-command@2.0.0 None 0 2.56 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 None +1 35.6 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 0 82.8 kB brycekahle
npm/socks-proxy-agent@8.0.2 network 0 24.1 kB tootallnate
npm/socks@2.8.1 network +3 420 kB joshglazebrook
npm/source-map-support@0.5.13 filesystem, unsafe 0 82.5 kB linusu
npm/spdy-transport@3.0.0 None 0 136 kB daviddias
npm/spdy@4.0.2 network 0 57.7 kB indutny
npm/sprintf-js@1.0.3 None 0 34.8 kB alexei
npm/ssri@10.0.5 None 0 38.7 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 0 4.05 kB sindresorhus
npm/strip-ansi@6.0.1 None 0 4.03 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 +2 249 kB isaacs
npm/terser-webpack-plugin@5.3.10 Transitive: environment, shell +3 328 kB evilebottnawi
npm/terser@5.29.2 environment, eval Transitive: filesystem, shell +2 2.3 MB fabiosantoscode
npm/test-exclude@6.0.0 None 0 23.6 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 0 22.9 kB jonschlinkert
npm/toidentifier@1.0.1 None 0 4.68 kB dougwilson
npm/ts-jest@29.1.2 environment, filesystem, unsafe 0 308 kB kul
npm/ts-loader@9.5.1 filesystem Transitive: network +1 484 kB johnnyreilly
npm/ts-node@10.9.2 environment, filesystem, unsafe 0 757 kB blakeembrey
npm/tslib@2.6.2 None 0 84 kB typescript-bot
npm/tsutils@3.21.0 None +1 416 kB ajaff
npm/type-check@0.4.0 None 0 21.2 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 0 18.5 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 0 3.41 kB lukekarrys
npm/unique-slug@4.0.0 None 0 2.58 kB lukekarrys
npm/unpipe@1.0.0 None 0 4.31 kB dougwilson
npm/update-browserslist-db@1.0.13 filesystem, shell 0 13.9 kB ai
npm/uri-js@4.4.1 None 0 470 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 0 46.9 kB oss-bot
npm/vary@1.1.2 None 0 8.75 kB dougwilson
npm/walker@1.0.8 filesystem 0 5.8 kB daaku
npm/watchpack@2.4.1 environment, filesystem 0 56.2 kB evilebottnawi
npm/wbuf@1.7.3 None 0 20.9 kB indutny
npm/webpack-cli@5.1.4 environment, filesystem, unsafe 0 110 kB evilebottnawi
npm/webpack-dev-middleware@5.3.3 filesystem 0 78.8 kB evilebottnawi
npm/webpack-dev-server@4.15.1 environment, eval, network 0 634 kB evilebottnawi
npm/webpack-merge@5.10.0 None 0 47.9 kB bebraw
npm/webpack-sources@3.2.3 None 0 91.3 kB sokra
npm/webpack@5.90.3 environment, filesystem, network, unsafe 0 4.82 MB evilebottnawi
npm/websocket-driver@0.7.4 network 0 67.4 kB jcoglan
npm/websocket-extensions@0.1.4 None 0 55 kB jcoglan
npm/which@2.0.2 environment 0 9.97 kB isaacs
npm/wildcard@2.0.1 None 0 13.5 kB damonoehlman
npm/worker-loader@3.0.8 None 0 36.5 kB evilebottnawi
npm/wrappy@1.0.2 None 0 2.96 kB zkat
npm/write-file-atomic@4.0.2 filesystem 0 12.2 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 0 292 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/@webassemblyjs/ast@1.11.6, npm/@webassemblyjs/wasm-parser@1.11.6, 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/follow-redirects@1.15.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 5 times, most recently from cf4df99 to bd61d33 Compare March 20, 2024 14:20
@AztecBot AztecBot force-pushed the release-please--branches--master branch from bd61d33 to d6471af Compare March 20, 2024 14:37
@sirasistant sirasistant merged commit 9210dbf into master Mar 20, 2024
@sirasistant sirasistant deleted the release-please--branches--master branch March 20, 2024 15:57
@AztecBot

Copy link
Copy Markdown
Collaborator Author

@AztecBot

Copy link
Copy Markdown
Collaborator Author

@AztecBot

Copy link
Copy Markdown
Collaborator Author

@AztecBot

Copy link
Copy Markdown
Collaborator Author

@AztecBot

Copy link
Copy Markdown
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Indirect memory support: all current implemented opcodes AVM Circuit: indirect memory support for MOV

2 participants