Skip to content

feature/comet v1 upgrade #8437

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 9 commits into
base: main
Choose a base branch
from
Draft

Conversation

faddat
Copy link
Contributor

@faddat faddat commented May 22, 2025

  • feat: upgrade ibc-go to cometbft v1.0.1 (WIP)
  • feat: update e2e module to depend on fcecin/interchaintest
  • fix script/go-lint-all.sh lint errors
  • e2e is borked

Description

closes: #XXXX


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Linked to GitHub issue with discussion and accepted design, OR link to spec that describes this work.
  • Include changelog entry when appropriate (e.g. chores should be omitted from changelog).
  • Wrote unit and integration tests if relevant.
  • Updated documentation (docs/) if anything is changed.
  • Added godoc comments if relevant.
  • Self-reviewed Files changed in the GitHub PR explorer.
  • Provide a conventional commit message to follow the repository standards.

fcecin and others added 6 commits May 6, 2025 21:42
this commit does not port the ./e2e module, since it depends on
interchaintest, which in turns depends on the ibc-go root module.

this commit includes a port of the root module, which can then be
imported by the upgraded interchaintest.
this commit updates the interchaintest dependency to a temporary
commit of the fcecin/interchaintest fork which contains fixes
for comet v1.

this is a WIP as e2e tests are failing
@faddat faddat marked this pull request as draft May 22, 2025 15:04
Copy link

codecov bot commented May 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 1.18%. Comparing base (b509a83) to head (07276b0).

❗ There is a different number of reports uploaded between BASE (b509a83) and HEAD (07276b0). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (b509a83) HEAD (07276b0)
08-wasm 1 0
ibc-go 1 0
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #8437       +/-   ##
==========================================
- Coverage   61.62%   1.18%   -60.45%     
==========================================
  Files         299      14      -285     
  Lines       21462    1949    -19513     
==========================================
- Hits        13227      23    -13204     
+ Misses       7643    1925     -5718     
+ Partials      592       1      -591     
Flag Coverage Δ
08-wasm ?
e2e 1.18% <ø> (ø)
ibc-go ?

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.

@faddat
Copy link
Contributor Author

faddat commented May 22, 2025

the tests run for me locally.

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