Skip to content

Conversation

@ogtownsend
Copy link
Contributor

CCIP-8318
CCIP-8317

Comment on lines +169 to +175
// Only log if the message is part of the report and not already executed,
// since pseudo-deletion for executed messages is expected behavior.
isAlreadyExecuted := slices.Contains(report.ExecutedMessages, msg.Header.SequenceNumber)
isPartOfReport := report.SequenceNumberRange.Contains(msg.Header.SequenceNumber)
if isPartOfReport && !isAlreadyExecuted {
lggr.Infow("message pseudo deleted", "index", idx, "messageID", msg.Header.MessageID)
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@makramkd is this what you had in mind for CCIP-8317 ?

@github-actions
Copy link

Metric CCIP-8318-add-more-info-to-more-than-one-conensus-msg-log main
Coverage 70.3% 69.7%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant