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

Bump up to v4.3.1 #19

Merged
merged 88 commits into from
Jul 31, 2023
Merged

Conversation

ulbqb
Copy link
Member

@ulbqb ulbqb commented Jul 31, 2023

Description

This PR apply cosmos/ibc-go@48a6ae5...cosmos:ibc-go:v4.3.1

finschia cosmos subject
5fea66b cosmos@d2df47a deps: bumping go version 1.18 (cosmos#1627) (cosmos#1637)
c26772b cosmos@c3835a2 delete unused 04-channel version functions (cosmos#1636) (cosmos#1638)
6b60785 cosmos@5bb43ff build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.5 to 0.45.6 (backport cosmos#1615) (cosmos#1640)
672129a cosmos@efda07d Update CHANGELOG.md
5764260 cosmos@7351002 Remove crossings hello (cosmos#1317) (cosmos#1692)
ef37dfe cosmos@29aac2d remove spurious TestABCICodeDeterminism tests (cosmos#1695) (cosmos#1697)
a2b67ba cosmos@e33e9f6 refactor: remove crossing hellos from 03-connection (backport cosmos#1672) (cosmos#1691)
cdf48cd cosmos@04884d1 docs: update middleware documentation (cosmos#1639) (cosmos#1700)
a3356e7 cosmos@e9648d0 put back module name in event (cosmos#1681) (cosmos#1712)
94b2e97 cosmos@bc403c2 Remove leftover crossing hello tests in connection handshake (cosmos#1724) (cosmos#1729)
2bfb9d7 cosmos@559ad02 Thomas/1584 update docs apps (cosmos#1675) (cosmos#1731)
01097fc cosmos@3e7fb13 update fee mw docs, add formating, fix typos, increase readability (cosmos#1665) (cosmos#1750)
c641fd8 cosmos@62aa0fc chore: denom traces migration handler (backport cosmos#1680) (cosmos#1755)
bec4ca1 cosmos@bfb04c2 feat: allow governance to update the TrustingPeriod of the 07-tendermint light client (cosmos#1713) (cosmos#1762)
b08c5f0 cosmos@17bd86f move entry to right place
0b08666 cosmos@6a3b38d add pseudocode to handle empty version string in OnChanOpenInit
9f0aa16 cosmos@aac882b fix: change non nil relayer check to non empty (backport cosmos#1774) (cosmos#1790)
1f26752 cosmos@ea88582 fix broken link (cosmos#1776) (cosmos#1809)
bd29d36 cosmos@57d67f3 fix: assert previous channel identifer is empty in Msg ValidateBasic (backport cosmos#1792) (cosmos#1827)
02bbc6f cosmos@e1490c5 fix: add cosmos_proto.implements_interface (backport cosmos#1740) (cosmos#1818)
074fa60 cosmos@bc534e9 fix: assert previous connection id to be empty (backport cosmos#1797) (cosmos#1828)
adfcbeb cosmos@424b83f fix: ics27 check packet data length explicitly over nil check (cosmos#1882) (cosmos#1898)
121799a cosmos@3e43129 Upgrade cosmos-sdk to v0.45.7 (cosmos#1905)
4802796 cosmos@dd49a93 fix: prevent blocked addresses from sending ICS 20 transfers (backport cosmos#1907) (cosmos#1946)
8c1283d cosmos@a3941f0 add mock module acc balance and refactor test case (backport cosmos#1942) (cosmos#1952)
3c104b5 cosmos@3830bd7 fix: adding check for blocked addresses before escrowing fees (backport cosmos#1890) (cosmos#1950)
7fa2e89 cosmos@a610597 Update CHANGELOG.md
2424c39 cosmos@c2a4d7b fix: "acknowledgement written" logs unsupported type (backport cosmos#1919) (cosmos#1961)
53a67c8 cosmos@3febca2 Update CHANGELOG.md
9770492 cosmos@4cbaaeb Update CHANGELOG.md
3d837c2 cosmos@10ea314 Update CHANGELOG.md
d9aa1bb cosmos@bd8dcba Update CHANGELOG.md
22d1d8e cosmos@2b7c969 chore: update fee middleware docs to be more explicit about reasoning for removing invariant checks (cosmos#1705) (cosmos#1994)
b22f83b cosmos@f4973e4 Update CHANGELOG.md
30d1235 cosmos@9a5eb98 fix broken link (cosmos#2059) (cosmos#2097)
607900f cosmos@cf2cc50 chore: fix broken link to bank module spec (cosmos#2201) (cosmos#2209)
67c0b5a cosmos@0a3c1f2 feat: adding interchain account address query to controller submodule (backport cosmos#2193) (cosmos#2292)
e4d332a cosmos@69f1e18 release/v4.1.x - Bump SDK to v0.45.8 and Tendermint to v0.34.21 (cosmos#2288)
b6a4184 cosmos@6bd4264 Merge pull request from GHSA-832c-mq9v-367r
4cb1072 cosmos@d5c8d43 fix: add nil checks for controller and host keeper services (backport cosmos#2308) (cosmos#2315)
aca801a cosmos@197555e update changelog for v4.1.0 release
77bfa75 cosmos@87b4133 Update CHANGELOG.md
031c860 cosmos@3b44b03 fix broken link/update link (cosmos#2338) (cosmos#2348)
4683c79 cosmos@9334832 Fix ICAControllerKeeper (cosmos#2303) (cosmos#2334)
98d1fe7 cosmos@4c418fb Adding paramsKeeper.Subspace(icahosttypes.SubModuleName) (cosmos#2220) (cosmos#2326)
ce4934f cosmos@d2b6b6f docs: updating v3->v4 migration docs with fee middleware (cosmos#2127) (cosmos#2389)
7f64aad cosmos@7ddd688 docs: add ics29 integration for sdk module (cosmos#2394) (cosmos#2407)
c1866e5 cosmos@1d2244d fix: partial revert of cosmos#1942 (cosmos#2148) (cosmos#2474)
c9adc07 cosmos@34e10f2 MsgTransferResponse add sequence (backport cosmos#2377) (cosmos#2466)
c81254d cosmos@c65a546 fixing dead link to sdk v0.44 (cosmos#2488) (cosmos#2495)
ca8aba4 cosmos@90dd523 fix broken links (cosmos#2511) (cosmos#2523)
5b73e6b cosmos@3048a82 add known bug about reopening fee-enabled ICA channels
e0446a6 cosmos@6335860 Added optional packet metadata to the packet and message types (backport cosmos#2305) (cosmos#2506)
9ee9eb4 cosmos@0e0c073 add entry for cosmos#2305
f3f19fe cosmos@e967f18 refactor: adapting transfer metadata bytes field to memo string (backport cosmos#2595) (cosmos#2598)
1fdb32c cosmos@ba71852 docs: updating docs for memo field in ics20 transfer (cosmos#2602) (cosmos#2604)
6662cbd cosmos@4492175 use controller module address instead of module name for NewMsgChannelOpenInit (backport cosmos#2568) (cosmos#2611)
f8a268c cosmos@03479d5 remove port prefix requirement (backport cosmos#2590) (cosmos#2633)
c04345d cosmos@6d2007c fix: skip emission of unpopulated memo field in ics20 (backport cosmos#2651) (cosmos#2654)
538f561 cosmos@2d94624 release v4.2.x: bump SDK version to v0.45.10 (cosmos#2588)
e9f3d2a cosmos@76127fd remove duplicate import (cosmos#2673)
62ba589 cosmos@959a422 add check send enabled (backport cosmos#2679) (cosmos#2689)
196c5a9 cosmos@ecb845d prepare changelog for v4.2.0 release
73a87da cosmos@cae5967 Update CHANGELOG.md
8f93bcc cosmos@0730e1f Update incorrect PR link in changelog regarding "check x/bank send enabled" fix (backport cosmos#2714) (cosmos#2717)
4c51916 cosmos@95bf0fa add missing set order functions for ica (cosmos#2740) (cosmos#2756)
80eb499 cosmos@aa189ce docs: fix migration/docs for ICA controller middleware (cosmos#2737) (cosmos#2763)
66d293a cosmos@50d1313 chore: integrated git cliff into the code base to automate generation of changelogs (cosmos#2772)
935de3a cosmos@4bb451c Save gas on IsFeeEnabled (backport cosmos#2786) (cosmos#2815)
4ad4091 cosmos@600cf20 chore: bump ics23 to v0.9.0 (backport cosmos#2868) (cosmos#2877)
ca1b6b4 cosmos@04bd181 fix: check x/bank send enabled before escrowing fees (backport cosmos#2942) (cosmos#2952)
56a4075 cosmos@bfce24c chore(statemachine)!: write channel state before invoking app callbacks in ack and confirm channel handshake steps (cosmos#2973)
c05a6d6 cosmos@562ef9a chore: updating CHANGELOG and cliff toml
c6ceeb0 cosmos@5c59a47 deps: bump cosmos sdk to v0.45.12 (cosmos#3049)
8598dab cosmos@cde7dde update changelog and git cliff toml
e91ceb3 cosmos@5f4b8f9 Update Dockerfile for 4.3.x (cosmos#3057)
b9765c7 cosmos@cb4e90b Remove excess quotes (cosmos#3073)
a8a3775 cosmos@171ed72 Update CHANGELOG.md
c6907da cosmos@8a6feca Handle ordered packets in UnreceivedPackets query. (backport cosmos#3346) (cosmos#3607)
d41f6d8 cosmos@95459a9 Update CHANGELOG.md
d713150 cosmos@0b6b6e3 Merge pull request from GHSA-3v7p-4x7p-4rx7
8873425 cosmos@49eefde Merge pull request from GHSA-3v7p-4x7p-4rx7
1b54a05 cosmos@f75c2f7 Merge pull request from GHSA-3v7p-4x7p-4rx7
000d340 cosmos@cf6da54 Merge pull request from GHSA-3v7p-4x7p-4rx7
cdef4b3 cosmos@9c19c3f Merge pull request from GHSA-3v7p-4x7p-4rx7
8cd07a4 cosmos@6ec79f4 Merge pull request from GHSA-3v7p-4x7p-4rx7
951c774 cosmos@c9e136f Merge pull request from GHSA-3v7p-4x7p-4rx7
77bd8d1 cosmos@dd93e7f Merge pull request from GHSA-3v7p-4x7p-4rx7

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

mergify bot and others added 30 commits July 31, 2023 16:00
* bumping go version 1.18

* updating broken workflow setup

(cherry picked from commit 7d971ec)

Co-authored-by: Damian Nolan <damiannolan@gmail.com>
* delete unused code and associated tests

* Update CHANGELOG.md

(cherry picked from commit 6c4a442)

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
…(backport cosmos#1615) (cosmos#1640)

* build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.5 to 0.45.6 (cosmos#1615)

* build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.5 to 0.45.6

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.5 to 0.45.6.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.45.5...v0.45.6)

---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update CHANGELOG.md

* copying part of codeql workflow to try to make it pass

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
(cherry picked from commit e049649)

* fix conflict

* Update CHANGELOG.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
* remove crossing hellos from ChanOpenTry

* remove crossing hellos testcase

* revert single connectionHops check

* add comment in MsgChannelOpenTry tx proto about deprecate field

* Update proto/ibc/core/channel/v1/tx.proto

Co-authored-by: Aditya <adityasripal@gmail.com>

* minor fixes && UPDATE CHANGELOG.md

* Update proto/ibc/core/channel/v1/tx.proto

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>

* Update proto/ibc/core/channel/v1/tx.proto

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

* apply remaining changes for crossing hello removal

Deprecate previous channel id with proto tag
Remove unnecessary test cases from 04-channel
Remove crossing hello check in transfer application and the associated test case

* remove previous channel check in WriteChannelOpenTry

* regenerate proto files

* update documentation

* add migration documentation

* remove unnecessary doc

* remove crossing hello notion from ChanOpenAck

* apply review suggestions

Co-authored-by: Aditya <adityasripal@gmail.com>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 7370a8b)

Co-authored-by: vuong <56973102+vuong177@users.noreply.github.com>
…#1697)

Thanks @colin-axner for noticing this.

closes: #XXXX

---

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.

- [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
- [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
- [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
- [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
- [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
- [x] Re-reviewed `Files changed` in the Github PR explorer
- [ ] Review `Codecov Report` in the comment section below once CI passes

(cherry picked from commit 1e6af48)

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
…1672) (cosmos#1691)

* refactor: remove crossing hellos from 03-connection (cosmos#1672)

* remove crossing hello check from ConnOpenTry and ConnOpenAck

* remove unnecessary test cases and fix build

* fix tests and add migration docs

* fix connection version check in conn open ack

* add changelog entry

* Update modules/core/03-connection/keeper/handshake.go

Co-authored-by: Aditya <adityasripal@gmail.com>

* remove unnecessary testing function

* improve migration documentation as per review suggestion

Co-authored-by: Aditya <adityasripal@gmail.com>
(cherry picked from commit 9aab42d)

* fix merge conflicts

* remove missed merge conflicts

* Update docs/migrations/v3-to-v4.md

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
* docs: update middleware documentation

* remove old text and add func keyword

* alignment

* fix alignment

* Update develop.md

* review comments

* remove empty line

* docs: add links in middleware docs to fee middleware implementation (cosmos#1641)

* docs: add links in middleware docs to fee middleware implementation

* add extra line for better readability

* fix typos

(cherry picked from commit 419c3c4)

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
(cherry picked from commit c96fe92)

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
…1724) (cosmos#1729)

* remove leftover crossing hello tests in connection handshake

* fix bug in tests

(cherry picked from commit c809ce3)

Co-authored-by: Aditya <adityasripal@gmail.com>
* restructure content according to outline, fix image and syntax highlighting, fix titles and prepare for content updates

* rewrite bind port section

* restructure applications doc into folder structure

* add keeper section, make some minor corrections in bind ports, custom packet and implmenent IBC module sections

* update ibcmodule interface to encorporate the simpliefied handshake callbacks and version negotiation

* fix broken links

* fix remaining broken link

* fix some nits, correct for removal of crossing hellos and add some more explanation on portIDs

* update middleware docs to resolve merge confilicts

(cherry picked from commit d1649c0)

Co-authored-by: tmsdkeys <98807841+tmsdkeys@users.noreply.github.com>
…osmos#1665) (cosmos#1750)

* update fee mw docs, add formating, fix typos, increase readability

* fix broken link

* Apply suggestions from code review

(De)capitalize headings and references to headings for consistency

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>

* resolving merge conflict

* split the CLI commands and small typo correction

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
(cherry picked from commit aaccbd1)

Co-authored-by: tmsdkeys <98807841+tmsdkeys@users.noreply.github.com>
…1755)

* chore: denom traces migration handler (cosmos#1680)

* update code & test

* register migrator service

(cherry picked from commit be5ccf3)

* add changelog entry for cosmos#1680
…int light client (cosmos#1713) (cosmos#1762)

* initial commit

* format imports

* update docs

* update CHANGELOG

* update upgrade dev docs

* update re: pr comments

(cherry picked from commit c12789d)

Co-authored-by: Charly <charly@interchain.berlin>
…cosmos#1790)

* fix: change non nil relayer check to non empty (cosmos#1774)

* change non nil relayer check to non empty

Change relayers != nil to len(relayers) != 0
Rename ErrRelayersNotNil to ErrRelayersNotEmpty
Add test cases

* add changelog entry

(cherry picked from commit 126ab2d)

# Conflicts:
#	CHANGELOG.md

* fix changelog conflicts

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit ef7a5c7)

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
…(backport cosmos#1792) (cosmos#1827)

* fix: assert previous channel identifer is empty in Msg ValidateBasic (cosmos#1792)

* remove previous channel id from NewMsgChanOpenTry, assert previous channel id to be empty

* add changelog entry

* move changelog entry to correct location

* add migration docs

* Update docs/migrations/v3-to-v4.md

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>

* Update CHANGELOG.md

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
(cherry picked from commit 4a781e5)

# Conflicts:
#	CHANGELOG.md

* fix conflicts

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
…smos#1818)

* fix: add cosmos_proto.implements_interface (cosmos#1740)

* fix: add cosmos_proto.implements_interface

* changelog

* Update CHANGELOG.md

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>

* run `make proto-all`

* run `go mod tidy`

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 40d0ff7)

# Conflicts:
#	modules/core/02-client/types/client.pb.go

* fix conflicts

Co-authored-by: Dan Lynch <pyramation@gmail.com>
Co-authored-by: crodriguezvega <carlos@interchain.io>
…cosmos#1828)

* fix: assert previous connection id to be empty (cosmos#1797)

* remove previous connection id from NewMsgConnectionOpenTry, assert previous connection id to be empty

* add changelog entry

* update test

* add migration docs

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
(cherry picked from commit 0be6c42)

# Conflicts:
#	CHANGELOG.md

* fix conflicts

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
…#1882) (cosmos#1898)

* using len check in favour of nil check for interchain account packet data

* adding changelog

* updating changelog

(cherry picked from commit 73fdde9)

Co-authored-by: Damian Nolan <damiannolan@gmail.com>
* Upgrade cosmos-sdk to v0.45.7

* Add changelog entry
…cosmos#1907) (cosmos#1946)

* fix: prevent blocked addresses from sending ICS 20 transfers (cosmos#1907)

* fix bug, add test

Ensures that a sender account isn't a blocked address
Added test cases for MsgTransfer handling

* update documentation

* move blocked address check to SendTransfer

* add changelog entry

(cherry picked from commit f891c29)

* fix conflicts
) (cosmos#1952)

* add mock module acc balance and refactor test case (cosmos#1942)

* add mock module acc balance and refactor test case

* add changelog entry

(cherry picked from commit f0f7ce4)

* fix conflict

* fix conflict

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
cosmos#1890) (cosmos#1950)

* fix: adding check for blocked addresses before escrowing fees (cosmos#1890)

* fix: adding check for blocked addresses before escrowing fees

* refactor: move check below isLocked check

* refactor: use sdk error instead of fee error

* feat: adding check to RegisterPayee

* chore: format import

* refactor: remove dist module from unblocked addr

(cherry picked from commit 7694903)

# Conflicts:
#	modules/apps/29-fee/keeper/msg_server_test.go

* fix conflicts

Co-authored-by: Sean King <seantking@users.noreply.github.com>
Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
…#1919) (cosmos#1961)

* fix: "acknowledgement written" logs unsupported type (cosmos#1919)

* fix: "acknowledgement written" logs unsupported type

* Updating CHANGELOG.md

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 897e7eb)

# Conflicts:
#	CHANGELOG.md

* fix conflict

Co-authored-by: Joe Abbey <joe.abbey@gmail.com>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
mergify bot and others added 17 commits July 31, 2023 16:01
) (cosmos#3607)

* fix: handle ordered packets in `UnreceivedPackets` query

Co-authored-by: Cian Hatton <cian@interchain.io>
(cherry picked from commit c77f80f)

* fix conflicts

* fix links

* add changelog

---------

Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
@ulbqb ulbqb changed the base branch from main to release/v4.3.x July 31, 2023 07:10
@ulbqb ulbqb self-assigned this Jul 31, 2023
@ulbqb ulbqb added the enhancement New feature or request label Jul 31, 2023
@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #19 (77bd8d1) into release/v4.3.x (7176e4e) will increase coverage by 0.14%.
The diff coverage is 87.75%.

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##           release/v4.3.x      #19      +/-   ##
==================================================
+ Coverage           80.06%   80.20%   +0.14%     
==================================================
  Files                 165      165              
  Lines               12381    12506     +125     
==================================================
+ Hits                 9913    10031     +118     
- Misses               2000     2012      +12     
+ Partials              468      463       -5     
Files Changed Coverage Δ
modules/apps/27-interchain-accounts/types/keys.go 100.00% <ø> (ø)
modules/apps/27-interchain-accounts/module.go 56.97% <50.00%> (-0.72%) ⬇️
modules/apps/transfer/module.go 58.06% <60.00%> (-0.56%) ⬇️
modules/core/04-channel/keeper/grpc_query.go 86.25% <62.50%> (-3.43%) ⬇️
modules/apps/transfer/types/codec.go 85.18% <77.77%> (+29.62%) ⬆️
modules/core/04-channel/keeper/handshake.go 91.47% <80.00%> (+2.20%) ⬆️
modules/apps/transfer/ibc_module.go 64.96% <83.33%> (+1.74%) ⬆️
modules/apps/transfer/keeper/relay.go 88.88% <86.20%> (+0.77%) ⬆️
modules/apps/transfer/keeper/migrations.go 93.33% <93.33%> (ø)
...7-interchain-accounts/controller/keeper/account.go 77.77% <100.00%> (ø)
... and 20 more

... and 7 files with indirect coverage changes

@ulbqb ulbqb merged commit 9003812 into Finschia:release/v4.3.x Jul 31, 2023
19 checks passed
@ulbqb ulbqb deleted the bumpup-v4.3.1-rebased branch July 31, 2023 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants