assume_http2 on grpc (#534) #2256
check.yml
on: push
stable / fmt
2m 5s
nightly / doc
8m 4s
ubuntu / stable / features
17m 6s
build-artifacts
1m 31s
Matrix: clippy
Matrix: msrv
Annotations
6 errors and 7 warnings
ubuntu / 1.78.0
Process completed with exit code 101.
|
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)]`
|
beta / clippy
Clippy had exited with the 101 exit code
|
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)]`
|
stable / clippy
Clippy had exited with the 101 exit code
|
ubuntu / 1.78.0
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
beta / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-artifacts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nightly / doc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ubuntu / stable / features
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|