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

Finish separation of public and private logs in our TS codebase

Open benesjan opened this issue 7 months ago • 0 comments

AztecNode now has getPrivateLogsByTags and getPublicLogsByTags in its interface instead of the singular getLogsByTags. The logs are however still grouped in a single map in LogStore and TxScopedL2Log return type supports both private and public logs. Seems to make sense to go all the way and separate the 2.

benesjan avatar May 22 '25 09:05 benesjan