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
* (transfer) [\#1342](https://github.com/cosmos/ibc-go/pull/1342)`DenomTrace` grpc now takes in either an `ibc denom` or a `hash` instead of only accepting a `hash`.
49
50
* (modules/core/04-channel) [\#1160](https://github.com/cosmos/ibc-go/pull/1160) Improve `uint64 -> string` performance in `Logger`.
50
51
* (modules/core/04-channel) [\#1279](https://github.com/cosmos/ibc-go/pull/1279) Add selected channel version to MsgChanOpenInitResponse and MsgChanOpenTryResponse. Emit channel version during OpenInit/OpenTry
51
52
* (modules/core/keeper) [\#1284](https://github.com/cosmos/ibc-go/pull/1284) Add sanity check for the keepers passed into `ibckeeper.NewKeeper`. `ibckeeper.NewKeeper` now panics if any of the keepers passed in is empty.
No genesis or in-place migrations required when upgrading from v1 or v2 of ibc-go.
18
+
19
+
## Chains
20
+
21
+
### IS04 - Channel
22
+
23
+
The `WriteAcknowledgement` API now takes the `exported.Acknowledgement` type instead of passing in the acknowledgement byte array directly.
24
+
This is an API breaking change and as such IBC application developers will have to update any calls to `WriteAcknowledgement`.
25
+
26
+
The `OnChanOpenInit` application callback has been modified.
27
+
The return signature now includes the application version as detailed in the latest IBC [spec changes](https://github.com/cosmos/ibc/pull/629).
28
+
29
+
## Relayers
30
+
31
+
When using the `DenomTrace` gRPC, the full IBC denomination with the `ibc/` prefix may now be passed in.
0 commit comments