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

Remove sdk.MustSortJSON from channel types Acknowledgement #5377

Conversation

expertdicer
Copy link
Contributor

@expertdicer expertdicer commented Dec 12, 2023

Description

closes: #3920

Commit Message / Changelog Entry

chore: remove sdk.MustSortJSON call when marshalling Acknowledgement

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 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.

@expertdicer expertdicer marked this pull request as ready for review December 13, 2023 08:50
@codecov-commenter
Copy link

codecov-commenter commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cea0a82) 80.10% compared to head (de91234) 80.10%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #5377   +/-   ##
=======================================
  Coverage   80.10%   80.10%           
=======================================
  Files         189      189           
  Lines       13147    13147           
=======================================
  Hits        10532    10532           
  Misses       2202     2202           
  Partials      413      413           
Files Coverage Δ
modules/core/04-channel/types/acknowledgement.go 90.90% <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! lgtm!

@DimitrisJim
Copy link
Contributor

boop re syncing branch @expertdicer 😄

@crodriguezvega
Copy link
Contributor

@expertdicer can you rebase with main? It would actually also be very useful if you could give us write permissions to your fork, so that we can push updates to your PRs. Thanks!

@expertdicer
Copy link
Contributor Author

expertdicer commented Dec 21, 2023

@expertdicer can you rebase with main? It would actually also be very useful if you could give us write permissions to your fork, so that we can push updates to your PRs. Thanks!

I have already invited you guys to my fork. You might need to accept the invitation. TYSM

@crodriguezvega
Copy link
Contributor

I have already invited you guys to my fork. You might need to accept the invitation. TYSM

Ouch, sorry I had missed it.

@crodriguezvega crodriguezvega merged commit 6653205 into cosmos:main Dec 21, 2023
59 of 60 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.

Remove sdk.MustSortJSON from channel types Acknowledgement
7 participants