Skip to content
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

fix: add packet seq in success log #5559

Merged
merged 4 commits into from
Jan 10, 2024
Merged

fix: add packet seq in success log #5559

merged 4 commits into from
Jan 10, 2024

Conversation

mmsqe
Copy link
Contributor

@mmsqe mmsqe commented Jan 10, 2024

this bug was introduced in e93a467

Description

closes: #XXXX

Commit Message / Changelog Entry

type: commit message

see the guidelines for commit messages. (view raw markdown for examples)


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.

  • Targeted PR against the correct branch (see CONTRIBUTING.md).
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards and Go style guide.
  • Wrote unit and integration tests.
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/).
  • Added relevant godoc comments.
  • Provide a commit message to be used for the changelog entry in the PR description for review.
  • Re-reviewed Files changed in the Github PR explorer.
  • Review Codecov Report in the comment section below once CI passes.

Copy link
Contributor

@DimitrisJim DimitrisJim left a comment

Choose a reason for hiding this comment

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

nice catch, thanks @mmsqe!

Copy link
Contributor

@crodriguezvega crodriguezvega left a comment

Choose a reason for hiding this comment

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

Thanks, @mmsqe!

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f9b918f) 81.19% compared to head (ae70e1c) 81.19%.
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #5559   +/-   ##
=======================================
  Coverage   81.19%   81.19%           
=======================================
  Files         197      197           
  Lines       15253    15253           
=======================================
  Hits        12384    12384           
  Misses       2404     2404           
  Partials      465      465           
Files Coverage Δ
...les/apps/27-interchain-accounts/host/ibc_module.go 84.12% <100.00%> (ø)
modules/apps/transfer/ibc_module.go 69.10% <100.00%> (ø)

Copy link
Contributor

@colin-axner colin-axner left a comment

Choose a reason for hiding this comment

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

Nice catch, thanks for providing the fix as well @mmsqe!

@colin-axner colin-axner enabled auto-merge (squash) January 10, 2024 15:54
@colin-axner colin-axner merged commit 93f86fc into cosmos:main Jan 10, 2024
60 of 61 checks passed
mergify bot pushed a commit that referenced this pull request Jan 10, 2024
this bug was introduced in e93a467

Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 93f86fc)

# Conflicts:
#	modules/apps/27-interchain-accounts/host/ibc_module.go
#	modules/apps/transfer/ibc_module.go
mergify bot pushed a commit that referenced this pull request Jan 10, 2024
this bug was introduced in e93a467

Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 93f86fc)

# Conflicts:
#	modules/apps/27-interchain-accounts/host/ibc_module.go
#	modules/apps/transfer/ibc_module.go
mergify bot pushed a commit that referenced this pull request Jan 10, 2024
this bug was introduced in e93a467

Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 93f86fc)
mergify bot pushed a commit that referenced this pull request Jan 10, 2024
this bug was introduced in e93a467

Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 93f86fc)
colin-axner pushed a commit that referenced this pull request Jan 10, 2024
this bug was introduced in e93a467

Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 93f86fc)

Co-authored-by: mmsqe <mavis@crypto.com>
colin-axner pushed a commit that referenced this pull request Jan 10, 2024
this bug was introduced in e93a467

Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 93f86fc)

Co-authored-by: mmsqe <mavis@crypto.com>
charleenfei pushed a commit that referenced this pull request Jan 11, 2024
this bug was introduced in e93a467

Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
charleenfei pushed a commit that referenced this pull request Jan 11, 2024
this bug was introduced in e93a467

Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
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.

5 participants