This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
Releases: decipherhub/ibc-go
Releases · decipherhub/ibc-go
v3.0.0-decipher
Changelog
- 2796d05 migrate: ibc-query for ibc-go/v3
v4.0.0-decipher
Changelog
- 78ac81a Merge pull request #10 from decipherhub/feature/seperate-crosschainquery-proto
- b9c97dd refactor: remove height pointer
- c6a3c59 refactor: remove height pointer
- e09daae feat: add IBCQueryResultPacketData
- f5067ec separate crosschainquery proto
- 242be66 merge with ibc-query
- ac8c175 implement cli and add proof in packet data
- 333a3f4 Merge pull request #9 from decipherhub/feature/Add-packet-data-type
- 6bd40ed refactor: Add proof field to query response
- faeb1a5 feature: Add packet data type
- ce4e210 Merge pull request #8 from decipherhub/feature/add-CrossChainQuery-type
- 2b49687 Merge branch 'feature/add-CrossChainQuery-type' of https://github.com/decipherhub/ibc-go into ibc-query
- a44c850 feat: remove MsgSubmitCrossChainQueryResult in proto
- 5fd9e9d feat: implement OnRecvPacket
- 93b5aa8 feat: add CrossChainQuery type
- 0436b84 Merge pull request #7 from decipherhub/feature/user-submit-query
- 811e86a chore: Change name and remove unused code
- 465eed2 refactor: Add source port, channel
- c0f4231 style: Reformat code
- dab5504 feature: Add types
- 06ad901 test: Add simple test for query
- fd164f5 feature: Add functions for connection
- b2f860d refactor: Update genesis state
- d39f5bc impl: relay for ibc-query
- d7ed275 refactor: add scopedKeeper init
- f93ed9a refactor: change user args
- 716bcb2 chore: code cleanup
- e72adbf cheange response params
- 6e1c75b refactor keeper function
- 46b0cdb add test
- 01e9ad3 fix error
- 7d6c51d user transaction process
- a4aa045 add events
- 020c60e add error
- 913c522 add keeper function
- bacad54 add cli
- ca1b8fc refactor keeper function
- 37977d9 add test
- 952d8a3 fix error
- f0ff305 fix error
- 16fbd89 user transaction process
- c87dbdd add events
- 055bb75 add error
- 0e20252 add keeper function
- 247fd7b add cli
- 91d1673 impl: SubmitCrossChainQuery()
- d98a624 Merge pull request #6 from decipherhub/feature/set-testing
- d0f6ff8 add sample test
- 832d66c add comments
- 44c18d5 delete sample testcase
- 1386180 Add ibc-query module to testing SimApp
- 472ea83 init: ibc-query skeleton code
- 74ed532 Extracting e2e tests into two separate workflows (cosmos#1719)
- 95cd1c5 fix typo
- c96fe92 put back module name in event (cosmos#1681)
- 0fd5656 Separate go mod for e2e (E2E #4) (cosmos#1701)
- 81d10d4 Add E2ETestSuite Type (E2E #3) (cosmos#1650)
- b0b1810 Adding github action to run goimports (cosmos#1673)
- 419c3c4 docs: update middleware documentation (cosmos#1639)
- e8dd1a8 build(deps): bump google.golang.org/grpc from 1.47.0 to 1.48.0 (cosmos#1699)
- b9e35eb fix codeowners for 02-client (cosmos#1696)
- da45cad update bug report issue template (cosmos#1693)
- 1e6af48 remove spurious
TestABCICodeDeterminism
tests (cosmos#1695) - ef4eaf9 (core/23-commitment/types) doc: fix typo (cosmos#1694)
- 9aab42d refactor: remove crossing hellos from 03-connection (cosmos#1672)
- c449d85 docs: update roadmap (cosmos#1678)
- 7370a8b Remove crossings hello (cosmos#1317)
- 6d1fa91 Add GitHub actions for e2e tests (E2E #2) (cosmos#1646)
- 527a11a Script to dynamically generate list of e2e tests (E2E #1) (cosmos#1644)
- 7d18182 update mergify.yml with new release branches (cosmos#1654)
- e049649 build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.5 to 0.45.6 (cosmos#1615)
- 6c4a442 delete unused 04-channel version functions (cosmos#1636)
- ea64db7 add backport to v4.0.x and remove backports to v1 (EoL) (cosmos#1629)
- 7d971ec deps: bumping go version 1.18 (cosmos#1627)
- 48a6ae5 chore: bump go package version to v4 (cosmos#1564)
- d170a41 build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (cosmos#1616)
- ecf3543 follow up nits to cosmos#1565 (cosmos#1598)
- f283d12 docs: adding line about module accounts / invariants (cosmos#1597)
- b40dbc6 Consolidate usage of NewErrorAcknowledgement (cosmos#1565)
- 41282c7 docs: add upgrade client proposal event (cosmos#1596)
- 84792ba docs: document that version string can be empty as argument of RegisterInterchainAccount (cosmos#1582)
- 0479198 docs: nits (cosmos#1595)
- 8422d0c feat: emitting an event when handling a client upgrade proposal (cosmos#1570)
- 83ca736 docs: adding End Users section to ics29 docs (cosmos#1579)
- 36a3382 docs: adding events to fee middleware docs (cosmos#1578)
- 3b5db68 chore: adding module name to incentivized packet events (cosmos#1580)
- 1d94aad docs: msg types for fee middleware (cosmos#1572)
- 8be6a10 docs: payee registration and fee distribution for relayer operators (cosmos#1577)
- b2cd6e8 Revert "docs: document that version string can be empty as argument of RegisterInterchainAccount"
- 33afe10 docs: document that version string can be empty as argument of RegisterInterchainAccount
- e7d5bda build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (cosmos#1575)
- 20ffa6f adding team members to 02-client and light-clients code owners (cosmos#1563)
- d8130c3 fix typo in parameter name of
NewDefaultMetadata
(cosmos#1573) - a7d6090 docs: move ics20 docs from spec to top level docs (cosmos#1554)
- 9dc3492 build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.4 (cosmos#1561)
- c9cd8f9 build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (cosmos#1562)
- 6ff5300 build(deps): bump technote-space/get-diff-action from 6.0.1 to 6.1.0 (cosmos#1560)
- 5467300 docs: ics29 middleware usage for app devs (cosmos#1567)
- 8ffa912 chore: allow ics27 to select and return default JSON encoded metadata (cosmos#1550)
- dbd0f77 chore: ics29 fee payee event emission (cosmos#1568)
- 71d7480 refactor: writing test case for module account incentivizing packet (cosmos#1397)
- 22a51ec build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 (cosmos#1559)
- 44ca48d add new release lines to dropdown menu (cosmos#1552)
- b9f3d95 add migration of v3 to v4 to docs site (cosmos#1548)
- 6c034bc add migration for base denoms with slashes to docs site (cosmos#1544)
- 9680cb9 feat: implement registered payee fee distribution (cosmos#1526)
- 1be4519 docs: overview of fee middleware (cosmos#1549)
- 681a558 build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.4 to 0.45.5 (cosmos#1525)
- 223f9d2 chore: update changelog, versions for docs site and stable release table (cosmos#1541)
- a71fc10 refactor: rename CounterpartyAddress query to CounterpartyPayee (cosmos#1522)
- 0252bfb refactor: rename genesis type RegisteredRelayer to RegisteredCounterpartyPayee (cosmos#1514)
- 2824717 docs: update ICA auth module section about RegisterInterchainAccount (cosmos#1516)
- c04adf3 replace reflect.DeepEqual with custom comparison function because DeepEqual might not be deterministic
- 1efe10f build(deps): bump docker/build-push-action from 2.5.0 to 3 (cosmos#1539)
- de49b9a build(deps): bump docker/login-action from 1.10.0 to 2 (cosmos#1540)
- b8b0787 build(deps): bump docker/metadata-action from 3.3.0 to 4.0.1 (cosmos#1538)
- 3a235af fix to correctly parse denoms with slashes in the base denom (cosmos#1451)
- dab07f9 refactor: rename RegisterCounterpartyAddress rpc to RegisterCounterpartyPayee (cosmos#1513)
- ead32f6 Build simd images as part of the release process (cosmos#1533)
- 11297aa Skip distribution if refund fails to send on channel closure (cosmos#1523)
- 1370784 Update adr-026-ibc-client-recovery-mechanisms.md
- da232b8 changed gRPC web route to consensus_state/{client_id}/heights (cosmos#1517)
- 5e5e2cd fix: deprecate AllowUpdateAfter...check (cosmos#1511)
- 08d91ad feat: added check for wildcard * to allow all message types (cosmos#1512)
- 2c76973 feat: adding Payee grpc query and CLI (cosmos#1493)
- 187772b fix typo
- 57aa5ec feat: adding RegisteredPayees to ics29 genesis state (cosmos#1492)
- 040f2ea feat: adding RegisterPayee rpc to ics29 fee middleware (cosmos#1491)
- 7999001 test: adding fee middleware tests for ics27 interchain accounts (cosmos#1433)
- 15a3280 feat: adding fee middleware support to ics27 interchain accounts (cosmos#1432)
- 042d818 chore: Add consensus state heights query (cosmos#1336)
- b2ca193 Emit an event to indicate a successful acknowledgement in the ICA module (cosmos#1466)
- ba83e70 build(deps): bump goreleaser/goreleaser-action from 2 to 3 (cosmos#1415)
- fe8e456 build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (cosmos#1494)
- 97e6b38 Add simd Dockerfile (cosmos#1485)
- 46f5eee build(deps): bump google.golang.org/grpc from 1.46.2 to 1.47.0 (cosmos#1481)
- 2566569 build(deps): bump github.com/armon/go-metrics from 0.3.11 to 0.4.0 (cosmos#1441)
- e193365 fix typo (cosmos#1434)
- b9a9502 fix typo in comment (cosmos#1435)
- 7484dbd Fix typo (cosmos#1468)
- 9ed5ca4 Emit channel close event on ordered channel close (cosmos#1464)
- 899f791 Adding gRPC query for escrow address (cosmos#1416)
- 373e1e6 refactor of rest urls (cosmos#1431)
- 8062d01 add actual parameter example to denom-trace and denom-hash CLI queries (cosmos#1442)
- f12f841 build(deps): bump github.com/spf13/viper from 1.11.0 to 1.12.0 (cosmos#1448)
- 25767f6 fix: ica controller middleware error typo (cosmos#1419)
- 1acb3cc fix path (cosmos#1406)
- bd0adfb add section for fee code owners (cosmos#1405)
- 374875d add new team member to global code owners (cosmos#1404)
- 846306f add swagger for fee (cosmos#1403)
- b57e6dd fix: cli params ordering ics29 (cosmos#1353)
- fb28767 Merge pull request cosmos#1428 from chatton/fix-code-ql-and-check-docs-gh-actions
- 3a53fea Merge branch 'main' into fix-code-ql-and-check-docs-gh-actions
- 1ebaf3e chore: Specifying build command for the CodeQL action
- ba8c872 chore: Fixing github action workflows
- 661b3d9 Update CHANGELOG.md
- abd577e fumpt (cosmos#1335)
- 79ddb9d chore: mini nits from ics29 audit (cosmos#1348)
- 7e3df22 Merge pull request cosmos#1414 from chatton/issue#996-add-sender-to-fungible-token-packet-events
- 46d73a0 Update CHANGELOG.md
- d8be3d0 Update CHANGELOG.md
- c809c51 chore: Updated CHANGELOG.md
- f05a7cf Add Sender to funginble_token_packet events
- bf444a6 add swagger for interchain accounts (cosmos#1402)
- 2ae4f10 refactor: emit cumulative fees when incentivizing a packet multiple times (cosmos#1391)
- b7b4400 Return error if fee module is locked before distributing fees on acknowledgement and timeout (cosmos#1340)
- 2709c24 override default docsBranch (cosmos#1355)
- 21021d0 build(deps): bump google.golang.org/grpc from 1.46.0 to 1.46.2 (cosmos#1358)
- 3b31a4b build(deps): bump github.com/spf13/cast from 1.4.1 to 1.5.0 (cosmos#1350)
- 5d83421 check fee module locked and enable fee before refunding all fees (cosmos#1341)
- 9f70a07 refactor: adding check if channel exists before register counterparty (cosmos#1339)
- ...
v0.0.1
Changelog
- 78ac81a Merge pull request #10 from decipherhub/feature/seperate-crosschainquery-proto
- b9c97dd refactor: remove height pointer
- c6a3c59 refactor: remove height pointer
- e09daae feat: add IBCQueryResultPacketData
- f5067ec separate crosschainquery proto
- 242be66 merge with ibc-query
- ac8c175 implement cli and add proof in packet data
- 333a3f4 Merge pull request #9 from decipherhub/feature/Add-packet-data-type
- 6bd40ed refactor: Add proof field to query response
- faeb1a5 feature: Add packet data type
- ce4e210 Merge pull request #8 from decipherhub/feature/add-CrossChainQuery-type
- 2b49687 Merge branch 'feature/add-CrossChainQuery-type' of https://github.com/decipherhub/ibc-go into ibc-query
- a44c850 feat: remove MsgSubmitCrossChainQueryResult in proto
- 5fd9e9d feat: implement OnRecvPacket
- 93b5aa8 feat: add CrossChainQuery type
- 0436b84 Merge pull request #7 from decipherhub/feature/user-submit-query
- 811e86a chore: Change name and remove unused code
- 465eed2 refactor: Add source port, channel
- c0f4231 style: Reformat code
- dab5504 feature: Add types
- 06ad901 test: Add simple test for query
- fd164f5 feature: Add functions for connection
- b2f860d refactor: Update genesis state
- d39f5bc impl: relay for ibc-query
- d7ed275 refactor: add scopedKeeper init
- f93ed9a refactor: change user args
- 716bcb2 chore: code cleanup
- e72adbf cheange response params
- 6e1c75b refactor keeper function
- 46b0cdb add test
- 01e9ad3 fix error
- 7d6c51d user transaction process
- a4aa045 add events
- 020c60e add error
- 913c522 add keeper function
- bacad54 add cli
- ca1b8fc refactor keeper function
- 37977d9 add test
- 952d8a3 fix error
- f0ff305 fix error
- 16fbd89 user transaction process
- c87dbdd add events
- 055bb75 add error
- 0e20252 add keeper function
- 247fd7b add cli
- 91d1673 impl: SubmitCrossChainQuery()
- d98a624 Merge pull request #6 from decipherhub/feature/set-testing
- d0f6ff8 add sample test
- 832d66c add comments
- 44c18d5 delete sample testcase
- 1386180 Add ibc-query module to testing SimApp
- 472ea83 init: ibc-query skeleton code
- 74ed532 Extracting e2e tests into two separate workflows (cosmos#1719)
- 95cd1c5 fix typo
- c96fe92 put back module name in event (cosmos#1681)
- 0fd5656 Separate go mod for e2e (E2E #4) (cosmos#1701)
- 81d10d4 Add E2ETestSuite Type (E2E #3) (cosmos#1650)
- b0b1810 Adding github action to run goimports (cosmos#1673)
- 419c3c4 docs: update middleware documentation (cosmos#1639)
- e8dd1a8 build(deps): bump google.golang.org/grpc from 1.47.0 to 1.48.0 (cosmos#1699)
- b9e35eb fix codeowners for 02-client (cosmos#1696)
- da45cad update bug report issue template (cosmos#1693)
- 1e6af48 remove spurious
TestABCICodeDeterminism
tests (cosmos#1695) - ef4eaf9 (core/23-commitment/types) doc: fix typo (cosmos#1694)
- 9aab42d refactor: remove crossing hellos from 03-connection (cosmos#1672)
- c449d85 docs: update roadmap (cosmos#1678)
- 7370a8b Remove crossings hello (cosmos#1317)
- 6d1fa91 Add GitHub actions for e2e tests (E2E #2) (cosmos#1646)
- 527a11a Script to dynamically generate list of e2e tests (E2E #1) (cosmos#1644)
- 7d18182 update mergify.yml with new release branches (cosmos#1654)
- e049649 build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.5 to 0.45.6 (cosmos#1615)
- 6c4a442 delete unused 04-channel version functions (cosmos#1636)
- ea64db7 add backport to v4.0.x and remove backports to v1 (EoL) (cosmos#1629)
- 7d971ec deps: bumping go version 1.18 (cosmos#1627)
- 48a6ae5 chore: bump go package version to v4 (cosmos#1564)
- d170a41 build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (cosmos#1616)
- ecf3543 follow up nits to cosmos#1565 (cosmos#1598)
- f283d12 docs: adding line about module accounts / invariants (cosmos#1597)
- b40dbc6 Consolidate usage of NewErrorAcknowledgement (cosmos#1565)
- 41282c7 docs: add upgrade client proposal event (cosmos#1596)
- 84792ba docs: document that version string can be empty as argument of RegisterInterchainAccount (cosmos#1582)
- 0479198 docs: nits (cosmos#1595)
- 8422d0c feat: emitting an event when handling a client upgrade proposal (cosmos#1570)
- 83ca736 docs: adding End Users section to ics29 docs (cosmos#1579)
- 36a3382 docs: adding events to fee middleware docs (cosmos#1578)
- 3b5db68 chore: adding module name to incentivized packet events (cosmos#1580)
- 1d94aad docs: msg types for fee middleware (cosmos#1572)
- 8be6a10 docs: payee registration and fee distribution for relayer operators (cosmos#1577)
- b2cd6e8 Revert "docs: document that version string can be empty as argument of RegisterInterchainAccount"
- 33afe10 docs: document that version string can be empty as argument of RegisterInterchainAccount
- e7d5bda build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (cosmos#1575)
- 20ffa6f adding team members to 02-client and light-clients code owners (cosmos#1563)
- d8130c3 fix typo in parameter name of
NewDefaultMetadata
(cosmos#1573) - a7d6090 docs: move ics20 docs from spec to top level docs (cosmos#1554)
- 9dc3492 build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.4 (cosmos#1561)
- c9cd8f9 build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (cosmos#1562)
- 6ff5300 build(deps): bump technote-space/get-diff-action from 6.0.1 to 6.1.0 (cosmos#1560)
- 5467300 docs: ics29 middleware usage for app devs (cosmos#1567)
- 8ffa912 chore: allow ics27 to select and return default JSON encoded metadata (cosmos#1550)
- dbd0f77 chore: ics29 fee payee event emission (cosmos#1568)
- 71d7480 refactor: writing test case for module account incentivizing packet (cosmos#1397)
- 22a51ec build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 (cosmos#1559)
- 44ca48d add new release lines to dropdown menu (cosmos#1552)
- b9f3d95 add migration of v3 to v4 to docs site (cosmos#1548)
- 6c034bc add migration for base denoms with slashes to docs site (cosmos#1544)
- 9680cb9 feat: implement registered payee fee distribution (cosmos#1526)
- 1be4519 docs: overview of fee middleware (cosmos#1549)
- 681a558 build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.4 to 0.45.5 (cosmos#1525)
- 223f9d2 chore: update changelog, versions for docs site and stable release table (cosmos#1541)
- a71fc10 refactor: rename CounterpartyAddress query to CounterpartyPayee (cosmos#1522)
- 0252bfb refactor: rename genesis type RegisteredRelayer to RegisteredCounterpartyPayee (cosmos#1514)
- 2824717 docs: update ICA auth module section about RegisterInterchainAccount (cosmos#1516)
- c04adf3 replace reflect.DeepEqual with custom comparison function because DeepEqual might not be deterministic
- 1efe10f build(deps): bump docker/build-push-action from 2.5.0 to 3 (cosmos#1539)
- de49b9a build(deps): bump docker/login-action from 1.10.0 to 2 (cosmos#1540)
- b8b0787 build(deps): bump docker/metadata-action from 3.3.0 to 4.0.1 (cosmos#1538)
- 3a235af fix to correctly parse denoms with slashes in the base denom (cosmos#1451)
- dab07f9 refactor: rename RegisterCounterpartyAddress rpc to RegisterCounterpartyPayee (cosmos#1513)
- ead32f6 Build simd images as part of the release process (cosmos#1533)
- 11297aa Skip distribution if refund fails to send on channel closure (cosmos#1523)
- 1370784 Update adr-026-ibc-client-recovery-mechanisms.md
- da232b8 changed gRPC web route to consensus_state/{client_id}/heights (cosmos#1517)
- 5e5e2cd fix: deprecate AllowUpdateAfter...check (cosmos#1511)
- 08d91ad feat: added check for wildcard * to allow all message types (cosmos#1512)
- 2c76973 feat: adding Payee grpc query and CLI (cosmos#1493)
- 187772b fix typo
- 57aa5ec feat: adding RegisteredPayees to ics29 genesis state (cosmos#1492)
- 040f2ea feat: adding RegisterPayee rpc to ics29 fee middleware (cosmos#1491)
- 7999001 test: adding fee middleware tests for ics27 interchain accounts (cosmos#1433)
- 15a3280 feat: adding fee middleware support to ics27 interchain accounts (cosmos#1432)
- 042d818 chore: Add consensus state heights query (cosmos#1336)
- b2ca193 Emit an event to indicate a successful acknowledgement in the ICA module (cosmos#1466)
- ba83e70 build(deps): bump goreleaser/goreleaser-action from 2 to 3 (cosmos#1415)
- fe8e456 build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (cosmos#1494)
- 97e6b38 Add simd Dockerfile (cosmos#1485)
- 46f5eee build(deps): bump google.golang.org/grpc from 1.46.2 to 1.47.0 (cosmos#1481)
- 2566569 build(deps): bump github.com/armon/go-metrics from 0.3.11 to 0.4.0 (cosmos#1441)
- e193365 fix typo (cosmos#1434)
- b9a9502 fix typo in comment (cosmos#1435)
- 7484dbd Fix typo (cosmos#1468)
- 9ed5ca4 Emit channel close event on ordered channel close (cosmos#1464)
- 899f791 Adding gRPC query for escrow address (cosmos#1416)
- 373e1e6 refactor of rest urls (cosmos#1431)
- 8062d01 add actual parameter example to denom-trace and denom-hash CLI queries (cosmos#1442)
- f12f841 build(deps): bump github.com/spf13/viper from 1.11.0 to 1.12.0 (cosmos#1448)
- 25767f6 fix: ica controller middleware error typo (cosmos#1419)
- 1acb3cc fix path (cosmos#1406)
- bd0adfb add section for fee code owners (cosmos#1405)
- 374875d add new team member to global code owners (cosmos#1404)
- 846306f add swagger for fee (cosmos#1403)
- b57e6dd fix: cli params ordering ics29 (cosmos#1353)
- fb28767 Merge pull request cosmos#1428 from chatton/fix-code-ql-and-check-docs-gh-actions
- 3a53fea Merge branch 'main' into fix-code-ql-and-check-docs-gh-actions
- 1ebaf3e chore: Specifying build command for the CodeQL action
- ba8c872 chore: Fixing github action workflows
- 661b3d9 Update CHANGELOG.md
- abd577e fumpt (cosmos#1335)
- 79ddb9d chore: mini nits from ics29 audit (cosmos#1348)
- 7e3df22 Merge pull request cosmos#1414 from chatton/issue#996-add-sender-to-fungible-token-packet-events
- 46d73a0 Update CHANGELOG.md
- d8be3d0 Update CHANGELOG.md
- c809c51 chore: Updated CHANGELOG.md
- f05a7cf Add Sender to funginble_token_packet events
- bf444a6 add swagger for interchain accounts (cosmos#1402)
- 2ae4f10 refactor: emit cumulative fees when incentivizing a packet multiple times (cosmos#1391)
- b7b4400 Return error if fee module is locked before distributing fees on acknowledgement and timeout (cosmos#1340)
- 2709c24 override default docsBranch (cosmos#1355)
- 21021d0 build(deps): bump google.golang.org/grpc from 1.46.0 to 1.46.2 (cosmos#1358)
- 3b31a4b build(deps): bump github.com/spf13/cast from 1.4.1 to 1.5.0 (cosmos#1350)
- 5d83421 check fee module locked and enable fee before refunding all fees (cosmos#1341)
- 9f70a07 refactor: adding check if channel exists before register counterparty (cosmos#1339)
- ...