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

fix(abigen): use event name from abi attribute #2144

Merged

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Feb 13, 2023

Motivation

Closes #2142

use the parsed event name from the abi attribute instead of the ident by default.

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog
  • Breaking changes

@gakonst gakonst merged commit e970f58 into gakonst:master Feb 14, 2023
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.

Signature of EthEvent is calculated from struct name instead of predefined human readable abi string
2 participants