Tokenfactory cw-multi-test update #2261
test.yml
on: pull_request
Matrix: doc-tests / stable
Matrix: network
Matrix: required
Annotations
4 errors and 4 warnings
useless conversion to the same type: `error::CwEnvError`:
packages/cw-orch-core/src/contract/interface_traits.rs#L358
error: useless conversion to the same type: `error::CwEnvError`
--> packages/cw-orch-core/src/contract/interface_traits.rs:358:29
|
358 | .transpose()
| _____________________________^
| |_____________________________|
359 | || .map_err(Into::into)
| ||____________________________________^
360 | | }
| |_________- help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
useless conversion to the same type: `error::CwEnvError`:
packages/cw-orch-core/src/contract/interface_traits.rs#L308
error: useless conversion to the same type: `error::CwEnvError`
--> packages/cw-orch-core/src/contract/interface_traits.rs:308:44
|
308 | Some(self.upload()).transpose().map_err(Into::into)
| ____________________________________________-^^^^^^^^^^^^^^^^^^^
309 | | }
| |________- help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `-D clippy::useless-conversion` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::useless_conversion)]`
|
use of deprecated method `cosmwasm_std::QuerierWrapper::<'a, C>::query_all_balances`:
packages/cw-orch-mock/src/queriers/bank.rs#L50
error: use of deprecated method `cosmwasm_std::QuerierWrapper::<'a, C>::query_all_balances`
--> packages/cw-orch-mock/src/queriers/bank.rs:50:51
|
50 | let amount = self.app.borrow().wrap().query_all_balances(address)?;
| ^^^^^^^^^^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
|
ubuntu / stable
Process completed with exit code 101.
|
ubuntu / stable / network-config
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ubuntu / stable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
doc-tests / stable (beta)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
doc-tests / stable (stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|