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

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

Closes https://github.com/AztecProtocol/dev-rel/issues/309 Blocked by https://github.com/AztecProtocol/aztec-packages/pull/7640

See the message from the first commit for context. I've managed to get past the`Proof length doesn't match expected length (16 != 409)` error [here](https://github.com/AztecProtocol/aztec-packages/actions/runs/10375644353/job/28727687668?pr=7952#step:5:543) by making some changes blindly...

Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.

Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.

We want to decouple the pending/proven chain from the view of the rollup contract. ```[tasklist] ### Tasks - [ ] #7592 - [ ] #7594 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/7615 -...

tracking

When passing around keys in aztec-nr it's very easy to make a mistake and pass e.g. ivpk to a function instead of ovpk. This has recently happened in [Nico's PR](https://github.com/AztecProtocol/aztec-packages/pull/7996)...

This is a demonstration of how we can optimize state variables by packing them (storing serialized values along with hash, then fetching value in unconstrained, fetching hash in constrained and...

```[tasklist] ### Validator client - essential - [ ] https://github.com/AztecProtocol/aztec-packages/issues/8028 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/7680 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/7683 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/7684 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/7961 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/7974...

tracking

## Overview The attestation pool accepts and returns items based on their slot, when it should return based on slot + the proposal that it is dealing with. Current implementation...

Depends on https://github.com/AztecProtocol/aztec-packages/issues/8027 We need to ensure our QoS metrics are met in the following scenarios: ```[tasklist] ### Scenarios - [ ] Small number of nodes (e.g., 10-50 nodes) -...