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.

Everything here should use the new flow. Note this is still not polished / finalized as you will notice some inconsistencies / jank within some call interfaces but should be...

This adds a test call interface for txe call flows to unify all flavors of public / private / utility into the same interface.

This enables the new public flow. Please note there is a lot of code reuse between `privateCallNewFlow` and `publicCallNewFlow`. This will be cleaned up in a downstack PR.

## Overview Adds zkpassport verification to the staking asset handler. Passport proofs emit a "uniqueIdentifier" nullifier which can be used to limit deposits to one person. Upcoming: - theo recently...

## Overview Adds queue to staking asset handler, base work before adding passport verification

Fixes #14365 Instead of storing partial note validity commitment in public storage we store it in the nullifier tree. This yields the following savings: 1. One less public function call...

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