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

Move SetMiddlewareEnabled call ordering #2283

Merged
merged 13 commits into from
Sep 23, 2022

Conversation

chatton
Copy link
Contributor

@chatton chatton commented Sep 13, 2022

Description

depends on #2260

closes: #2236


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

chatton and others added 6 commits September 9, 2022 13:31
…se-the-connection-id-instead-of-the-channel-id
…ection-id-instead-of-the-channel-id' of https://github.com/cosmos/ibc-go into cian/issue#2235-ismiddlewareenabled-should-use-the-connection-id-instead-of-the-channel-id
…ection-id-instead-of-the-channel-id' into cian/issue#2236-move-setmiddleware-enabled-call-ordering
@chatton chatton marked this pull request as ready for review September 20, 2022 15:29
@codecov-commenter
Copy link

Codecov Report

Merging #2283 (9f59cb1) into main (b97729d) will increase coverage by 0.03%.
The diff coverage is 79.38%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2283      +/-   ##
==========================================
+ Coverage   79.54%   79.58%   +0.03%     
==========================================
  Files         175      175              
  Lines       12069    12122      +53     
==========================================
+ Hits         9600     9647      +47     
- Misses       2045     2049       +4     
- Partials      424      426       +2     
Impacted Files Coverage Δ
...7-interchain-accounts/controller/ibc_middleware.go 70.96% <42.85%> (-9.56%) ⬇️
...27-interchain-accounts/controller/keeper/keeper.go 91.04% <75.00%> (-1.70%) ⬇️
...nterchain-accounts/controller/keeper/migrations.go 81.25% <75.00%> (+1.25%) ⬆️
...7-interchain-accounts/controller/keeper/account.go 85.00% <100.00%> (ø)
...7-interchain-accounts/controller/keeper/genesis.go 91.30% <100.00%> (ø)
...apps/27-interchain-accounts/host/keeper/account.go 100.00% <100.00%> (+23.07%) ⬆️
...ps/27-interchain-accounts/host/keeper/handshake.go 92.18% <100.00%> (+7.57%) ⬆️
modules/apps/27-interchain-accounts/module.go 54.00% <100.00%> (+1.42%) ⬆️
...dules/apps/27-interchain-accounts/types/account.go 80.26% <100.00%> (+2.00%) ⬆️
modules/apps/27-interchain-accounts/types/keys.go 100.00% <100.00%> (ø)
... and 5 more

Copy link
Contributor

@charleenfei charleenfei left a comment

Choose a reason for hiding this comment

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

nice ordering :)

@chatton chatton enabled auto-merge (squash) September 23, 2022 08:44
@chatton chatton merged commit 25d62f0 into main Sep 23, 2022
@chatton chatton deleted the cian/issue#2236-move-setmiddleware-enabled-call-ordering branch September 23, 2022 08:51
mergify bot pushed a commit that referenced this pull request Sep 23, 2022
(cherry picked from commit 25d62f0)

# Conflicts:
#	modules/apps/27-interchain-accounts/controller/keeper/account.go
crodriguezvega added a commit that referenced this pull request Sep 28, 2022
* Move SetMiddlewareEnabled call ordering (#2283)

(cherry picked from commit 25d62f0)

# Conflicts:
#	modules/apps/27-interchain-accounts/controller/keeper/account.go

* chore: handle merge conflicts

* Revert "chore: handle merge conflicts"

This reverts commit 11e43da.

Co-authored-by: Cian Hatton <[email protected]>
Co-authored-by: Cian Hatton <[email protected]>
Co-authored-by: Carlos Rodriguez <[email protected]>
Co-authored-by: Damian Nolan <[email protected]>
Co-authored-by: colin axnér <[email protected]>
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.

Move SetMiddlewareEnabled call ordering
5 participants