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`.
54
55
* (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.
55
56
* (middleware) [\#1022](https://github.com/cosmos/ibc-go/pull/1022) Add `GetAppVersion` to the ICS4Wrapper interface. This function should be used by IBC applications to obtain their own version since the version set in the channel structure may be wrapped many times by middleware.
56
57
* (modules/core/04-channel) [\#1160](https://github.com/cosmos/ibc-go/pull/1160) Improve `uint64 -> string` performance in `Logger`.
Copy file name to clipboardexpand all lines: docs/migrations/v3-to-v4.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -26,5 +26,6 @@ This is an API breaking change and as such IBC application developers will have
26
26
The `OnChanOpenInit` application callback has been modified.
27
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
28
29
+
## Relayers
29
30
30
-
31
+
When using the `DenomTrace` gRPC, the full IBC denomination with the `ibc/` prefix may now be passed in.
0 commit comments