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

ethcoder: fix event decode byte16 #152

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Conversation

marino39
Copy link
Contributor

No description provided.

}
txnLog.Data, _ = hexutil.Decode(logData)

var eventSig = "JobExecuted(bytes16 indexed)"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@pkieltyka indexed is required in order to properly decode? Is that right? Otherwise decoder does not know where to look for values?

Copy link
Member

Choose a reason for hiding this comment

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

Correct

@pkieltyka pkieltyka merged commit d841cfe into master Dec 17, 2024
8 checks passed
@pkieltyka pkieltyka deleted the fix-event-decode-byte16 branch December 17, 2024 13:59
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