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

Consider distinguishing private and public logs

Open nventuro opened this issue 11 months ago • 0 comments

The getTaggedLogs oracle from #11641 returns a BoundedVec with maximum length equal to the max number of fields in a public log, but private logs have different max lengths and can (will) also be retrieved by this. Should we use different handlers? How do we account for this variation?

nventuro avatar Jan 30 '25 20:01 nventuro