Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async Acknowledgement #2130

Merged
merged 12 commits into from
Jun 13, 2024
Prev Previous commit
Add changelog entry
  • Loading branch information
chipshort committed Jun 12, 2024
commit e1be5350bbdc376401cfc65bcc61e82c4716adbf
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ and this project adheres to
- cosmwasm-std: Add `TransferMsgBuilder` to more easily create an
`IbcMsg::Transfer` with different kinds of memo values, including IBC
Callbacks memo values. ([#2167])
- cosmwasm-std: Add `IbcMsg::WriteAcknowledgement` for async IBC
acknowledgements ([#2130])

[#1983]: https://github.com/CosmWasm/cosmwasm/pull/1983
[#2025]: https://github.com/CosmWasm/cosmwasm/pull/2025
Expand All @@ -69,6 +71,7 @@ and this project adheres to
[#2120]: https://github.com/CosmWasm/cosmwasm/pull/2120
[#2124]: https://github.com/CosmWasm/cosmwasm/pull/2124
[#2129]: https://github.com/CosmWasm/cosmwasm/pull/2129
[#2130]: https://github.com/CosmWasm/cosmwasm/pull/2130
[#2166]: https://github.com/CosmWasm/cosmwasm/pull/2166
[#2167]: https://github.com/CosmWasm/cosmwasm/pull/2167

Expand Down