Skip to content

Commit 520004e

Browse files
authored
Merge pull request #2457 from CosmWasm/co/downcast_api
Remove downcast-rs
2 parents 8985e54 + c8e9314 commit 520004e

File tree

20 files changed

+4
-132
lines changed

20 files changed

+4
-132
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ and this project adheres to
1515
`From<Int128> for i128` ([#2268])
1616
- cosmwasm-std: Implement `Uint128::from_{be,le}_bytes` and
1717
`Uint64::from_{be,le}_bytes`. ([#2269])
18-
- cosmwasm-std: Added new `Ibc2Msg` and `CosmosMsg::Ibc2` variant ([#2390],
19-
[#2403])
20-
- cosmwasm-std: Implement downcasting for `Api` trait. This allows using
21-
`MockApi::addr_make` from `DepsMut`. ([#2383])
18+
- cosmwasm-std: Added new `Ibc2Msg` and `CosmosMsg::Ibc2` variant ([#2340],
19+
[#2390], [#2403])
2220
- cosmwasm-std: Added `ibc2_port` to `ContractInfoResponse`. ([#2390], [#2403])
2321
- cosmwasm-vm: Added `ibc2_packet_receive` entrypoint ([#2403])
2422
- cosmwasm-vm: Add IBC Callbacks entrypoints to the `Entrypoints` enum.
@@ -91,7 +89,6 @@ and this project adheres to
9189
[#2367]: https://github.com/CosmWasm/cosmwasm/issues/2367
9290
[#2374]: https://github.com/CosmWasm/cosmwasm/issues/2374
9391
[#2378]: https://github.com/CosmWasm/cosmwasm/issues/2378
94-
[#2383]: https://github.com/CosmWasm/cosmwasm/issues/2383
9592
[#2390]: https://github.com/CosmWasm/cosmwasm/issues/2390
9693
[#2393]: https://github.com/CosmWasm/cosmwasm/issues/2393
9794
[#2399]: https://github.com/CosmWasm/cosmwasm/pull/2399

Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/burner/Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/crypto-verify/Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/cyberpunk/Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/empty/Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/floaty/Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/hackatom/Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/ibc-callbacks/Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/ibc-reflect-send/Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)