aztec-packages
aztec-packages copied to clipboard
```[tasklist] ### Tasks - [ ] Optimise constraint counts - [ ] P1: Optimise DA - [ ] Use partial notes - [ ] Improve aztec.js APIs for fees ```
```[tasklist] ### Tasks - [ ] potato - [ ] bugs, features missing, hard to use it. - [ ] capsules in PXE ```
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...
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...
```[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...
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.