Skip to content

Conversation

petertonysmith94
Copy link
Contributor

Release notes

In this release, we:

  • Undecodable logs will no longer throw errors on program calls

Summary

When we encounter an undecodable log, we will put the raw format within the logs in the following structure:

{
  __decoded: false,
  data: '0xff',
  logId: '14454674236531057292',
}

Checklist

  • All changes are covered by tests (or not applicable)
  • All changes are documented (or not applicable)
  • I reviewed the entire PR myself (preferably, on GH UI)
  • I described all Breaking Changes (or there's none)

@petertonysmith94 petertonysmith94 self-assigned this Jul 23, 2025
@petertonysmith94 petertonysmith94 added the bug Issue is a bug label Jul 23, 2025
@github-actions github-actions bot added the feat Issue is a feature label Jul 23, 2025
Copy link
Contributor

github-actions bot commented Jul 23, 2025

Vercel Deployment

Name Preview
fuels-template Success ✅ (Preview)
ts-docs Success ✅ (Preview)
ts-docs-api Success ✅ (Preview)

@petertonysmith94 petertonysmith94 marked this pull request as ready for review July 23, 2025 08:46
Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
77.14%(-0.06%) 69.61%(-0.09%) 76.23%(-0.04%) 77.17%(-0.06%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 packages/account/src/providers/resource-cache.ts 97.95%
(+0%)
90%
(-5%)
100%
(+0%)
97.95%
(+0%)
🔴 packages/account/src/providers/utils/extract-tx-error.ts 21.73%
(-0.99%)
5.55%
(-0.51%)
40%
(-4.44%)
23.61%
(-1.02%)

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

Successfully merging this pull request may close these issues.

Ensure undecodable logs no longer throw an error on program calls
1 participant