Skip to content

fix: prevent nil pointer dereference on BLOBBASEFEE opcode#875

Draft
XinyuCRO wants to merge 3 commits intorelease/v0.23.xfrom
Xinyu/fix_op_code
Draft

fix: prevent nil pointer dereference on BLOBBASEFEE opcode#875
XinyuCRO wants to merge 3 commits intorelease/v0.23.xfrom
Xinyu/fix_op_code

Conversation

@XinyuCRO
Copy link
Copy Markdown

Closes: #XXX

Description


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@github-actions github-actions bot added the evm label Mar 30, 2026
Signed-off-by: Xinyu <91446598+XinyuCRO@users.noreply.github.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 40.32%. Comparing base (e43268a) to head (49c68b8).

Additional details and impacted files

Impacted file tree graph

@@                 Coverage Diff                 @@
##           release/v0.23.x     #875      +/-   ##
===================================================
+ Coverage            40.30%   40.32%   +0.02%     
===================================================
  Files                  190      190              
  Lines                15647    15651       +4     
===================================================
+ Hits                  6306     6311       +5     
+ Misses                8658     8649       -9     
- Partials               683      691       +8     
Files with missing lines Coverage Δ
rpc/types/types.go 7.89% <100.00%> (+7.89%) ⬆️
x/evm/keeper/config.go 91.42% <100.00%> (+0.12%) ⬆️
x/evm/keeper/state_transition.go 76.42% <100.00%> (+0.09%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant