File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ and this project adheres to
48
48
` ibc_source_callback ` and ` ibc_destination_callback ` , as well as the
49
49
` IbcCallbackRequest ` type. ([ #2025 ] )
50
50
- cosmwasm-vm: Add support for the two new IBC Callbacks entrypoints. ([ #2025 ] )
51
+ - cosmwasm-std: Add ` TransferMsgBuilder ` to more easily create an
52
+ ` IbcMsg::Transfer ` with different kinds of memo values, including IBC
53
+ Callbacks memo values. ([ #2167 ] )
51
54
52
55
[ #1983 ] : https://github.com/CosmWasm/cosmwasm/pull/1983
53
56
[ #2025 ] : https://github.com/CosmWasm/cosmwasm/pull/2025
@@ -64,6 +67,7 @@ and this project adheres to
64
67
[ #2124 ] : https://github.com/CosmWasm/cosmwasm/pull/2124
65
68
[ #2129 ] : https://github.com/CosmWasm/cosmwasm/pull/2129
66
69
[ #2166 ] : https://github.com/CosmWasm/cosmwasm/pull/2166
70
+ [ #2167 ] : https://github.com/CosmWasm/cosmwasm/pull/2167
67
71
68
72
### Changed
69
73
You can’t perform that action at this time.
0 commit comments