Update Union Testnet 9 Endpoints (#531) #16
coverage.yml
on: push
ubuntu / stable / coverage
17m 53s
Annotations
1 error and 1 warning
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 / coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|