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

It has been flaking and is disabled not to stop e2e-all users

The `AztecAddress` is currently computed as `poseidon2(pub_keys_hash, partial_address)`. This needs to change to: ```rust let h: Field = poseidon2(pub_keys_hash, partial_address); // h is also called 'pre_address' let mut maybe_address: Point...

C-aztec.nr
team-spf

We will now generate secret keys by combining the ephimeral secret key with the _address_, not the Ivpk. This means an address is sufficient to send notes to somone: ```rust...

C-aztec.nr
C-pxe
team-spf

This is an implementation of a Uni v2 style DEX pool. One of the main goals of this PR was to figure out what kind of token flows we will...

This adds proper computation of the public bytecode commitment (i.e. pair-wise poseidon hashing of the public bytecode). This hash is also computed in the witgen although the circuit remains unconstrained....

Testing out https://github.com/noir-lang/noir/pull/6168

This PR is the same as #8374, but with some added runtime checks as suggested by @zac-williamson. #8374 was merged and then rollback because it caused issues with e2e tests....

The `ContractClassRegisterer` calls `emit_contract_class_unencrypted_log_private`, which returns the hash of the bytecode registration log from an oracle. This value is not constrained, because hashing such a large bytecode would result in...

C-aztec.nr
A-security
team-spf