Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

update ibc-rs and cosmwasm deps #219

update ibc-rs and cosmwasm deps

update ibc-rs and cosmwasm deps #219

Triggered via pull request June 7, 2024 08:38
Status Success
Total duration 3m 58s
Artifacts

cw-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)]`