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

replace shell-based `git init` call with `spawnSync` to prevent command injection via project name; surface an explicit error when repository initialization fails

Motivation: make the `op_queue` wire handling more transparent and rigid, avoid consistency checks that were most likely caused by considering Goblin pieces as potentially independent protocols. + Reduce `CHONK_PROOF_LENGTH` Core...

ci-full

Current implementation of block proposal and attestation validation penalizes peers based on slot numbers (current or next slot are allowed). ``` async validate(message: BlockAttestation): Promise { const slotNumberBigInt = message.payload.header.slotNumber.toBigInt();...

devnet default, checked to work + styling

Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. For audit-related pull requests, please use the [audit PR template](?expand=1&template=audit.md).

implementation for [A-290](https://linear.app/aztec-labs/issue/A-290/consider-top-level-publisher-for-aztec-node-keystore) proposal

…ck-keystore.sh Updated comments to clarify private key usage for publisher. Convert hex to dec in check-keystore.sh to fix error. Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. For audit-related pull...

Adjust checkPastInactivity to measure data sufficiency using only epochs strictly before the current one, ensuring the consecutive inactivity threshold cannot be met by including current-epoch data. Previously, the code compared...

https://github.com/AztecProtocol/aztec-packages/pull/14595 introduced `NoteValidationRequest`, which contains `MAX_PACKED_NOTE_LEN`. Unfortunately, we also need this value in TS, but said constant is highly aztec-nr specific. Is this a problem? Should we use a larger...

C-pxe
team-fairies