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

```[tasklist] ### Tasks - [ ] Optimise constraint counts - [ ] P1: Optimise DA - [ ] Use partial notes - [ ] Improve aztec.js APIs for fees ```

C-aztec.nr
C-aztec.js
T-epic
team-spf

```[tasklist] ### Tasks - [ ] potato - [ ] bugs, features missing, hard to use it. - [ ] capsules in PXE ```

T-epic
team-spf

Following several rounds of discussions and decisions, here's a list of tasks relating to changes to addresses & keys. ```[tasklist] ### New address scheme - [ ] Write an eng...

T-tracking
T-epic
team-spf

As for #9184 we don't need `msg.sender` directly to hand over the vote. A benefit of this is that together the two fixes will mean that we can quite easily...

We don't practically need the proposer himself to be the publisher, we could allow someone else if we simply have a signature from him.

Updating NFT flows based on the knowledge gained at offsite.

It's common that we have a function which is desirable to be executed both standalone (as an entrypoint) and from another function without additional kernel iteration (inlined function). We currently...

team-spf

```[tasklist] ### Tasks - [ ] https://github.com/AztecProtocol/aztec-packages/pull/9033 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/5005 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/6764 - [x] Assign L2 and DA gas costs to all opcodes - [ ] Tweak...

T-tracking
C-avm
T-epic

https://github.com/AztecProtocol/aztec-packages/blob/master/noir-projects/noir-protocol-circuits/crates/types/src/type_serialization.nr In this file there is not serialization and deserialization for signed integers, just for unsigned integers, bools and Fields.