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 connection and channel handshake cli commands #109

Merged
merged 5 commits into from
Apr 12, 2021

Conversation

colin-axner
Copy link
Contributor

@colin-axner colin-axner commented Apr 8, 2021

Description

closes: #18


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.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@colin-axner colin-axner changed the title remove connection handshake cli commands remove connection and channel handshake cli commands Apr 8, 2021
NewChannelCloseInitCmd(),
NewChannelCloseConfirmCmd(),
)
txCmd.AddCommand()
Copy link
Contributor Author

@colin-axner colin-axner Apr 8, 2021

Choose a reason for hiding this comment

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

left the command since we should support MsgRecv/MsgAck for now

@codecov-io
Copy link

Codecov Report

Merging #109 (a656432) into main (97f8985) will increase coverage by 0.03%.
The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
+ Coverage   65.19%   65.23%   +0.03%     
==========================================
  Files         127      127              
  Lines        8392     8407      +15     
==========================================
+ Hits         5471     5484      +13     
+ Misses       2558     2557       -1     
- Partials      363      366       +3     
Impacted Files Coverage Δ
modules/apps/transfer/keeper/encoding.go 66.66% <ø> (ø)
modules/core/02-client/keeper/grpc_query.go 61.70% <50.00%> (+1.23%) ⬆️
modules/core/02-client/keeper/keeper.go 83.53% <100.00%> (+0.71%) ⬆️
.../light-clients/07-tendermint/types/client_state.go 70.00% <100.00%> (+0.28%) ⬆️

@fedekunze fedekunze merged commit 4e145d8 into main Apr 12, 2021
@fedekunze fedekunze deleted the colin/18-rm-conn-cli branch April 12, 2021 18:20
CosmosCar pushed a commit to caelus-labs/ibc-go that referenced this pull request Nov 6, 2023
Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/uber-go/multierr/releases)
- [Changelog](https://github.com/uber-go/multierr/blob/master/CHANGELOG.md)
- [Commits](uber-go/multierr@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: go.uber.org/multierr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@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.

Remove IBC handshake cli cmds
3 participants