Added ics hook (#524) #2221
check.yml
on: push
stable / fmt
1m 59s
nightly / doc
7m 40s
ubuntu / stable / features
16m 18s
build-artifacts
1m 20s
Matrix: clippy
Matrix: msrv
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/
|