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

fix(evm): contracts are not splitted anymore, the abi can be extracte… #3373

Merged
merged 1 commit into from
Dec 13, 2024

fix(evm): contracts are not splitted anymore, the abi can be extracte…

1c13e4b
Select commit
Loading
Failed to load commit list.
Merged

fix(evm): contracts are not splitted anymore, the abi can be extracte… #3373

fix(evm): contracts are not splitted anymore, the abi can be extracte…
1c13e4b
Select commit
Loading
Failed to load commit list.
Garnix CI / check clippy [x86_64-linux] succeeded Dec 13, 2024 in 3m 46s

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/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-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)
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: `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)
    Finished `release` profile [optimized] target(s) in 1m 07s
buildPhase completed in 1 minutes 8 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/s75gl1vgai3j0sjs6l0p1pxg7jp5p2wk-workspace-cargo-clippy-clippy-0.0.0/target.tar.zst
/*stdin*\            : 31.13%   (   803 MiB =>    250 MiB, /nix/store/s75gl1vgai3j0sjs6l0p1pxg7jp5p2wk-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/s75gl1vgai3j0sjs6l0p1pxg7jp5p2wk-workspace-cargo-clippy-clippy-0.0.0
checking for references to /build/ in /nix/store/s75gl1vgai3j0sjs6l0p1pxg7jp5p2wk-workspace-cargo-clippy-clippy-0.0.0...
patching script interpreter paths in /nix/store/s75gl1vgai3j0sjs6l0p1pxg7jp5p2wk-workspace-cargo-clippy-clippy-0.0.0