Skip to content

ci(esplora): fix wasm cargo check by setting workspace resolver to ve…

Sign in for the full log view
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / clippy failed Sep 14, 2023 in 0s

clippy

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.67.0 (fc594f156 2023-01-24)
  • cargo 1.67.0 (8ecd4f20a 2023-01-10)
  • clippy 0.1.67 (fc594f1 2023-01-24)

Annotations

Check failure on line 101 in crates/esplora/tests/blocking_ext.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no method named `update_tx_graph_without_keychain` found for struct `esplora_client::BlockingClient` in the current scope

error[E0599]: no method named `update_tx_graph_without_keychain` found for struct `esplora_client::BlockingClient` in the current scope
   --> crates/esplora/tests/blocking_ext.rs:101:35
    |
101 |     let graph_update = env.client.update_tx_graph_without_keychain(
    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `esplora_client::BlockingClient`

Check failure on line 1 in crates/esplora/tests/blocking_ext.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `bdk_esplora::EsploraExt`

error: unused import: `bdk_esplora::EsploraExt`
 --> crates/esplora/tests/blocking_ext.rs:1:5
  |
1 | use bdk_esplora::EsploraExt;
  |     ^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `-D unused-imports` implied by `-D warnings`