@@ -21,6 +21,9 @@ and this project adheres to
21
21
- cosmwasm-vm: Added ` ibc2_packet_receive ` entrypoint ([ #2403 ] )
22
22
- cosmwasm-vm: Add IBC Callbacks entrypoints to the ` Entrypoints ` enum.
23
23
([ #2438 ] )
24
+ - cosmwasm-std: Add ` WriteAcknowledgement ` to ` Ibc2Msg ` - ([ #2425 ] )
25
+ - cosmwasm-vm: Add ` ibc2_packet_timeout ` entrypoint - ([ #2454 ] )
26
+ - cosmwasm-std: Add ` Ibc2PacketTimeoutMsg ` message - ([ #2454 ] )
24
27
25
28
## Changed
26
29
@@ -66,6 +69,7 @@ and this project adheres to
66
69
- cosmwasm-crypto: Upgrade ark-\* dependencies to 0.5.0. ([ #2432 ] )
67
70
- cosmwasm-std: Remove support for ` BankQuery::AllBalances ` and
68
71
` query_all_balances ` . ([ #2433 ] )
72
+ - cosmwasm-std: source_client instead of channel_id in IBCv2 - ([ #2450 ] )
69
73
70
74
## Fixed
71
75
@@ -96,9 +100,12 @@ and this project adheres to
96
100
[ #2399 ] : https://github.com/CosmWasm/cosmwasm/pull/2399
97
101
[ #2403 ] : https://github.com/CosmWasm/cosmwasm/pull/2403
98
102
[ #2417 ] : https://github.com/CosmWasm/cosmwasm/pull/2417
103
+ [ #2425 ] : https://github.com/CosmWasm/cosmwasm/pull/2425
99
104
[ #2432 ] : https://github.com/CosmWasm/cosmwasm/pull/2432
100
105
[ #2433 ] : https://github.com/CosmWasm/cosmwasm/pull/2433
101
106
[ #2438 ] : https://github.com/CosmWasm/cosmwasm/pull/2438
107
+ [ #2450 ] : https://github.com/CosmWasm/cosmwasm/pull/2450
108
+ [ #2454 ] : https://github.com/CosmWasm/cosmwasm/pull/2454
102
109
[ #2458 ] : https://github.com/CosmWasm/cosmwasm/pull/2458
103
110
104
111
## [ 2.2.0] - 2024-12-17
0 commit comments