-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
accounts/abi/bind: check event signature before parsing #23230
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpicks, otherwise LGTM!
Hey, is there any news on this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM
Hi @gballet , would you mind take a look at this? Thank you! |
@yihau We'll merge this after our next release on tuesday. |
* accounts/abi/bind: check event signature before parsing * remove redundant break line
* accounts/abi/bind: check event signature before parsing * remove redundant break line
I open this PR for issue#23153
I make UnpackLog and UnpackLogIntoMap check event signature first.
It will return error if event signature mismatch.
closes #23153