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 event selector matching #157

Merged
merged 2 commits into from
Jan 31, 2024
Merged

Conversation

k1rill-fedoseev
Copy link
Member

Closes #156

Copy link
Contributor

@alisinabh alisinabh left a comment

Choose a reason for hiding this comment

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

I also notices that the type declared for FunctionSelector module states that the method_id is a String.t which is incorrect and should be binary() instead (Or event binary with specific sizes). Maybe we can also fix it in the same PR?

Other than that, Looks good to me!

lib/abi/function_selector.ex Outdated Show resolved Hide resolved
@ayrat555 ayrat555 merged commit 0ece2e8 into poanetwork:master Jan 31, 2024
3 checks passed
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.

Incorrect method_id definition for events ABI
3 participants