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

Improve Log Decoding by Associating Logs with Contract IDs #3779

Closed
Torres-ssf opened this issue Mar 14, 2025 · 0 comments · Fixed by #3805
Closed

Improve Log Decoding by Associating Logs with Contract IDs #3779

Torres-ssf opened this issue Mar 14, 2025 · 0 comments · Fixed by #3805
Assignees
Labels
feat Issue is a feature

Comments

@Torres-ssf
Copy link
Contributor

Currently, the TS SDK decodes all logs from a transaction and stores them in an array under the logs property of the transaction result.

However, all decoded log values are grouped together in the same array. This makes it difficult to determine which log belongs to which contract in cases where a contract makes an inter-contract call and the called contract also produces logs.

As a result, users may struggle to identify the logs relevant to them.

To address this, we need to associate each log with its corresponding contract by using the contract ID during log decoding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue is a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants