Open Issues Need Help
View All on GitHubAI 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
Replace calls to array_concat with the `.concat` method about 3 hours ago
good first issue C-protocol-circuits C-aztec.nr