Skip to content

Conversation

@sashass1315
Copy link
Contributor

This removes a duplicate ep.Counterparty.UpdateClient() call after SendMsgsWithSender. Only a single client update is needed post-state change; the second update was a no-op (duplicate header) and inconsistent with surrounding patterns in v1/v2 endpoints. This change reduces unnecessary work and aligns with documented no-op semantics for duplicate client updates.

@codecov
Copy link

codecov bot commented Oct 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.31%. Comparing base (c4ad9cf) to head (15c6e27).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8652   +/-   ##
=======================================
  Coverage   58.31%   58.31%           
=======================================
  Files         319      319           
  Lines       22821    22821           
=======================================
  Hits        13307    13307           
  Misses       8907     8907           
  Partials      607      607           
Flag Coverage Δ
08-wasm 65.99% <ø> (ø)
e2e 1.14% <ø> (ø)
ibc-go 63.74% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@srdtrk srdtrk changed the title Remove redundant UpdateClient() call in MsgSendPacketWithSender chore(testing): remove redundant UpdateClient call in MsgSendPacketWithSender Oct 18, 2025
@srdtrk srdtrk merged commit 251a67f into cosmos:main Oct 18, 2025
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants