Skip to content

fix(ignition): handle null return data - #8545

Open
GiHoon1123 wants to merge 1 commit into
NomicFoundation:mainfrom
GiHoon1123:fix/ignition-null-return-data
Open

fix(ignition): handle null return data#8545
GiHoon1123 wants to merge 1 commit into
NomicFoundation:mainfrom
GiHoon1123:fix/ignition-null-return-data

Conversation

@GiHoon1123

Copy link
Copy Markdown

Fixes #6241

Summary

  • Preserve null return data from nested JSON-RPC errors.
  • Treat null return data as a revert without reason during error decoding.
  • Add regression coverage for the JSON-RPC client and error decoder.

Tests

  • pnpm --filter @nomicfoundation/ignition-core test:unit

  • pnpm --filter @nomicfoundation/ignition-core build

  • pnpm --filter @nomicfoundation/ignition-core lint

  • git diff --check

  • Because this PR includes a bug fix, relevant tests have been included.

  • I didn't do anything of this.

@changeset-bot

changeset-bot Bot commented Aug 20, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 7f347e7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@nomicfoundation/ignition-core Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ignition] Accept string or null as RawStaticCallResult.returnData type

2 participants