This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
update ibc-rs
and cosmwasm
deps
#219
Annotations
2 errors
use of deprecated function `cosmwasm_std::testing::mock_info`: This is inconvenient and unsafe. Use message_info instead.:
clients/sov-celestia/cw-contract/src/tests/fixture.rs#L212
error: use of deprecated function `cosmwasm_std::testing::mock_info`: This is inconvenient and unsafe. Use message_info instead.
--> clients/sov-celestia/cw-contract/src/tests/fixture.rs:212:5
|
212 | mock_info("creator", &coins(1000, "ibc"))
| ^^^^^^^^^
|
use of deprecated function `cosmwasm_std::testing::mock_info`: This is inconvenient and unsafe. Use message_info instead.:
clients/sov-celestia/cw-contract/src/tests/fixture.rs#L4
error: use of deprecated function `cosmwasm_std::testing::mock_info`: This is inconvenient and unsafe. Use message_info instead.
--> clients/sov-celestia/cw-contract/src/tests/fixture.rs:4:39
|
4 | use cosmwasm_std::testing::{mock_env, mock_info};
| ^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
|