Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(evm): testnet-9 contracts addressses #3380

Merged
merged 1 commit into from
Dec 17, 2024

feat(evm): testnet-9 contracts addressses

c4f3555
Select commit
Loading
Failed to load commit list.
Merged

feat(evm): testnet-9 contracts addressses #3380

feat(evm): testnet-9 contracts addressses
c4f3555
Select commit
Loading
Failed to load commit list.
Garnix CI / check clippy [x86_64-linux] succeeded Dec 16, 2024 in 3m 29s

Run results

Build succeeded

Details

Last 100 lines of logs:

189 |                 self_connection_state.client_id.clone(),
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self_connection_state.client_id`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
    = note: `#[warn(clippy::clone_on_copy)]` on by default

warning: using `clone` on type `u32` which implements the `Copy` trait
   --> voyager/plugins/event-source/movement/src/main.rs:197:17
    |
197 |                 self_connection_state.client_id.clone(),
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self_connection_state.client_id`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy

warning: using `clone` on type `u32` which implements the `Copy` trait
   --> voyager/plugins/event-source/movement/src/main.rs:217:25
    |
217 |             channel_id: self_channel_id.clone(),
    |                         ^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self_channel_id`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy

warning: using `clone` on type `u32` which implements the `Copy` trait
   --> voyager/modules/consensus/movement/src/main.rs:162:27
    |
162 |             l1_client_id: self.l1_client_id.clone(),
    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self.l1_client_id`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
    = note: `#[warn(clippy::clone_on_copy)]` on by default

warning: using `clone` on type `u32` which implements the `Copy` trait
   --> voyager/plugins/event-source/movement/src/main.rs:584:41
    |
584 |                         let client_id = connection.client_id.clone();
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `connection.client_id`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy

warning: using `clone` on type `u32` which implements the `Copy` trait
   --> voyager/plugins/event-source/movement/src/main.rs:653:41
    |
653 |                         let client_id = destination_channel.connection.client_id.clone();
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `destination_channel.connection.client_id`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy

warning: using `clone` on type `u32` which implements the `Copy` trait
   --> voyager/plugins/event-source/movement/src/main.rs:684:41
    |
684 |                         let client_id = destination_channel.connection.client_id.clone();
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `destination_channel.connection.client_id`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy

warning: using `clone` on type `u32` which implements the `Copy` trait
   --> voyager/plugins/event-source/movement/src/main.rs:715:41
    |
715 |                         let client_id = source_channel.connection.client_id.clone();
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `source_channel.connection.client_id`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy

warning: using `clone` on type `u32` which implements the `Copy` trait
   --> voyager/plugins/event-source/movement/src/main.rs:745:41
    |
745 |                         let client_id = source_channel.connection.client_id.clone();
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `source_channel.connection.client_id`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy

warning: using `clone` on type `u32` which implements the `Copy` trait
   --> voyager/plugins/event-source/movement/src/main.rs:768:69
    |
768 |                     .client_info::<IbcUnion>(self.chain_id.clone(), client_id.clone())
    |                                                                     ^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `client_id`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy

warning: using `clone` on type `u32` which implements the `Copy` trait
   --> voyager/plugins/event-source/movement/src/main.rs:775:25
    |
775 |                         client_id.clone(),
    |                         ^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `client_id`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy

warning: `voyager-consensus-module-movement` (bin "voyager-consensus-module-movement" test) generated 1 warning (run `cargo clippy --fix --bin "voyager-consensus-module-movement" --tests` to apply 1 suggestion)
warning: `voyager-event-source-plugin-movement` (bin "voyager-event-source-plugin-movement" test) generated 10 warnings (run `cargo clippy --fix --bin "voyager-event-source-plugin-movement" --tests` to apply 10 suggestions)
    Finished `release` profile [optimized] target(s) in 1m 36s
buildPhase completed in 1 minutes 37 seconds
Running phase: installPhase
@nix {"action":"setPhase","phase":"installPhase"}
linking previous artifacts /nix/store/8z53z095hc5l1ni37inchindbv3xq9il-workspace-cargo-clippy-deps-0.0.0/target.tar.zst to /nix/store/5lrg4hkmbnx60x8qdy1rx62v3nvmn265-workspace-cargo-clippy-clippy-0.0.0/target.tar.zst
/*stdin*\            : 31.12%   (   803 MiB =>    250 MiB, /nix/store/5lrg4hkmbnx60x8qdy1rx62v3nvmn265-workspace-cargo-clippy-clippy-0.0.0/target.tar.zst) 
Running phase: fixupPhase
@nix {"action":"setPhase","phase":"fixupPhase"}
shrinking RPATHs of ELF executables and libraries in /nix/store/5lrg4hkmbnx60x8qdy1rx62v3nvmn265-workspace-cargo-clippy-clippy-0.0.0
checking for references to /build/ in /nix/store/5lrg4hkmbnx60x8qdy1rx62v3nvmn265-workspace-cargo-clippy-clippy-0.0.0...
patching script interpreter paths in /nix/store/5lrg4hkmbnx60x8qdy1rx62v3nvmn265-workspace-cargo-clippy-clippy-0.0.0