Skip to content

Add XION_TESTNET_2 #2274

Add XION_TESTNET_2

Add XION_TESTNET_2 #2274

Triggered via pull request February 15, 2025 19:07
Status Success
Total duration 14m 43s
Artifacts

test.yml

on: pull_request
Matrix: doc-tests / stable
Matrix: network
Matrix: required
Fit to window
Zoom out
Zoom in

Annotations

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