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.
As the node processes logs, we'll take all that are big enough to hold a
Fieldat 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.