Skip to content

Add association for giga executor#2693

Merged
arajasek merged 4 commits intosteven/evmc-vmfrom
steven/add-association-for-evm
Jan 12, 2026
Merged

Add association for giga executor#2693
arajasek merged 4 commits intosteven/evmc-vmfrom
steven/add-association-for-evm

Conversation

@stevenlanders
Copy link
Copy Markdown
Contributor

Describe your changes and provide context

  • associate evm senders similar to antehandler (until we can retire association)

Testing performed to validate your change

  • new unit tests
  • benchmarks

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 12, 2026

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

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedJan 12, 2026, 9:46 PM

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.96%. Comparing base (550db0c) to head (43358ef).
⚠️ Report is 1 commits behind head on steven/evmc-vm.

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##           steven/evmc-vm    #2693      +/-   ##
==================================================
+ Coverage           41.94%   41.96%   +0.02%     
==================================================
  Files                1018     1018              
  Lines               84809    84809              
==================================================
+ Hits                35569    35594      +25     
+ Misses              45888    45873      -15     
+ Partials             3352     3342      -10     
Flag Coverage Δ
sei-cosmos 38.20% <ø> (+<0.01%) ⬆️
sei-db 69.06% <ø> (ø)
sei-tendermint 47.23% <ø> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 13 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
Copy Markdown
Contributor

@arajasek arajasek left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!


// RecoverSenderFromTx recovers the sender's EVM address, Sei address, and public key
// from a signed Ethereum transaction. This uses the same signature recovery logic as
// x/evm/ante/preprocess.go:Preprocess to ensure consistent results.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

do you want to avoid the duplication and just refactor preprocess.go to use this helper? based on a quick look, it should be doable.

// legacy TX needs to be adjusted based on chainID
V = new(big.Int).Sub(V, new(big.Int).Mul(chainID, utils.Big2))
return V.Sub(V, utils.Big8)
// Version-based signer selection (same logic as PreprocessUnpacked)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This comment is out-of-date, I think?

@arajasek arajasek merged commit f72bad1 into steven/evmc-vm Jan 12, 2026
17 of 18 checks passed
@arajasek arajasek deleted the steven/add-association-for-evm branch January 12, 2026 22:15
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.

2 participants