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

[Bug] Explorer event parsing blows up for event type address #997

Closed
alnoki opened this issue Jan 24, 2025 · 2 comments · Fixed by #1011
Closed

[Bug] Explorer event parsing blows up for event type address #997

alnoki opened this issue Jan 24, 2025 · 2 comments · Fixed by #1011
Labels
bug Something isn't working

Comments

@alnoki
Copy link

alnoki commented Jan 24, 2025

@0xbe1 @gregnazario @banool see https://explorer.aptoslabs.com/txn/1977033592/events?network=mainnet

Image

cc @xbtmatt @CRBl69

@alnoki alnoki added the bug Something isn't working label Jan 24, 2025
@gregnazario
Copy link
Contributor

That's correct. Events that are not structs are not accepted here.

If you want this behavior, I suggest you use a struct for it, as you won't be able to tell the difference between your contract and another contract's emission of the event.

@alnoki
Copy link
Author

alnoki commented Feb 5, 2025

If you want this behavior, I suggest you use a struct for it, as you won't be able to tell the difference between your contract and another contract's emission of the event.

I agree, noting this wasn't Econia Labs' Move code but rather something we noticed from a transaction that caused issues with our indexer processor

When we tried to investigate it we found that it was causing issues for even the Aptos Explorer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants