Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Move Sovereign-specific code from Hermes SDK repository #56

Move Sovereign-specific code from Hermes SDK repository

Move Sovereign-specific code from Hermes SDK repository #56

Triggered via pull request June 21, 2024 06:20
Status Success
Total duration 2m 21s
Artifacts

code-quality.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
unused import: `hermes_test_components::chain::traits::queries::balance::CanQueryBalance`: crates/relayer/sovereign-integration-tests/tests/cosmos_to_sovereign.rs#L30
error: unused import: `hermes_test_components::chain::traits::queries::balance::CanQueryBalance` --> crates/relayer/sovereign-integration-tests/tests/cosmos_to_sovereign.rs:30:5 | 30 | use hermes_test_components::chain::traits::queries::balance::CanQueryBalance; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
failed to resolve: use of undeclared crate or module `hermes_cosmos_wasm_relayer`: crates/relayer/sovereign-integration-tests/tests/cosmos_to_sovereign.rs#L16
error[E0433]: failed to resolve: use of undeclared crate or module `hermes_cosmos_wasm_relayer` --> crates/relayer/sovereign-integration-tests/tests/cosmos_to_sovereign.rs:16:5 | 16 | use hermes_cosmos_wasm_relayer::context::cosmos_bootstrap::CosmosWithWasmClientBootstrap; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `hermes_cosmos_wasm_relayer` | help: there is a crate or module with a similar name | 16 | use hermes_cosmos_relayer::context::cosmos_bootstrap::CosmosWithWasmClientBootstrap; | ~~~~~~~~~~~~~~~~~~~~~
failed to resolve: use of undeclared crate or module `hermes_cosmos_wasm_relayer`: crates/relayer/sovereign-integration-tests/tests/sovereign_to_cosmos.rs#L16
error[E0433]: failed to resolve: use of undeclared crate or module `hermes_cosmos_wasm_relayer` --> crates/relayer/sovereign-integration-tests/tests/sovereign_to_cosmos.rs:16:5 | 16 | use hermes_cosmos_wasm_relayer::context::cosmos_bootstrap::CosmosWithWasmClientBootstrap; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `hermes_cosmos_wasm_relayer` | help: there is a crate or module with a similar name | 16 | use hermes_cosmos_relayer::context::cosmos_bootstrap::CosmosWithWasmClientBootstrap; | ~~~~~~~~~~~~~~~~~~~~~