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 afa1c45 commit 2485b75Copy full SHA for 2485b75
CHANGELOG.md
@@ -14,8 +14,12 @@ and this project adheres to
14
These functions are meant to be used similarly to their JSON counterparts.
15
[MessagePack](https://msgpack.org) is a more compact, binary encoding.
16
([#2118])
17
+- cosmwasm-std: Add `IbcMsg::{PayPacketFee, PayPacketFeeAsync}` and
18
+ `IbcQuery::FeeEnabledChannel` to allow contracts to incentivize IBC packets
19
+ using IBC Fees. ([#2196])
20
21
[#2118]: https://github.com/CosmWasm/cosmwasm/pull/2118
22
+[#2196]: https://github.com/CosmWasm/cosmwasm/pull/2196
23
24
### Changed
25
0 commit comments