-
Notifications
You must be signed in to change notification settings - Fork 265
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(boxes): refactor npx to improve readability, added upgrade option and manual versioning #4855
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @signorecello and the rest of your teammates on Graphite |
d8eadad
to
cd26517
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. Values are compared against data from master at commit 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 16 txs.
Circuits statsStats on running time and I/O sizes collected for every circuit run across all benchmarks.
Tree insertion statsThe duration to insert a fixed batch of leaves into each tree type.
MiscellaneousTransaction sizes based on how many contracts are deployed in the tx.
Transaction processing duration by data writes.
|
2302f00
to
c9a78aa
Compare
c8cd2ad
to
02b1e10
Compare
91e3e11
to
8646cd2
Compare
294ef15
to
62aae1f
Compare
580e60a
to
e3ba6d1
Compare
e3ba6d1
to
cb8962e
Compare
7f813a4
to
2bed859
Compare
f438ed0
to
59fe153
Compare
e576803
to
55b092e
Compare
59fe153
to
2538c2a
Compare
55b092e
to
2904549
Compare
2538c2a
to
cff058c
Compare
2904549
to
bb09a37
Compare
b9e13a8
to
f6e439f
Compare
e8e4c92
to
7f51cab
Compare
07ad7b4
to
165ed78
Compare
165ed78
to
78d88a0
Compare
78d88a0
to
8ecc3cc
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.
IIUC npx create-aztec-app
combines the sandbox installer with the aztec-cli unbox
command?
Yep exactly! It is meant to replace the unbox command (which no longer exists). But it's not meant to replace the installer (it actually runs it, as you've seen), more like providing a "yes/no" interface to use it, and reduce the time needed to see your app on the screen |
btw you should be able to run |
🤖 I have created a release *beep* *boop* --- <details><summary>aztec-package: 0.26.5</summary> ## [0.26.5](aztec-package-v0.26.4...aztec-package-v0.26.5) (2024-03-07) ### Features * Integrated native ACVM ([#4903](#4903)) ([3fd7025](3fd7025)) </details> <details><summary>barretenberg.js: 0.26.5</summary> ## [0.26.5](barretenberg.js-v0.26.4...barretenberg.js-v0.26.5) (2024-03-07) ### Miscellaneous * **barretenberg.js:** Synchronize aztec-packages versions </details> <details><summary>aztec-cli: 0.26.5</summary> ## [0.26.5](aztec-cli-v0.26.4...aztec-cli-v0.26.5) (2024-03-07) ### Miscellaneous * **aztec-cli:** Synchronize aztec-packages versions </details> <details><summary>aztec-packages: 0.26.5</summary> ## [0.26.5](aztec-packages-v0.26.4...aztec-packages-v0.26.5) (2024-03-07) ### Features * Crowdfunding contract ([#4917](#4917)) ([ba3aff2](ba3aff2)) * Integrated native ACVM ([#4903](#4903)) ([3fd7025](3fd7025)) ### Bug Fixes * Dependency for yarn-project-tests ([#5031](#5031)) ([4b5db50](4b5db50)) * **docs:** Update writing_token_contract.md ([#5020](#5020)) ([5b0f38f](5b0f38f)) * End to end dependency fix ([#5029](#5029)) ([191ad93](191ad93)) * Missing dependency end-to-end => yarn-project ([#5018](#5018)) ([f930bdd](f930bdd)) * **revert:** "feat(avm): storage" ([#5019](#5019)) ([ba31016](ba31016)) ### Miscellaneous * **boxes:** Refactor npx to improve readability, added upgrade option and manual versioning ([#4855](#4855)) ([ef76d3f](ef76d3f)) * Purging calldata hash ([#4984](#4984)) ([f6f34b7](f6f34b7)) ### Documentation * Add versions section to updating doc ([#4916](#4916)) ([d4d935f](d4d935f)) </details> <details><summary>barretenberg: 0.26.5</summary> ## [0.26.5](barretenberg-v0.26.4...barretenberg-v0.26.5) (2024-03-07) ### Miscellaneous * **barretenberg:** Synchronize aztec-packages versions </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- <details><summary>aztec-package: 0.26.5</summary> ## [0.26.5](AztecProtocol/aztec-packages@aztec-package-v0.26.4...aztec-package-v0.26.5) (2024-03-07) ### Features * Integrated native ACVM ([#4903](AztecProtocol/aztec-packages#4903)) ([3fd7025](AztecProtocol/aztec-packages@3fd7025)) </details> <details><summary>barretenberg.js: 0.26.5</summary> ## [0.26.5](AztecProtocol/aztec-packages@barretenberg.js-v0.26.4...barretenberg.js-v0.26.5) (2024-03-07) ### Miscellaneous * **barretenberg.js:** Synchronize aztec-packages versions </details> <details><summary>aztec-cli: 0.26.5</summary> ## [0.26.5](AztecProtocol/aztec-packages@aztec-cli-v0.26.4...aztec-cli-v0.26.5) (2024-03-07) ### Miscellaneous * **aztec-cli:** Synchronize aztec-packages versions </details> <details><summary>aztec-packages: 0.26.5</summary> ## [0.26.5](AztecProtocol/aztec-packages@aztec-packages-v0.26.4...aztec-packages-v0.26.5) (2024-03-07) ### Features * Crowdfunding contract ([#4917](AztecProtocol/aztec-packages#4917)) ([ba3aff2](AztecProtocol/aztec-packages@ba3aff2)) * Integrated native ACVM ([#4903](AztecProtocol/aztec-packages#4903)) ([3fd7025](AztecProtocol/aztec-packages@3fd7025)) ### Bug Fixes * Dependency for yarn-project-tests ([#5031](AztecProtocol/aztec-packages#5031)) ([4b5db50](AztecProtocol/aztec-packages@4b5db50)) * **docs:** Update writing_token_contract.md ([#5020](AztecProtocol/aztec-packages#5020)) ([5b0f38f](AztecProtocol/aztec-packages@5b0f38f)) * End to end dependency fix ([#5029](AztecProtocol/aztec-packages#5029)) ([191ad93](AztecProtocol/aztec-packages@191ad93)) * Missing dependency end-to-end => yarn-project ([#5018](AztecProtocol/aztec-packages#5018)) ([f930bdd](AztecProtocol/aztec-packages@f930bdd)) * **revert:** "feat(avm): storage" ([#5019](AztecProtocol/aztec-packages#5019)) ([ba31016](AztecProtocol/aztec-packages@ba31016)) ### Miscellaneous * **boxes:** Refactor npx to improve readability, added upgrade option and manual versioning ([#4855](AztecProtocol/aztec-packages#4855)) ([ef76d3f](AztecProtocol/aztec-packages@ef76d3f)) * Purging calldata hash ([#4984](AztecProtocol/aztec-packages#4984)) ([f6f34b7](AztecProtocol/aztec-packages@f6f34b7)) ### Documentation * Add versions section to updating doc ([#4916](AztecProtocol/aztec-packages#4916)) ([d4d935f](AztecProtocol/aztec-packages@d4d935f)) </details> <details><summary>barretenberg: 0.26.5</summary> ## [0.26.5](AztecProtocol/aztec-packages@barretenberg-v0.26.4...barretenberg-v0.26.5) (2024-03-07) ### Miscellaneous * **barretenberg:** Synchronize aztec-packages versions </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Part of the Boxes work, this change splits the npx files into multiple different ones and:
VERSION=master npx create-aztec-app
). It fetch the existent boxes at that point in time for the user to choose, and clones them