You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: emitting an event when handling a client upgrade proposal (backport #1570) (#1766)
* feat: emitting an event when handling a client upgrade proposal (#1570)
* feat: emitting an event when handling a client upgrade proposal
* refactor: only emit event if err is nil
* refactor: idiotmatic go:
(cherry picked from commit 8422d0c)
# Conflicts:
# CHANGELOG.md
# modules/core/02-client/keeper/events.go
* fix conflicts
* add new line
* remove unused import
Co-authored-by: Sean King <seantking@users.noreply.github.com>
Co-authored-by: crodriguezvega <carlos@interchain.io>
* (core/02-client) [\#1570](https://github.com/cosmos/ibc-go/pull/1570) Emitting an event when handling an upgrade client proposal.
50
51
* (app/20-transfer) [\#1680](https://github.com/cosmos/ibc-go/pull/1680) Adds migration to correct any malformed trace path information of tokens with denoms that contains slashes. The transfer module consensus version has been bumped to 2.
51
52
* (app/20-transfer) [\#1730](https://github.com/cosmos/ibc-go/pull/1730) parse the ics20 denomination provided via a packet using the channel identifier format specified by ibc-go.
0 commit comments