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

Minor docs and test changes, improve readability by replacing nested ternary operators with a helper, get rid of 2 small unused methods.

This PR simply caches the calculated base fees in the node to prevent excessive requests

ci-full

Initial PR for gas accounting in vm2. Some constraints are still missing, and dynamic gas is unsupported until further changes in the execution loop. Issue to update gas constants: https://github.com/AztecProtocol/aztec-packages/issues/14441...

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

Implemented an orderbook DEX to as we'll need it demonstrate partial note completion in private flow.

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

Allow to pad note hashes, nullifiers and private logs to the output in reset circuits. The padded side effects will be siloed with `SIDE_EFFECT_MASKING_ADDRESS` (currently 7), and their counter is...

Make the `slasher` updatable by the Governance such that it is possible to "swap" it without needing to produce a full new rollup. Should be straight forward with just a...

A call to `getL2ToL1MessageMembershipWitness` causes the node to load the entire L2 block, create N trees backed by ephemeral cpp stores (where N is the number of txs in the...

In addition to what we return today, include: - Index of the log in the tx - Index of the tx in the block - Unique note hashes from the...