Skip to content

default SSTORE value back to original 20k#2759

Merged
jewei1997 merged 2 commits intorelease/v6.3from
backport-2758-to-release/v6.3
Jan 26, 2026
Merged

default SSTORE value back to original 20k#2759
jewei1997 merged 2 commits intorelease/v6.3from
backport-2758-to-release/v6.3

Conversation

@jewei1997
Copy link
Contributor

@jewei1997 jewei1997 commented Jan 26, 2026

Describe your changes and provide context

backport of this PR #2758

Testing performed to validate your change

@github-actions
Copy link

github-actions bot commented Jan 26, 2026

The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedJan 26, 2026, 5:19 PM

@jewei1997 jewei1997 closed this Jan 26, 2026
@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.34%. Comparing base (6d761d9) to head (c7a7359).
⚠️ Report is 1 commits behind head on release/v6.3.

❌ Your project status has failed because the head coverage (38.19%) is below the target coverage (40.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##           release/v6.3    #2759   +/-   ##
=============================================
  Coverage         43.34%   43.34%           
=============================================
  Files              1866     1866           
  Lines            155279   155279           
=============================================
+ Hits              67301    67312   +11     
+ Misses            81962    81954    -8     
+ Partials           6016     6013    -3     
Flag Coverage Δ
sei-chain 42.54% <ø> (+0.01%) ⬆️
sei-cosmos 37.95% <ø> (-0.01%) ⬇️
sei-db 44.92% <ø> (ø)
sei-ibc-go 55.96% <ø> (ø)
sei-tendermint 47.56% <ø> (+0.02%) ⬆️
sei-wasmd 41.57% <ø> (ø)
sei-wasmvm 39.88% <ø> (ø)

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

Files with missing lines Coverage Δ
x/evm/types/params.go 50.29% <ø> (ø)

... and 15 files 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.

ret, g, err := p.RunAndCalculateGas(evm, caller, caller, append(p.GetExecutor().(*pointer.PrecompileExecutor).AddNativePointerID, args...), suppliedGas, nil, nil, false, false)
require.Nil(t, err)
require.Equal(t, uint64(8679314), g)
require.Equal(t, uint64(8887314), g)
Copy link
Contributor

Choose a reason for hiding this comment

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

thinking - why would this be higher ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i dont think this is gas used. I think it's gas remaining, so the remaining gas is higher, which means it consumed less gas.

@jewei1997 jewei1997 merged commit a672081 into release/v6.3 Jan 26, 2026
50 of 52 checks passed
@jewei1997 jewei1997 deleted the backport-2758-to-release/v6.3 branch January 26, 2026 18:21
philipsu522 added a commit that referenced this pull request Jan 26, 2026
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.

5 participants