aztec-packages icon indicating copy to clipboard operation
aztec-packages copied to clipboard

Results 395 aztec-packages issues
Sort by recently updated
recently updated
newest added

Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. For audit-related pull requests, please use the [audit PR template](?expand=1&template=audit.md).

In this PR I implement the approach that Nico originally described in [this post](https://forum.aztec.network/t/on-note-discovery-and-index-coordination/7165) for sender tagging index sync (for recipient it will be done in a followup PR). To...

# Reorganize Documentation Structure This PR simplifies the documentation structure by: - Removing nested category folders (`contract_tutorials` and `js_tutorials`) in favor of a flatter structure - Moving tutorial files to...

# Add GitHub Actions for Network Scenario Tests on PRs This PR adds a new workflow that allows developers to trigger network scenario tests on pull requests by adding the...

Following discussions at the offsite re naming of sequencer / validator, this PR attempts to address at least the external facing cli interface while keeping changes as surface-level as possible...

Small refactor of the way the world state instance handle is retrieved prior to simulation. It is now (sometimes) returned as part of the `getRevision()` method. Because of narrowing in...

### What are you trying to do? Tried to move from v2.0.3 to 3.0.0-devnet.4 using `aztec-up`. ### Code Reference Run the following command: `aztec-up 3.0.0-devnet.4` The version should change across...

### Problem Statement It's annoying to manage aztec versions with `aztec-up`. ### Proposed Solution Introduce a file that specifies an aztec version. `aztec` & `aztec-nargo` should read that file and...

T-feature-request
from-community

### Problem Statement There is currently no guarantee that new Barretenberg developments are compatible with Noir. In other words, new Barretenberg developments could break Noir + Barretenberg users' works without...

`transpile_contract_and_gen_vks.sh` currently ignores any provided args. This PR updates the script so that arguments are passed to the `bb aztec_process`, enabling things like ```sh aztec-postprocess-contracts --input target/mycontract.json ``` using the...