Skip to content

Added ics hook (#524) #2221

Added ics hook (#524)

Added ics hook (#524) #2221

Triggered via push November 18, 2024 13:49
Status Failure
Total duration 20m 25s
Artifacts

check.yml

on: push
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 4 warnings
mismatched types: packages/cw-orch-neutron-test-tube/src/core.rs#L254
error[E0308]: mismatched types --> packages/cw-orch-neutron-test-tube/src/core.rs:254:17 | 249 | .instantiate( | ----------- arguments to this method are incorrect ... 254 | &coins, | ^^^^^^ expected `&[Coin]`, found `&Vec<Coin>` | = note: expected reference `&[cosmwasm_std::Coin]` found reference `&std::vec::Vec<neutron_test_tube::margined_neutron_std::types::cosmos::base::v1beta1::Coin>` note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/neutron-test-tube-5.0.1/src/module/wasm.rs:51:12 | 51 | pub fn instantiate<M>( | ^^^^^^^^^^^
mismatched types: packages/cw-orch-neutron-test-tube/src/core.rs#L229
error[E0308]: mismatched types --> packages/cw-orch-neutron-test-tube/src/core.rs:229:59 | 229 | .execute(contract_address.as_ref(), exec_msg, &coins, &self.sender) | ------- ^^^^^^ expected `&[Coin]`, found `&Vec<Coin>` | | | arguments to this method are incorrect | = note: expected reference `&[cosmwasm_std::Coin]` found reference `&std::vec::Vec<neutron_test_tube::margined_neutron_std::types::cosmos::base::v1beta1::Coin>` note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/neutron-test-tube-5.0.1/src/module/wasm.rs:83:12 | 83 | pub fn execute<M>( | ^^^^^^^
beta / clippy
Clippy had exited with the 101 exit code
mismatched types: packages/cw-orch-neutron-test-tube/src/core.rs#L254
error[E0308]: mismatched types --> packages/cw-orch-neutron-test-tube/src/core.rs:254:17 | 249 | .instantiate( | ----------- arguments to this method are incorrect ... 254 | &coins, | ^^^^^^ expected `&[Coin]`, found `&Vec<Coin>` | = note: expected reference `&[cosmwasm_std::Coin]` found reference `&std::vec::Vec<neutron_test_tube::margined_neutron_std::types::cosmos::base::v1beta1::Coin>` note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/neutron-test-tube-5.0.1/src/module/wasm.rs:51:12 | 51 | pub fn instantiate<M>( | ^^^^^^^^^^^
mismatched types: packages/cw-orch-neutron-test-tube/src/core.rs#L229
error[E0308]: mismatched types --> packages/cw-orch-neutron-test-tube/src/core.rs:229:59 | 229 | .execute(contract_address.as_ref(), exec_msg, &coins, &self.sender) | ------- ^^^^^^ expected `&[Coin]`, found `&Vec<Coin>` | | | arguments to this method are incorrect | = note: expected reference `&[cosmwasm_std::Coin]` found reference `&std::vec::Vec<neutron_test_tube::margined_neutron_std::types::cosmos::base::v1beta1::Coin>` note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/neutron-test-tube-5.0.1/src/module/wasm.rs:83:12 | 83 | pub fn execute<M>( | ^^^^^^^
stable / clippy
Clippy had exited with the 101 exit code
ubuntu / 1.76.0
Process completed with exit code 101.
ubuntu / stable / features
Process completed with exit code 1.
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
beta / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
stable / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/