Skip to content

Conversation

@github-actions
Copy link

Backport of #2675 to release/v6.3.

RPC calls for the EVM CLI were attempting to send methods via GET
instead of POST, resulting in failed extraction of results from the
associated RPC calls as none were being returned.

Adjustments to `getChainId()`, `getNonce()` and `CmdAssociateAddress()`
were made

NOTE: the latter `CmdAssociateAddress` had an internal cmd method call
to `sei_associate` using GET instead of POST.

Fixes REL-107

(cherry picked from commit 7c036d1)
@github-actions
Copy link
Author

github-actions bot commented Jan 13, 2026

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

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedJan 16, 2026, 8:47 PM

@codecov
Copy link

codecov bot commented Jan 13, 2026

Codecov Report

❌ Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 43.34%. Comparing base (14c4257) to head (ec294f3).
⚠️ Report is 1 commits behind head on release/v6.3.

Files with missing lines Patch % Lines
x/evm/client/cli/tx.go 66.66% 1 Missing ⚠️

❌ Your patch status has failed because the patch coverage (66.66%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage.
❌ 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    #2687      +/-   ##
================================================
+ Coverage         43.32%   43.34%   +0.01%     
================================================
  Files              1811     1866      +55     
  Lines            149085   155279    +6194     
================================================
+ Hits              64598    67310    +2712     
- Misses            78811    81959    +3148     
- Partials           5676     6010     +334     
Flag Coverage Δ
sei-chain 42.53% <66.66%> (+0.07%) ⬆️
sei-cosmos 37.95% <ø> (-0.01%) ⬇️
sei-db 44.95% <ø> (-24.19%) ⬇️
sei-ibc-go 55.96% <ø> (ø)
sei-tendermint 47.56% <ø> (+0.04%) ⬆️
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/client/cli/tx.go 4.69% <66.66%> (+4.69%) ⬆️

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

@masih masih merged commit 2811dac into release/v6.3 Jan 16, 2026
56 of 71 checks passed
@masih masih deleted the backport-2675-to-release/v6.3 branch January 16, 2026 21:31
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