Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: match on deposit contract log topic #31317

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

fjl
Copy link
Contributor

@fjl fjl commented Mar 5, 2025

This resolves a situation on the Sepolia testnet, which has a different deposit contract. The contract on that network emits two kinds of logs, instead of only deposit events like the deposit contract on mainnet. So we need to skip events with mismatched topics.

This resolves a situation on the Sepolia testnet, which has a different
deposit contract. The contract on that network emits two kinds of logs,
instead of only deposit events like the deposit contract on mainnet. So
we need to skip events with mismatched topics.
@fjl fjl requested review from holiman and rjl493456442 as code owners March 5, 2025 08:52
Copy link
Member

@MariusVanDerWijden MariusVanDerWijden left a comment

Choose a reason for hiding this comment

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

LGTM

@fjl fjl added this to the 1.15.5 milestone Mar 5, 2025
@fjl fjl merged commit cd78b65 into ethereum:master Mar 5, 2025
3 of 4 checks passed
Hannahleigh33 added a commit to Hannahleigh33/go-ethereum that referenced this pull request Mar 5, 2025
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.

4 participants