2 Open Issues Need Help Last updated: Sep 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The project currently uses string interpolation for logging, which causes significant performance overhead, especially in critical code paths. The goal is to refactor all logging statements to use `pino`'s substitution syntax (e.g., `%s`) for verbose and lower log levels. This change aims to improve performance by deferring log message formatting until the specific log level is enabled, and it needs to be applied across numerous modules listed.

Complexity: 4/5
good first issue C-node
good first issue C-protocol-circuits C-aztec.nr