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.
2 parents 66c3370 + 4374ccd commit 0230bbbCopy full SHA for 0230bbb
CHANGELOG.md
@@ -46,9 +46,13 @@ and this project adheres to
46
- cosmwasm-vm: Let `mock_env` return a contract address that is valid bech32 and
47
uses the same bech32 prefix as `MockApi`; Change `MOCK_CONTRACT_ADDR` value to
48
match the contract address from `mock_env`. ([#2211])
49
+- cosmwasm-std: Deprecate `BankQuery::AllBalances` and `IbcQuery::ListChannels`.
50
+ Both are inherently problematic to use because the returned entries are
51
+ unbounded. ([#2247])
52
53
[#2118]: https://github.com/CosmWasm/cosmwasm/pull/2118
54
[#2211]: https://github.com/CosmWasm/cosmwasm/issues/2211
55
+[#2247]: https://github.com/CosmWasm/cosmwasm/pull/2247
56
57
## [2.1.3] - 2024-08-08
58
0 commit comments