aztec-packages icon indicating copy to clipboard operation
aztec-packages copied to clipboard

refactor: separating `AztecNode::getLogsByTags` to public and private versions

Open benesjan opened this issue 7 months ago • 1 comments

Fixes #11639

Nowhere in our codebase we wanted to receive both public and private logs and for this reason I separated the 2 APIs. This was especially problematic in Noir (getLogByTag function) as public and private logs have different lengths.

benesjan avatar May 22 '25 09:05 benesjan

This stack of pull requests is managed by Graphite. Learn more about stacking.

benesjan avatar May 22 '25 09:05 benesjan

Docs Preview

You can check your preview here.

github-actions[bot] avatar May 26 '25 07:05 github-actions[bot]