aztec-packages
aztec-packages copied to clipboard
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).
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).
Introduce SECURITY.md to document the project's security policy and provide guidelines for reporting vulnerabilities
The write address underflows if `dst_addr = 0` and `num_limbs = 0`
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).
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).
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).
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).
This PR replaces manual numeric parsing in CLI flags with numberConfigHelper and optionalNumberConfigHelper: - Replaces parseInt(...) for --port, --admin-port with numberConfigHelper - Replaces parseInt(...) for deployAztecContractsSalt with optionalNumberConfigHelper - Adds...