aztec-packages
aztec-packages copied to clipboard
Fixes #14287 Atm it is only addressing the solidity part, since a good chunk of the node and such is going to get touched and same will happen with #13700...
Some of them are outdated. Review all numbers based on the number of rows we expect them to generate.
**What are you trying to do?** Attempting to use @aztec/pxe and PXE-related features from @aztec/aztec.js in a Next.js project (both in the client and server—App Router). **Code Reference** ```typescript import...
So far in our apps partial notes are used by a single party, i.e. in the AMM it is the same actor that creates and completes (their) partial note. If...
Currently, if the node software is hard stopped, it is possible that the world state will have inconsistent tree states. Usually this will be the result of being in the...
Reduce the risk of people creating "the same slash", but with a different payload address.
Adds `transfer_to_public_and_prepare_private_balance_increase` function to the Token contract that transfers tokens from a private balance of `from` to public balance of `to` and creates a partial note for `from` to which,...
We should track how long a block takes to prove: the time between when it is marked as "completed" in the orchestrator (ie its txs have all been processed) and...
Until now using #[derive(Deserialize, Serialize, ...)] in noir protocol circuits didn't work because we had an issue with ordering in the types crate. ## WHY BLOCKED? WEN MERGE? Currently blocked...
This PR moves the nightly tests from being run locally, in Kind, to running against a remote GKE cluster. Right now each test deploys a whole network. This is slow...