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

cli: add argument to generate-packet-data cli to use selected encoding format #4537

Conversation

crodriguezvega
Copy link
Contributor

@crodriguezvega crodriguezvega commented Aug 31, 2023

Description

closes: #3974

Commit Message / Changelog Entry

imp: add argument to `generate-packet-data` cli to use selected encoding format

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.

@codecov-commenter
Copy link

codecov-commenter commented Sep 1, 2023

Codecov Report

Merging #4537 (aebfd69) into main (30102bb) will decrease coverage by 0.06%.
Report is 2 commits behind head on main.
The diff coverage is 19.04%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4537      +/-   ##
==========================================
- Coverage   79.26%   79.20%   -0.06%     
==========================================
  Files         188      188              
  Lines       13054    13063       +9     
==========================================
  Hits        10347    10347              
- Misses       2273     2282       +9     
  Partials      434      434              
Files Changed Coverage Δ
.../apps/27-interchain-accounts/host/client/cli/tx.go 27.27% <19.04%> (-2.44%) ⬇️

@srdtrk
Copy link
Member

srdtrk commented Sep 1, 2023

Should we backport this to v7.3.x ? Can be released in v7.3.1

Copy link
Member

@srdtrk srdtrk left a comment

Choose a reason for hiding this comment

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

See my comment about possibly backporting this

@crodriguezvega
Copy link
Contributor Author

Should we backport this to v7.3.x ? Can be released in v7.3.1

Yes, sounds good. We can do that.

@srdtrk srdtrk merged commit 1e3eee6 into main Sep 5, 2023
54 checks passed
@srdtrk srdtrk deleted the carlos/3974-add-argument-to-generatepacketdatacmd-cli-to-use-proper-encoding-format branch September 5, 2023 08:02
mergify bot pushed a commit that referenced this pull request Sep 5, 2023
…ing format (#4537)

* add encoding parameter to cli

* updated docs

* testing encoding parameter of cli

* linter fixes

* review feedback

* Update client.md

* typos

* Update modules/apps/27-interchain-accounts/host/client/cli/tx.go

Co-authored-by: Damian Nolan <damiannolan@gmail.com>

* address review feedback

---------

Co-authored-by: srdtrk <59252793+srdtrk@users.noreply.github.com>
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
(cherry picked from commit 1e3eee6)

# Conflicts:
#	modules/apps/27-interchain-accounts/host/client/cli/tx.go
#	modules/apps/27-interchain-accounts/host/client/cli/tx_test.go
crodriguezvega added a commit that referenced this pull request Sep 7, 2023
…ing format (backport #4537) (#4569)

* imp: add argument to `generate-packet-data` cli to use selected encoding format (#4537)

* add encoding parameter to cli

* updated docs

* testing encoding parameter of cli

* linter fixes

* review feedback

* Update client.md

* typos

* Update modules/apps/27-interchain-accounts/host/client/cli/tx.go

Co-authored-by: Damian Nolan <damiannolan@gmail.com>

* address review feedback

---------

Co-authored-by: srdtrk <59252793+srdtrk@users.noreply.github.com>
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
(cherry picked from commit 1e3eee6)

# Conflicts:
#	modules/apps/27-interchain-accounts/host/client/cli/tx.go
#	modules/apps/27-interchain-accounts/host/client/cli/tx_test.go

* fix: fixed backport conflicts

* add changelog

---------

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: srdtrk <srdtrk@hotmail.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.

Add argument to generatePacketDataCmd CLI to use proper encoding format
4 participants