Skip to content

default SSTORE value back to original 20k#2758

Merged
jewei1997 merged 2 commits intomainfrom
sstore-default-20k
Jan 26, 2026
Merged

default SSTORE value back to original 20k#2758
jewei1997 merged 2 commits intomainfrom
sstore-default-20k

Conversation

@jewei1997
Copy link
Contributor

@jewei1997 jewei1997 commented Jan 26, 2026

Describe your changes and provide context

change SSTORE chain param value back to original 20k. We may change this in the future with a gov proposal.

Testing performed to validate your change

existing tests

@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, 4:20 PM

@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.02%. Comparing base (27684e0) to head (3da0b6b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2758      +/-   ##
==========================================
- Coverage   57.04%   57.02%   -0.02%     
==========================================
  Files        2004     2004              
  Lines      164603   164603              
==========================================
- Hits        93897    93869      -28     
- Misses      62507    62533      +26     
- Partials     8199     8201       +2     
Flag Coverage Δ
sei-chain 41.78% <ø> (-0.03%) ⬇️
sei-cosmos 48.02% <ø> (+<0.01%) ⬆️
sei-db 68.72% <ø> (ø)
sei-tendermint 59.04% <ø> (+<0.01%) ⬆️

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

Files with missing lines Coverage Δ
giga/deps/xevm/types/params.go 62.65% <ø> (ø)
x/evm/types/params.go 74.05% <ø> (ø)

... and 30 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.

Copy link
Collaborator

@masih masih left a comment

Choose a reason for hiding this comment

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

I still see a bunch of 72000s across tests. @jewei1997 would you mind doing a search for it as a sanity check please?

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
Collaborator

Choose a reason for hiding this comment

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

Sanity checking that this is supposed to become 208K less?

@jewei1997 jewei1997 merged commit 77cc04e into main Jan 26, 2026
43 checks passed
@jewei1997 jewei1997 deleted the sstore-default-20k branch January 26, 2026 16:21
@github-actions
Copy link

Backport failed for release/v6.3, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/v6.3
git worktree add -d .worktree/backport-2758-to-release/v6.3 origin/release/v6.3
cd .worktree/backport-2758-to-release/v6.3
git switch --create backport-2758-to-release/v6.3
git cherry-pick -x 77cc04ed9137b6994735dcb934f17321bbcb9f83

jewei1997 added a commit that referenced this pull request Jan 26, 2026
## Describe your changes and provide context

backport of this PR #2758

## Testing performed to validate your change
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