Skip to content

Conversation

yrong
Copy link
Contributor

@yrong yrong commented Oct 7, 2025

Context

This fix addresses an issue introduced in PR#9204, where individual event log topics were not fully verified.

@yrong yrong marked this pull request as ready for review October 7, 2025 10:38
@paritytech-review-bot paritytech-review-bot bot requested a review from a team October 7, 2025 10:39
l.address.0 == log.address.0 &&
l.topics().len() == log.topics.len()
}) {
if !receipt.logs().iter().any(|l| Self::check_log_match(log, l)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

add a test too pls

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@paritytech-review-bot paritytech-review-bot bot requested a review from a team October 7, 2025 14:05
@yrong
Copy link
Contributor Author

yrong commented Oct 9, 2025

@acatangiu Thanks for the review! Could you please find someone else to review and merge the PR?

Also, I assume that #9204 hasn’t been included in any production release, correct?

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.

2 participants