aztec-v1
aztec-v1 copied to clipboard
Public repository for the AZTEC V1 protocol. For the latest zkRollup release see here https://github.com/AztecProtocol/aztec-2-bug-bounty
Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. Release notes Sourced from copy-props's releases. 2.0.5 Fix Avoids prototype pollution (#7) Doc Update license years. Transfer ownership to Gulp Team (#6) Build Update...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Hello everyone 👋🏻, First of all, thank you for the great library. I've developed a smart contract using Remix Ethereum IDE with Solidity language [(Link of the IDE)](https://remix.ethereum.org) I was...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
If I haven't used zk.money in a while, it takes a minute or two (or sometimes longer, it seems) to sync the wallet when I open it up. I have...
I tried to migrate my balance to the newer version but I get a 'Something went wrong' error. In March I send some Ether to my Aztecs ZkMoney account. I...
I want to use the `createDepositProof` and `createWithdrawProof` in solidity so that I can transfer ERC20 tokens. The docs support only offchain transfer. Do you have the documentation to do...
## Expected Behaviour Following the [documentation](https://developers.aztec.network/#/A%20Private%20Layer%202/Initialize%20the%20SDK) should produce a working app. ## Current Behaviour When making a new NextJS project, the app does not work. I created an example project...