Skip to content

fix(evm): propagate assembler storage errors - #387

Open
kriss39 wants to merge 3 commits into
circlefin:mainfrom
kriss39:fix/assembler-storage-error
Open

fix(evm): propagate assembler storage errors#387
kriss39 wants to merge 3 commits into
circlefin:mainfrom
kriss39:fix/assembler-storage-error

Conversation

@kriss39

@kriss39 kriss39 commented Sep 12, 2026

Copy link
Copy Markdown

Summary

Propagate state provider storage errors from the block assembler instead of treating them as missing values.

The previous unwrap_or(None) could hide a provider failure and let block assembly continue without the expected system-accounting value.

Tests

Added a regression test for the error path. The targeted arc-evm test and clippy checks passed in the fork.

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.

1 participant