You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the node processes logs, we'll take all that are big enough to hold a Field at the beginning (i.e. at least 32 bytes long), and will store them indexed by this value (called tag). We'll then be able to query all logs with a given tag.
Note that there may be more than one log with the same tag. The API also needs to be able to let the caller know if a given tag has no logs.
The text was updated successfully, but these errors were encountered:
Closes: #9268
Indexes L2 encrypted note logs by their first field in the archiver, so
they can later be queried via the node's RPC interface. This is intended
to be used by PXE to retrieve tagged notes and avoid brute force trial
decrypting.
---------
Co-authored-by: Nicolás Venturo <[email protected]>
As the node processes logs, we'll take all that are big enough to hold a
Field
at the beginning (i.e. at least 32 bytes long), and will store them indexed by this value (called tag). We'll then be able to query all logs with a given tag.Note that there may be more than one log with the same tag. The API also needs to be able to let the caller know if a given tag has no logs.
The text was updated successfully, but these errors were encountered: