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 migration log #5497

Merged
merged 5 commits into from
Jan 1, 2024
Merged

fix migration log #5497

merged 5 commits into from
Jan 1, 2024

Conversation

yihuang
Copy link
Contributor

@yihuang yihuang commented Dec 28, 2023

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.

@codecov-commenter
Copy link

codecov-commenter commented Jan 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ae6fee7) 80.88% compared to head (a1522b0) 80.88%.
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #5497   +/-   ##
=======================================
  Coverage   80.88%   80.88%           
=======================================
  Files         197      197           
  Lines       15221    15221           
=======================================
  Hits        12312    12312           
  Misses       2437     2437           
  Partials      472      472           
Files Coverage Δ
modules/apps/transfer/keeper/migrations.go 96.87% <100.00%> (ø)

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!

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, @yihuang

@crodriguezvega crodriguezvega merged commit 7c2996a into cosmos:main Jan 1, 2024
61 checks passed
@yihuang yihuang deleted the fix-miration-log branch January 2, 2024 01:02
@johnletey
Copy link

@crodriguezvega Could we backport this to the v8 release line?

@crodriguezvega
Copy link
Contributor

@crodriguezvega Could we backport this to the v8 release line?

Sure thing. We have a patch release for v8.2.x coming out soon, would that work for you?

@johnletey
Copy link

We have a patch release for v8.2.x coming out soon, would that work for you?

That is perfect! Also happy to use v8.3.x if that's easier?

@crodriguezvega
Copy link
Contributor

We have a patch release for v8.2.x coming out soon, would that work for you?

That is perfect! Also happy to use v8.3.x if that's easier?

I think v8.2.1 will come out earlier, but we will back port to both branches.

mergify bot pushed a commit that referenced this pull request Apr 22, 2024
* fix migration log

* Update migrations.go

---------

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
(cherry picked from commit 7c2996a)
@mergify mergify bot mentioned this pull request Apr 22, 2024
9 tasks
mergify bot pushed a commit that referenced this pull request Apr 22, 2024
* fix migration log

* Update migrations.go

---------

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
(cherry picked from commit 7c2996a)
@mergify mergify bot mentioned this pull request Apr 22, 2024
9 tasks
crodriguezvega pushed a commit that referenced this pull request Apr 22, 2024
* fix migration log

* Update migrations.go

---------

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
(cherry picked from commit 7c2996a)

Co-authored-by: yihuang <huang@crypto.com>
crodriguezvega pushed a commit that referenced this pull request Apr 22, 2024
* fix migration log

* Update migrations.go

---------

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
(cherry picked from commit 7c2996a)

Co-authored-by: yihuang <huang@crypto.com>
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