#11641 simply throws if this ever happens, since it's a bit hard to account for. Given there can be an arbitrary number of these logs, we'd need to introduce some form of e.g. pagination in the query API since Noir cannot deal with dynamic arrays.
We'd also need to consider that a log failing to result in partial note completion does not mean that the note should be dropped: there could be more logs. And we'd need to be a bit more careful when advancing indices as part of the log discovery process.
#11641 simply throws if this ever happens, since it's a bit hard to account for. Given there can be an arbitrary number of these logs, we'd need to introduce some form of e.g. pagination in the query API since Noir cannot deal with dynamic arrays.
We'd also need to consider that a log failing to result in partial note completion does not mean that the note should be dropped: there could be more logs. And we'd need to be a bit more careful when advancing indices as part of the log discovery process.