Skip to content

Commit c5cbf65

Browse files
authored
chore: playground name change (#11720)
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
1 parent 652c251 commit c5cbf65

38 files changed

+71
-66
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
* **avm:** Interactive debugger ([#11477](https://github.com/AztecProtocol/aztec-packages/issues/11477)) ([53e57d3](https://github.com/AztecProtocol/aztec-packages/commit/53e57d3d52dd477714bc984c4a13bc8e5664877e))
267267
* Consensus layer in spartan ([#11105](https://github.com/AztecProtocol/aztec-packages/issues/11105)) ([55dd03c](https://github.com/AztecProtocol/aztec-packages/commit/55dd03c84c6ef7624ed3512b4d69b95c13b3af90))
268268
* Eccvm sumcheck with commitments to round univariates ([#11206](https://github.com/AztecProtocol/aztec-packages/issues/11206)) ([fe34b05](https://github.com/AztecProtocol/aztec-packages/commit/fe34b0580a308665c655a897c72f06bd05dcd4c4))
269-
* Gaztec ([#11229](https://github.com/AztecProtocol/aztec-packages/issues/11229)) ([79f810d](https://github.com/AztecProtocol/aztec-packages/commit/79f810dc682d41154eb723e5bdf4c54c0681becb))
269+
* Aztec Playground ([#11229](https://github.com/AztecProtocol/aztec-packages/issues/11229)) ([79f810d](https://github.com/AztecProtocol/aztec-packages/commit/79f810dc682d41154eb723e5bdf4c54c0681becb))
270270
* Lazy wasm pt. 2 ([#11410](https://github.com/AztecProtocol/aztec-packages/issues/11410)) ([01510f4](https://github.com/AztecProtocol/aztec-packages/commit/01510f45aa5d385a08584df674d9caf9522e6be2))
271271
* Lazy wasm pt.1 ([#11371](https://github.com/AztecProtocol/aztec-packages/issues/11371)) ([864bc6f](https://github.com/AztecProtocol/aztec-packages/commit/864bc6f34431dee17e76c476716821996d2ff9e5))
272272
* Lazy wasm pt3 ([#11435](https://github.com/AztecProtocol/aztec-packages/issues/11435)) ([7068d05](https://github.com/AztecProtocol/aztec-packages/commit/7068d055d91a6e81e6fbb670e17c77ee209a1a80))

barretenberg/ts/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
### Features
3333

34-
* Gaztec ([#11229](https://github.com/AztecProtocol/aztec-packages/issues/11229)) ([79f810d](https://github.com/AztecProtocol/aztec-packages/commit/79f810dc682d41154eb723e5bdf4c54c0681becb))
34+
* Aztec Playground ([#11229](https://github.com/AztecProtocol/aztec-packages/issues/11229)) ([79f810d](https://github.com/AztecProtocol/aztec-packages/commit/79f810dc682d41154eb723e5bdf4c54c0681becb))
3535
* Lazy wasm pt.1 ([#11371](https://github.com/AztecProtocol/aztec-packages/issues/11371)) ([864bc6f](https://github.com/AztecProtocol/aztec-packages/commit/864bc6f34431dee17e76c476716821996d2ff9e5))
3636
* Lazy wasm pt3 ([#11435](https://github.com/AztecProtocol/aztec-packages/issues/11435)) ([7068d05](https://github.com/AztecProtocol/aztec-packages/commit/7068d055d91a6e81e6fbb670e17c77ee209a1a80))
3737
* UH recursion in the browser ([#11049](https://github.com/AztecProtocol/aztec-packages/issues/11049)) ([c3c04a4](https://github.com/AztecProtocol/aztec-packages/commit/c3c04a4cb92f0447431160d425bda66a997c0d66))

gaztec/.env playground/.env

File renamed without changes.
File renamed without changes.
File renamed without changes.

gaztec/README.md playground/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GAztec
1+
# Aztec Playground
22

33
Initial version of an "everything app" that can be used to test and benchmark Aztec.
44

File renamed without changes.

gaztec/index.html playground/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>GAztec</title>
6+
<title>Aztec Playground</title>
77
</head>
88
<body>
99
<div id="root"></div>

playground/netlify.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[[headers]]
2+
for = "/*"
3+
[headers.values]
4+
Cross-Origin-Embedder-Policy = "require-corp"
5+
Cross-Origin-Opener-Policy = "same-origin"

gaztec/package.json playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "gaztec",
2+
"name": "playground",
33
"packageManager": "yarn@4.5.2",
44
"private": true,
55
"version": "0.0.0",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

gaztec/src/components/sidebar/sidebar.tsx playground/src/components/sidebar/sidebar.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ export function SidebarComponent() {
244244
<div css={header}>
245245
<Typography
246246
variant="h1"
247-
sx={{ fontSize: "65px", padding: 0, marginTop: "0.5rem" }}
247+
sx={{ fontSize: "50px", padding: 0, marginTop: "0.5rem" }}
248248
>
249-
GAztec
249+
Playground
250250
</Typography>
251251
</div>
252252
<Typography variant="overline">Connect</Typography>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

gaztec/yarn.lock playground/yarn.lock

+58-58
Original file line numberDiff line numberDiff line change
@@ -5,57 +5,57 @@ __metadata:
55
version: 8
66
cacheKey: 10c0
77

8-
"@aztec/accounts@link:../yarn-project/accounts::locator=gaztec%40workspace%3A.":
8+
"@aztec/accounts@link:../yarn-project/accounts::locator=playground%40workspace%3A.":
99
version: 0.0.0-use.local
10-
resolution: "@aztec/accounts@link:../yarn-project/accounts::locator=gaztec%40workspace%3A."
10+
resolution: "@aztec/accounts@link:../yarn-project/accounts::locator=playground%40workspace%3A."
1111
languageName: node
1212
linkType: soft
1313

14-
"@aztec/aztec.js@link:../yarn-project/aztec.js::locator=gaztec%40workspace%3A.":
14+
"@aztec/aztec.js@link:../yarn-project/aztec.js::locator=playground%40workspace%3A.":
1515
version: 0.0.0-use.local
16-
resolution: "@aztec/aztec.js@link:../yarn-project/aztec.js::locator=gaztec%40workspace%3A."
16+
resolution: "@aztec/aztec.js@link:../yarn-project/aztec.js::locator=playground%40workspace%3A."
1717
languageName: node
1818
linkType: soft
1919

20-
"@aztec/bb-prover@link:../yarn-project/bb-prover::locator=gaztec%40workspace%3A.":
20+
"@aztec/bb-prover@link:../yarn-project/bb-prover::locator=playground%40workspace%3A.":
2121
version: 0.0.0-use.local
22-
resolution: "@aztec/bb-prover@link:../yarn-project/bb-prover::locator=gaztec%40workspace%3A."
22+
resolution: "@aztec/bb-prover@link:../yarn-project/bb-prover::locator=playground%40workspace%3A."
2323
languageName: node
2424
linkType: soft
2525

26-
"@aztec/circuits.js@link:../yarn-project/circuits.js::locator=gaztec%40workspace%3A.":
26+
"@aztec/circuits.js@link:../yarn-project/circuits.js::locator=playground%40workspace%3A.":
2727
version: 0.0.0-use.local
28-
resolution: "@aztec/circuits.js@link:../yarn-project/circuits.js::locator=gaztec%40workspace%3A."
28+
resolution: "@aztec/circuits.js@link:../yarn-project/circuits.js::locator=playground%40workspace%3A."
2929
languageName: node
3030
linkType: soft
3131

32-
"@aztec/foundation@link:../yarn-project/foundation::locator=gaztec%40workspace%3A.":
32+
"@aztec/foundation@link:../yarn-project/foundation::locator=playground%40workspace%3A.":
3333
version: 0.0.0-use.local
34-
resolution: "@aztec/foundation@link:../yarn-project/foundation::locator=gaztec%40workspace%3A."
34+
resolution: "@aztec/foundation@link:../yarn-project/foundation::locator=playground%40workspace%3A."
3535
languageName: node
3636
linkType: soft
3737

38-
"@aztec/key-store@link:../yarn-project/key-store::locator=gaztec%40workspace%3A.":
38+
"@aztec/key-store@link:../yarn-project/key-store::locator=playground%40workspace%3A.":
3939
version: 0.0.0-use.local
40-
resolution: "@aztec/key-store@link:../yarn-project/key-store::locator=gaztec%40workspace%3A."
40+
resolution: "@aztec/key-store@link:../yarn-project/key-store::locator=playground%40workspace%3A."
4141
languageName: node
4242
linkType: soft
4343

44-
"@aztec/kv-store@link:../yarn-project/kv-store::locator=gaztec%40workspace%3A.":
44+
"@aztec/kv-store@link:../yarn-project/kv-store::locator=playground%40workspace%3A.":
4545
version: 0.0.0-use.local
46-
resolution: "@aztec/kv-store@link:../yarn-project/kv-store::locator=gaztec%40workspace%3A."
46+
resolution: "@aztec/kv-store@link:../yarn-project/kv-store::locator=playground%40workspace%3A."
4747
languageName: node
4848
linkType: soft
4949

50-
"@aztec/pxe@link:../yarn-project/pxe::locator=gaztec%40workspace%3A.":
50+
"@aztec/pxe@link:../yarn-project/pxe::locator=playground%40workspace%3A.":
5151
version: 0.0.0-use.local
52-
resolution: "@aztec/pxe@link:../yarn-project/pxe::locator=gaztec%40workspace%3A."
52+
resolution: "@aztec/pxe@link:../yarn-project/pxe::locator=playground%40workspace%3A."
5353
languageName: node
5454
linkType: soft
5555

56-
"@aztec/simulator@link:../yarn-project/simulator::locator=gaztec%40workspace%3A.":
56+
"@aztec/simulator@link:../yarn-project/simulator::locator=playground%40workspace%3A.":
5757
version: 0.0.0-use.local
58-
resolution: "@aztec/simulator@link:../yarn-project/simulator::locator=gaztec%40workspace%3A."
58+
resolution: "@aztec/simulator@link:../yarn-project/simulator::locator=playground%40workspace%3A."
5959
languageName: node
6060
linkType: soft
6161

@@ -2607,46 +2607,6 @@ __metadata:
26072607
languageName: node
26082608
linkType: hard
26092609

2610-
"gaztec@workspace:.":
2611-
version: 0.0.0-use.local
2612-
resolution: "gaztec@workspace:."
2613-
dependencies:
2614-
"@aztec/accounts": "link:../yarn-project/accounts"
2615-
"@aztec/aztec.js": "link:../yarn-project/aztec.js"
2616-
"@aztec/bb-prover": "link:../yarn-project/bb-prover"
2617-
"@aztec/circuits.js": "link:../yarn-project/circuits.js"
2618-
"@aztec/foundation": "link:../yarn-project/foundation"
2619-
"@aztec/key-store": "link:../yarn-project/key-store"
2620-
"@aztec/kv-store": "link:../yarn-project/kv-store"
2621-
"@aztec/pxe": "link:../yarn-project/pxe"
2622-
"@aztec/simulator": "link:../yarn-project/simulator"
2623-
"@emotion/react": "npm:^11.14.0"
2624-
"@emotion/styled": "npm:^11.14.0"
2625-
"@eslint/js": "npm:^9.18.0"
2626-
"@fontsource/roboto": "npm:^5.1.1"
2627-
"@mui/icons-material": "npm:^6.3.1"
2628-
"@mui/material": "npm:^6.3.1"
2629-
"@mui/styles": "npm:^6.3.1"
2630-
"@types/node": "npm:^22.10.5"
2631-
"@types/react": "npm:^19.0.6"
2632-
"@types/react-dom": "npm:^19.0.3"
2633-
"@vitejs/plugin-react-swc": "npm:^3.7.2"
2634-
eslint: "npm:^9.13.0"
2635-
eslint-plugin-react-hooks: "npm:^5.1.0"
2636-
eslint-plugin-react-refresh: "npm:^0.4.18"
2637-
globals: "npm:^15.14.0"
2638-
nosleep.js: "npm:^0.12.0"
2639-
react: "npm:^18.3.1"
2640-
react-dom: "npm:^18.3.1"
2641-
react-dropzone: "npm:^14.3.5"
2642-
typescript: "npm:~5.7.3"
2643-
typescript-eslint: "npm:^8.11.0"
2644-
vite: "npm:^6.0.11"
2645-
vite-plugin-node-polyfills: "npm:^0.23.0"
2646-
vite-plugin-static-copy: "npm:^2.2.0"
2647-
languageName: unknown
2648-
linkType: soft
2649-
26502610
"get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6":
26512611
version: 1.2.7
26522612
resolution: "get-intrinsic@npm:1.2.7"
@@ -3856,6 +3816,46 @@ __metadata:
38563816
languageName: node
38573817
linkType: hard
38583818

3819+
"playground@workspace:.":
3820+
version: 0.0.0-use.local
3821+
resolution: "playground@workspace:."
3822+
dependencies:
3823+
"@aztec/accounts": "link:../yarn-project/accounts"
3824+
"@aztec/aztec.js": "link:../yarn-project/aztec.js"
3825+
"@aztec/bb-prover": "link:../yarn-project/bb-prover"
3826+
"@aztec/circuits.js": "link:../yarn-project/circuits.js"
3827+
"@aztec/foundation": "link:../yarn-project/foundation"
3828+
"@aztec/key-store": "link:../yarn-project/key-store"
3829+
"@aztec/kv-store": "link:../yarn-project/kv-store"
3830+
"@aztec/pxe": "link:../yarn-project/pxe"
3831+
"@aztec/simulator": "link:../yarn-project/simulator"
3832+
"@emotion/react": "npm:^11.14.0"
3833+
"@emotion/styled": "npm:^11.14.0"
3834+
"@eslint/js": "npm:^9.18.0"
3835+
"@fontsource/roboto": "npm:^5.1.1"
3836+
"@mui/icons-material": "npm:^6.3.1"
3837+
"@mui/material": "npm:^6.3.1"
3838+
"@mui/styles": "npm:^6.3.1"
3839+
"@types/node": "npm:^22.10.5"
3840+
"@types/react": "npm:^19.0.6"
3841+
"@types/react-dom": "npm:^19.0.3"
3842+
"@vitejs/plugin-react-swc": "npm:^3.7.2"
3843+
eslint: "npm:^9.13.0"
3844+
eslint-plugin-react-hooks: "npm:^5.1.0"
3845+
eslint-plugin-react-refresh: "npm:^0.4.18"
3846+
globals: "npm:^15.14.0"
3847+
nosleep.js: "npm:^0.12.0"
3848+
react: "npm:^18.3.1"
3849+
react-dom: "npm:^18.3.1"
3850+
react-dropzone: "npm:^14.3.5"
3851+
typescript: "npm:~5.7.3"
3852+
typescript-eslint: "npm:^8.11.0"
3853+
vite: "npm:^6.0.11"
3854+
vite-plugin-node-polyfills: "npm:^0.23.0"
3855+
vite-plugin-static-copy: "npm:^2.2.0"
3856+
languageName: unknown
3857+
linkType: soft
3858+
38593859
"possible-typed-array-names@npm:^1.0.0":
38603860
version: 1.0.0
38613861
resolution: "possible-typed-array-names@npm:1.0.0"

yarn-project/aztec/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
### Features
3636

37-
* Gaztec ([#11229](https://github.com/AztecProtocol/aztec-packages/issues/11229)) ([79f810d](https://github.com/AztecProtocol/aztec-packages/commit/79f810dc682d41154eb723e5bdf4c54c0681becb))
37+
* Aztec Playground ([#11229](https://github.com/AztecProtocol/aztec-packages/issues/11229)) ([79f810d](https://github.com/AztecProtocol/aztec-packages/commit/79f810dc682d41154eb723e5bdf4c54c0681becb))
3838
* Lazy wasm pt. 2 ([#11410](https://github.com/AztecProtocol/aztec-packages/issues/11410)) ([01510f4](https://github.com/AztecProtocol/aztec-packages/commit/01510f45aa5d385a08584df674d9caf9522e6be2))
3939
* Lazy wasm pt3 ([#11435](https://github.com/AztecProtocol/aztec-packages/issues/11435)) ([7068d05](https://github.com/AztecProtocol/aztec-packages/commit/7068d055d91a6e81e6fbb670e17c77ee209a1a80))
4040

0 commit comments

Comments
 (0)