We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af26f31 commit e91b17eCopy full SHA for e91b17e
CHANGELOG.md
@@ -35,6 +35,8 @@ and this project adheres to
35
([#2480])
36
- cosmwasm-std: Add `WasmQuery::RawRange` query to allow querying raw storage
37
ranges of different contracts. ([#2471])
38
+- cosmwasm-std: Add `transfer` field to `IbcDestinationCallbackMsg`, providing
39
+ an easier way to handle an IBC transfer in a destination callback. ([#2484])
40
41
## Changed
42
@@ -138,6 +140,7 @@ and this project adheres to
138
140
[#2477]: https://github.com/CosmWasm/cosmwasm/pull/2477
139
141
[#2479]: https://github.com/CosmWasm/cosmwasm/pull/2479
142
[#2480]: https://github.com/CosmWasm/cosmwasm/pull/2480
143
+[#2484]: https://github.com/CosmWasm/cosmwasm/pull/2484
144
145
## [2.2.0] - 2024-12-17
146
0 commit comments