Skip to content

Commit

Permalink
chore: playground name change (#11720)
Browse files Browse the repository at this point in the history
Please read [contributing guidelines](CONTRIBUTING.md) and remove this
line.
  • Loading branch information
saleel authored Feb 4, 2025
1 parent 652c251 commit c5cbf65
Show file tree
Hide file tree
Showing 38 changed files with 71 additions and 66 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
* **avm:** Interactive debugger ([#11477](https://github.com/AztecProtocol/aztec-packages/issues/11477)) ([53e57d3](https://github.com/AztecProtocol/aztec-packages/commit/53e57d3d52dd477714bc984c4a13bc8e5664877e))
* Consensus layer in spartan ([#11105](https://github.com/AztecProtocol/aztec-packages/issues/11105)) ([55dd03c](https://github.com/AztecProtocol/aztec-packages/commit/55dd03c84c6ef7624ed3512b4d69b95c13b3af90))
* 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))
* Gaztec ([#11229](https://github.com/AztecProtocol/aztec-packages/issues/11229)) ([79f810d](https://github.com/AztecProtocol/aztec-packages/commit/79f810dc682d41154eb723e5bdf4c54c0681becb))
* Aztec Playground ([#11229](https://github.com/AztecProtocol/aztec-packages/issues/11229)) ([79f810d](https://github.com/AztecProtocol/aztec-packages/commit/79f810dc682d41154eb723e5bdf4c54c0681becb))
* Lazy wasm pt. 2 ([#11410](https://github.com/AztecProtocol/aztec-packages/issues/11410)) ([01510f4](https://github.com/AztecProtocol/aztec-packages/commit/01510f45aa5d385a08584df674d9caf9522e6be2))
* Lazy wasm pt.1 ([#11371](https://github.com/AztecProtocol/aztec-packages/issues/11371)) ([864bc6f](https://github.com/AztecProtocol/aztec-packages/commit/864bc6f34431dee17e76c476716821996d2ff9e5))
* Lazy wasm pt3 ([#11435](https://github.com/AztecProtocol/aztec-packages/issues/11435)) ([7068d05](https://github.com/AztecProtocol/aztec-packages/commit/7068d055d91a6e81e6fbb670e17c77ee209a1a80))
Expand Down
2 changes: 1 addition & 1 deletion barretenberg/ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

### Features

* Gaztec ([#11229](https://github.com/AztecProtocol/aztec-packages/issues/11229)) ([79f810d](https://github.com/AztecProtocol/aztec-packages/commit/79f810dc682d41154eb723e5bdf4c54c0681becb))
* Aztec Playground ([#11229](https://github.com/AztecProtocol/aztec-packages/issues/11229)) ([79f810d](https://github.com/AztecProtocol/aztec-packages/commit/79f810dc682d41154eb723e5bdf4c54c0681becb))
* Lazy wasm pt.1 ([#11371](https://github.com/AztecProtocol/aztec-packages/issues/11371)) ([864bc6f](https://github.com/AztecProtocol/aztec-packages/commit/864bc6f34431dee17e76c476716821996d2ff9e5))
* Lazy wasm pt3 ([#11435](https://github.com/AztecProtocol/aztec-packages/issues/11435)) ([7068d05](https://github.com/AztecProtocol/aztec-packages/commit/7068d055d91a6e81e6fbb670e17c77ee209a1a80))
* UH recursion in the browser ([#11049](https://github.com/AztecProtocol/aztec-packages/issues/11049)) ([c3c04a4](https://github.com/AztecProtocol/aztec-packages/commit/c3c04a4cb92f0447431160d425bda66a997c0d66))
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion gaztec/README.md → playground/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GAztec
# Aztec Playground

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

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion gaztec/index.html → playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GAztec</title>
<title>Aztec Playground</title>
</head>
<body>
<div id="root"></div>
Expand Down
5 changes: 5 additions & 0 deletions playground/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[[headers]]
for = "/*"
[headers.values]
Cross-Origin-Embedder-Policy = "require-corp"
Cross-Origin-Opener-Policy = "same-origin"
2 changes: 1 addition & 1 deletion gaztec/package.json → playground/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gaztec",
"name": "playground",
"packageManager": "yarn@4.5.2",
"private": true,
"version": "0.0.0",
Expand Down
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.
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ export function SidebarComponent() {
<div css={header}>
<Typography
variant="h1"
sx={{ fontSize: "65px", padding: 0, marginTop: "0.5rem" }}
sx={{ fontSize: "50px", padding: 0, marginTop: "0.5rem" }}
>
GAztec
Playground
</Typography>
</div>
<Typography variant="overline">Connect</Typography>
Expand Down
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.
116 changes: 58 additions & 58 deletions gaztec/yarn.lock → playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,57 +5,57 @@ __metadata:
version: 8
cacheKey: 10c0

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

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

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

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

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

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

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

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

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

Expand Down Expand Up @@ -2607,46 +2607,6 @@ __metadata:
languageName: node
linkType: hard

"gaztec@workspace:.":
version: 0.0.0-use.local
resolution: "gaztec@workspace:."
dependencies:
"@aztec/accounts": "link:../yarn-project/accounts"
"@aztec/aztec.js": "link:../yarn-project/aztec.js"
"@aztec/bb-prover": "link:../yarn-project/bb-prover"
"@aztec/circuits.js": "link:../yarn-project/circuits.js"
"@aztec/foundation": "link:../yarn-project/foundation"
"@aztec/key-store": "link:../yarn-project/key-store"
"@aztec/kv-store": "link:../yarn-project/kv-store"
"@aztec/pxe": "link:../yarn-project/pxe"
"@aztec/simulator": "link:../yarn-project/simulator"
"@emotion/react": "npm:^11.14.0"
"@emotion/styled": "npm:^11.14.0"
"@eslint/js": "npm:^9.18.0"
"@fontsource/roboto": "npm:^5.1.1"
"@mui/icons-material": "npm:^6.3.1"
"@mui/material": "npm:^6.3.1"
"@mui/styles": "npm:^6.3.1"
"@types/node": "npm:^22.10.5"
"@types/react": "npm:^19.0.6"
"@types/react-dom": "npm:^19.0.3"
"@vitejs/plugin-react-swc": "npm:^3.7.2"
eslint: "npm:^9.13.0"
eslint-plugin-react-hooks: "npm:^5.1.0"
eslint-plugin-react-refresh: "npm:^0.4.18"
globals: "npm:^15.14.0"
nosleep.js: "npm:^0.12.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
react-dropzone: "npm:^14.3.5"
typescript: "npm:~5.7.3"
typescript-eslint: "npm:^8.11.0"
vite: "npm:^6.0.11"
vite-plugin-node-polyfills: "npm:^0.23.0"
vite-plugin-static-copy: "npm:^2.2.0"
languageName: unknown
linkType: soft

"get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6":
version: 1.2.7
resolution: "get-intrinsic@npm:1.2.7"
Expand Down Expand Up @@ -3856,6 +3816,46 @@ __metadata:
languageName: node
linkType: hard

"playground@workspace:.":
version: 0.0.0-use.local
resolution: "playground@workspace:."
dependencies:
"@aztec/accounts": "link:../yarn-project/accounts"
"@aztec/aztec.js": "link:../yarn-project/aztec.js"
"@aztec/bb-prover": "link:../yarn-project/bb-prover"
"@aztec/circuits.js": "link:../yarn-project/circuits.js"
"@aztec/foundation": "link:../yarn-project/foundation"
"@aztec/key-store": "link:../yarn-project/key-store"
"@aztec/kv-store": "link:../yarn-project/kv-store"
"@aztec/pxe": "link:../yarn-project/pxe"
"@aztec/simulator": "link:../yarn-project/simulator"
"@emotion/react": "npm:^11.14.0"
"@emotion/styled": "npm:^11.14.0"
"@eslint/js": "npm:^9.18.0"
"@fontsource/roboto": "npm:^5.1.1"
"@mui/icons-material": "npm:^6.3.1"
"@mui/material": "npm:^6.3.1"
"@mui/styles": "npm:^6.3.1"
"@types/node": "npm:^22.10.5"
"@types/react": "npm:^19.0.6"
"@types/react-dom": "npm:^19.0.3"
"@vitejs/plugin-react-swc": "npm:^3.7.2"
eslint: "npm:^9.13.0"
eslint-plugin-react-hooks: "npm:^5.1.0"
eslint-plugin-react-refresh: "npm:^0.4.18"
globals: "npm:^15.14.0"
nosleep.js: "npm:^0.12.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
react-dropzone: "npm:^14.3.5"
typescript: "npm:~5.7.3"
typescript-eslint: "npm:^8.11.0"
vite: "npm:^6.0.11"
vite-plugin-node-polyfills: "npm:^0.23.0"
vite-plugin-static-copy: "npm:^2.2.0"
languageName: unknown
linkType: soft

"possible-typed-array-names@npm:^1.0.0":
version: 1.0.0
resolution: "possible-typed-array-names@npm:1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/aztec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

### Features

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

Expand Down

0 comments on commit c5cbf65

Please sign in to comment.