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 74f2680 commit 40ec41dCopy full SHA for 40ec41d
CHANGELOG.md
@@ -16,6 +16,8 @@ and this project adheres to
16
- cosmwasm-std: Implement `Uint128::from_{be,le}_bytes` and
17
`Uint64::from_{be,le}_bytes`. ([#2269])
18
- cosmwasm-std: Added new `EurekaMsg` and `CosmosMsg::Eureka` variant ([#2340])
19
+- cosmwasm-std: Implement downcasting for `Api` trait. This allows using
20
+ `MockApi::addr_make` from `DepsMut`. ([#2383])
21
22
## Changed
23
@@ -45,6 +47,7 @@ and this project adheres to
45
47
[#2344]: https://github.com/CosmWasm/cosmwasm/pull/2344
46
48
[#2374]: https://github.com/CosmWasm/cosmwasm/issues/2374
49
[#2378]: https://github.com/CosmWasm/cosmwasm/issues/2378
50
+[#2383]: https://github.com/CosmWasm/cosmwasm/issues/2383
51
52
## [2.2.0] - 2024-12-17
53
0 commit comments