From 2397b2e58579e8d1e7860eb9075e5146173aa514 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:57:49 +0300 Subject: [PATCH 1/8] fix INSPIRATION.md --- hackathons/INSPIRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hackathons/INSPIRATION.md b/hackathons/INSPIRATION.md index b2c5328..959a7dd 100644 --- a/hackathons/INSPIRATION.md +++ b/hackathons/INSPIRATION.md @@ -18,7 +18,7 @@ These projects would be implemented as, or in conjunction with, Aztec contracts: - **Private lending front end** - you can see an example [here](https://github.com/AztecProtocol/aztec-packages/tree/master/noir-projects/noir-contracts/contracts/lending_contract) - **ZKollateral** - privately prove assets for collateral or creditworthiness for a loan - **Proof of Liquidity** - privately prove solvency and/or compliance without exposing the underlying assets or trades -- **Private DEX** - allow users to trade assets without revealing the accounts that the assets originate from. +- **Private DEX** - allows users to trade assets without revealing the accounts that the assets originate from. - **Oracles** - private and/or public price oracles will be critical infrastructure for building DeFi on Aztec. ## Tooling 🔧 From b45d89aac9d99e19cd7b1909b27ae7486a57506c Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:58:18 +0300 Subject: [PATCH 2/8] fix README.md --- hackathons/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hackathons/README.md b/hackathons/README.md index 6fe5524..7bce160 100644 --- a/hackathons/README.md +++ b/hackathons/README.md @@ -64,4 +64,4 @@ When you are ready to submit your project, please provide: | ZKvote.cc | [project](https://ethglobal.com/showcase/zkvote-cc-rsvkt) | To address the challenges of cross-chain voting, our protocol integrates Voting tokens with standard ERC-20 via bridge, processes voting off-chain, and employs ZK proofs for secure L2 State transfer. This ensures compatibility with existing bridge architectures. | ETHIstanbul | | Pepe's Computation | [project](https://ethglobal.com/showcase/pepes-computation-q2v90) | Moving from a centralized gaming industry to a decentralized future in which individuals can shape the roadmap games are taking. "Pepe's Party Computation" uses zk-SNARKS and two-party computation to solve trustless self-policing and decentralized fog-of-war | ETHIstanbul | | Sarma+EVM=ZKEVM,PEXC | [project](https://ethglobal.com/showcase/sarma-evm-zkevm-pexc-9wp7o) | Sarma: simple primitive to achieve private execution on EVM, even cross-chain. | ETHIstabul | -| Vitalik's Secret | [project](https://ethglobal.com/showcase/vitaliks-secret-ajwsw) | A world scale puzzle that challenge anyone to find the best solution. It is a NP-hard problem so rife for exploration | ETHIstanbul | +| Vitalik's Secret | [project](https://ethglobal.com/showcase/vitaliks-secret-ajwsw) | A world-scale puzzle that challenge anyone to find the best solution. It is a NP-hard problem so rife for exploration | ETHIstanbul | From 473811038821fdc934333aa7315cbcd0ea1c3a3c Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:58:33 +0300 Subject: [PATCH 3/8] fix TOOLS.md --- hackathons/TOOLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hackathons/TOOLS.md b/hackathons/TOOLS.md index 805a5dd..cc26fc8 100644 --- a/hackathons/TOOLS.md +++ b/hackathons/TOOLS.md @@ -61,7 +61,7 @@ - [SKProof](https://github.com/0x3327/skproof) - a Scikit-learn compatible Python library for generating ZK proofs of execution - [ML](https://github.com/metavind/noir-ml) - a library for implementing neural networks in Noir - [zkML-Noir](https://github.com/storswiftlabs/zkml-noir) - a library for Python ML model transcoding Noir, including various algorithms such as Decision tree, K-Means, XGBoost, FNN, CNN -- [Matrix Operations](https://github.com/storswiftlabs/matrix_operations) - a library for matrix operations provides functionality for performing various matrix operations +- [Matrix Operations](https://github.com/storswiftlabs/matrix_operations) - a library for matrix operations that provides functionality for performing various matrix operations - [Convolution](https://github.com/storswiftlabs/convolution) - a library for Convolutional Neural Network (CNN) library in Noir, including Convolutional layers, Pooling layers, and Linear (fully connected) layers. ##### Miscellaneous From 4ee0fcc2d7ddb07e345bf567b4d2354428d1ce58 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:59:23 +0300 Subject: [PATCH 4/8] fix e2e_sandbox_example.test.ts --- tutorials/sandbox-tutorial/src/e2e_sandbox_example.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/sandbox-tutorial/src/e2e_sandbox_example.test.ts b/tutorials/sandbox-tutorial/src/e2e_sandbox_example.test.ts index dd56c75..b8626c4 100644 --- a/tutorials/sandbox-tutorial/src/e2e_sandbox_example.test.ts +++ b/tutorials/sandbox-tutorial/src/e2e_sandbox_example.test.ts @@ -40,7 +40,7 @@ describe('e2e_sandbox_example', () => { expect(typeof nodeInfo.l1ContractAddresses.rollupAddress).toBe('object'); // For the sandbox quickstart we just want to show them preloaded accounts (since it is a quickstart) - // We show creation of accounts in a later test + // We show the creation of accounts in a later test // docs:start:load_accounts ////////////// LOAD SOME ACCOUNTS FROM THE SANDBOX ////////////// From 78b1aeb7bd504ee1b240fd83008e350dabb3e91b Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:00:39 +0300 Subject: [PATCH 5/8] fix README.md --- tutorials/simple-private-token/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/simple-private-token/README.md b/tutorials/simple-private-token/README.md index ed309b3..2427443 100644 --- a/tutorials/simple-private-token/README.md +++ b/tutorials/simple-private-token/README.md @@ -370,7 +370,7 @@ Now in your `package.json` add a `scripts` section and set `"type":"module"`: }, ``` -Create a `tsconfig.json` in the root and use your favourite config settings. Here’s an example: +Create a `tsconfig.json` in the root and use your favorite config settings. Here’s an example: ```json { From 29c5f36db9485ad3868146792b859b615995ea09 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:01:40 +0300 Subject: [PATCH 6/8] fix README.md --- tutorials/token-bridge/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/token-bridge/README.md b/tutorials/token-bridge/README.md index bcf7a13..6c26bb1 100644 --- a/tutorials/token-bridge/README.md +++ b/tutorials/token-bridge/README.md @@ -175,7 +175,7 @@ Execution contexts for an Aztec transaction: 1. Private Execution -Users provide inputs and execute locally on a their device for privacy reasons. Outputs of the private execution are commitment and nullifier updates, a proof of correct execution and any return data to pass to the public execution context. +Users provide inputs and execute locally on their device for privacy reasons. Outputs of the private execution are commitment and nullifier updates, a proof of correct execution and any return data to pass to the public execution context. 2. Public Execution From 9487ea49cc4ff37ed4ab35d528af6f7c80e4fcf8 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:02:02 +0300 Subject: [PATCH 7/8] fix README.md --- tutorials/token-contract/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/token-contract/README.md b/tutorials/token-contract/README.md index d6f8a42..7057c01 100644 --- a/tutorials/token-contract/README.md +++ b/tutorials/token-contract/README.md @@ -127,7 +127,7 @@ contract Token { #[aztec(public)] internal fn _reduce_total_supply(amount: Field) {} - // Unconstrained functions (read only) + // Unconstrained functions (read-only) unconstrained fn admin() -> Field {} From 62b27da37ffbf0639c76e0911023fe3704221534 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:02:54 +0300 Subject: [PATCH 8/8] fix NOMENCLATURE.md --- NOMENCLATURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOMENCLATURE.md b/NOMENCLATURE.md index e67afa2..cc3c81b 100644 --- a/NOMENCLATURE.md +++ b/NOMENCLATURE.md @@ -51,7 +51,7 @@ Locally run an Aztec Client and an Ethereum Client that it rolls up to. # Glossary and Nomenclature - Note specific terms ## "Preimage" (Note Hash context) -Note contents and additional data that is has been hashed into a Note Hash +Note contents and additional data that have been hashed into a Note Hash ## "Consume" (Note read) Nullifying a note after reading it in a transaction.