Skip to content

feat: IBCv2 WriteAcknowledgement handler #2173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: feat/ibc_v2
Choose a base branch
from

Conversation

kulikthebird
Copy link
Member

No description provided.

@kulikthebird kulikthebird changed the base branch from main to feat/ibc_v2 March 18, 2025 14:39
@kulikthebird kulikthebird self-assigned this Mar 18, 2025
@kulikthebird kulikthebird linked an issue Mar 18, 2025 that may be closed by this pull request
@kulikthebird kulikthebird linked an issue Mar 18, 2025 that may be closed by this pull request
@kulikthebird kulikthebird force-pushed the tkulik/feat/write_ack branch 3 times, most recently from 5bf439e to 52465a2 Compare March 27, 2025 12:03
Copy link

codecov bot commented Mar 27, 2025

Codecov Report

Attention: Patch coverage is 25.00000% with 27 lines in your changes missing coverage. Please review.

Project coverage is 45.37%. Comparing base (59da7ea) to head (54f80f1).

Files with missing lines Patch % Lines
x/wasm/keeper/handler_plugin.go 20.58% 27 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##           feat/ibc_v2    #2173      +/-   ##
===============================================
- Coverage        45.44%   45.37%   -0.08%     
===============================================
  Files               79       79              
  Lines            10863    10898      +35     
===============================================
+ Hits              4937     4945       +8     
- Misses            5485     5512      +27     
  Partials           441      441              
Files with missing lines Coverage Δ
app/app.go 85.32% <100.00%> (+0.02%) ⬆️
x/wasm/keeper/ibc2.go 0.00% <ø> (ø)
x/wasm/keeper/keeper_cgo.go 95.45% <100.00%> (ø)
x/wasm/keeper/handler_plugin.go 61.67% <20.58%> (-10.51%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kulikthebird kulikthebird force-pushed the tkulik/feat/write_ack branch 2 times, most recently from db2beb6 to e6a9b88 Compare March 28, 2025 11:26
@kulikthebird kulikthebird changed the title feat: New IBCv2 msg handler feat: IBCv2 WriteAcknowledgement handler Mar 28, 2025
@kulikthebird kulikthebird force-pushed the tkulik/feat/write_ack branch 2 times, most recently from 6e22706 to fae9313 Compare March 28, 2025 11:47
@kulikthebird kulikthebird force-pushed the tkulik/feat/write_ack branch 5 times, most recently from 6d793f8 to 6fb67cc Compare April 11, 2025 14:04
@kulikthebird kulikthebird force-pushed the tkulik/feat/write_ack branch from 6fb67cc to 25e02c8 Compare April 14, 2025 17:13
@kulikthebird kulikthebird force-pushed the tkulik/feat/write_ack branch from 25e02c8 to 54f80f1 Compare April 15, 2025 07:44
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.

feat: Handle async ack with IBCv2
1 participant