Skip to content

Conversation

quiet-node
Copy link
Contributor

Description

Cherry pick #4417 to release/0.71 - Adds support for the optional stateOverride parameter to the eth_call JSON-RPC method to maintain compatibility with client tools.

Related issue(s)

Fixes #4417

Checklist

  • I've assigned an assignee to this PR and related issue(s) (if applicable)
  • I've assigned a label to this PR and related issue(s) (if applicable)
  • I've assigned a milestone to this PR and related issue(s) (if applicable)
  • I've updated documentation (code comments, README, etc. if applicable)
  • I've done sufficient testing (unit, integration, etc.)

@quiet-node quiet-node added this to the 0.72.0 milestone Sep 29, 2025
@quiet-node quiet-node self-assigned this Sep 29, 2025
@quiet-node quiet-node requested a review from a team as a code owner September 29, 2025 15:16
@quiet-node quiet-node added the internal For changes that affect the project's internal workings but not its outward-facing functionality. label Sep 29, 2025
@quiet-node quiet-node requested a review from a team as a code owner September 29, 2025 15:16
Copy link

github-actions bot commented Sep 29, 2025

Test Results

 20 files  ± 0  265 suites  +3   19m 1s ⏱️ - 15m 19s
724 tests +15  719 ✅ +16  5 💤 +2  0 ❌  - 3 
740 runs  +12  735 ✅ +13  5 💤 +2  0 ❌  - 3 

Results for commit 66c765a. ± Comparison against base commit 3615a9f.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@Ferparishuertas Ferparishuertas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@quiet-node quiet-node merged commit 210dc7e into release/0.71 Sep 29, 2025
76 of 84 checks passed
@quiet-node quiet-node deleted the cherry-pick-4417 branch September 29, 2025 17:08
Copy link

codecov bot commented Sep 29, 2025

Codecov Report

❌ Patch coverage is 66.66667% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
packages/relay/src/lib/validators/types.ts 62.50% 3 Missing ⚠️

❌ Your patch status has failed because the patch coverage (66.66%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.

@@               Coverage Diff                @@
##           release/0.71    #4422      +/-   ##
================================================
- Coverage         95.61%   95.59%   -0.03%     
================================================
  Files               121      121              
  Lines             19936    19945       +9     
  Branches           1732     1732              
================================================
+ Hits              19062    19066       +4     
- Misses              849      853       +4     
- Partials             25       26       +1     
Flag Coverage Δ
config-service 98.80% <ø> (ø)
relay 90.65% <66.66%> (-0.02%) ⬇️
server 88.82% <ø> (ø)
ws-server 53.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
packages/relay/src/lib/eth.ts 99.56% <100.00%> (+<0.01%) ⬆️
packages/relay/src/lib/validators/types.ts 98.19% <62.50%> (-1.81%) ⬇️

... and 1 file with indirect coverage changes

🚀 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
internal For changes that affect the project's internal workings but not its outward-facing functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants