You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We added support in 2.2 for IBC Fees in the form of IbcMsg::PayPacketFee, IbcMsg::PayPacketFeeAsync and IbcQuery::FeeEnabledChannel. Since then, support in ibc-go has been removed and consequently support in wasmd had to be removed too.
So, only wasmd 0.54 supports this and I doubt any chain will upgrade their channels to enable IBC Fees, so we might as well remove the query / messages from cosmwasm-std in 3.0
The text was updated successfully, but these errors were encountered:
We added support in 2.2 for IBC Fees in the form of
IbcMsg::PayPacketFee
,IbcMsg::PayPacketFeeAsync
andIbcQuery::FeeEnabledChannel
. Since then, support in ibc-go has been removed and consequently support in wasmd had to be removed too.So, only wasmd 0.54 supports this and I doubt any chain will upgrade their channels to enable IBC Fees, so we might as well remove the query / messages from cosmwasm-std in 3.0
The text was updated successfully, but these errors were encountered: