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
The ChainValidateIndex currently only compares the counts of the events in the Index with the number of events for the epoch in the Index to validate the Indexed events.
However, we should also compare the actual content of the events in the chain state AMT with the Indexed events for a more comprehensive check.
See #12570 and #12571 for exploration of more complete checking.
The text was updated successfully, but these errors were encountered:
yes, #12571 is the implementation for lotus-shed, all the hard logic is explored in there so a lot of that code can just be copied, like the original counting code was copied from there
See #12450 (comment).
The
ChainValidateIndex
currently only compares the counts of the events in the Index with the number of events for the epoch in the Index to validate the Indexed events.However, we should also compare the actual content of the events in the chain state AMT with the Indexed events for a more comprehensive check.
See #12570 and #12571 for exploration of more complete checking.
The text was updated successfully, but these errors were encountered: