Skip to content

chore: update tests to use new SendPacket API#2567

Merged
crodriguezvega merged 7 commits intomainfrom
carlos/#2452-ibc-testing-endpoint-should-use-new-sendpacket-api
Oct 25, 2022
Merged

chore: update tests to use new SendPacket API#2567
crodriguezvega merged 7 commits intomainfrom
carlos/#2452-ibc-testing-endpoint-should-use-new-sendpacket-api

Conversation

@crodriguezvega
Copy link
Copy Markdown
Contributor

Description

closes: #2452


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

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Oct 22, 2022

Codecov Report

Merging #2567 (5d3b611) into main (6927904) will increase coverage by 0.02%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2567      +/-   ##
==========================================
+ Coverage   78.74%   78.76%   +0.02%     
==========================================
  Files         178      178              
  Lines       12298    12298              
==========================================
+ Hits         9684     9687       +3     
+ Misses       2190     2188       -2     
+ Partials      424      423       -1     
Impacted Files Coverage Δ
modules/core/04-channel/keeper/timeout.go 94.92% <0.00%> (+1.52%) ⬆️

Copy link
Copy Markdown
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 work! Thanks @crodriguezvega 🙌

@crodriguezvega crodriguezvega merged commit 8ce603d into main Oct 25, 2022
@crodriguezvega crodriguezvega deleted the carlos/#2452-ibc-testing-endpoint-should-use-new-sendpacket-api branch October 25, 2022 19:30
mergify bot pushed a commit that referenced this pull request Oct 25, 2022
* chore: update tests to use new SendPacket API

* add changelog

* remove source port and source channel from parameter list of SendPacket

Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
(cherry picked from commit 8ce603d)

# Conflicts:
#	modules/core/ante/ante_test.go
#	modules/light-clients/07-tendermint/client_state_test.go
crodriguezvega added a commit that referenced this pull request Nov 2, 2022
* chore: update tests to use new SendPacket API (#2567)

* chore: update tests to use new SendPacket API

* add changelog

* remove source port and source channel from parameter list of SendPacket

Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
(cherry picked from commit 8ce603d)

# Conflicts:
#	modules/core/ante/ante_test.go
#	modules/light-clients/07-tendermint/client_state_test.go

* fix conflicts

* fix merge conflict

* fixing conflicts

* alignment

* alignment

* delete file

* review comment

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

IBC testing endpoint should use new SendPacket API

4 participants