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

Multi-chain, multi-denom support for drip #2917

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

fix(drip): cargo lock

3255d50
Select commit
Loading
Failed to load commit list.
Open

Multi-chain, multi-denom support for drip #2917

fix(drip): cargo lock
3255d50
Select commit
Loading
Failed to load commit list.
Garnix CI / check ics08-movement-tests [x86_64-linux] succeeded Oct 18, 2024 in 6m 35s

Run results

Build succeeded

Details

Last 100 lines of logs:

  --> light-clients/movement/ics08-movement/src/client.rs:61:9
   |
61 |         deps: Deps<Self::CustomQuery>,
   |         ^^^^ help: if this is intentional, prefix it with an underscore: `_deps`
   |
   = note: `#[warn(unused_variables)]` on by default

warning: unused variable: `height`
  --> light-clients/movement/ics08-movement/src/client.rs:62:9
   |
62 |         height: Height,
   |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height`

warning: unused variable: `proof`
  --> light-clients/movement/ics08-movement/src/client.rs:65:9
   |
65 |         proof: Vec<u8>,
   |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof`

warning: unused variable: `path`
  --> light-clients/movement/ics08-movement/src/client.rs:66:13
   |
66 |         mut path: MerklePath,
   |             ^^^^ help: if this is intentional, prefix it with an underscore: `_path`

warning: unused variable: `value`
  --> light-clients/movement/ics08-movement/src/client.rs:67:9
   |
67 |         value: StorageState,
   |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`

warning: variable does not need to be mutable
  --> light-clients/movement/ics08-movement/src/client.rs:66:9
   |
66 |         mut path: MerklePath,
   |         ----^^^^
   |         |
   |         help: remove this `mut`
   |
   = note: `#[warn(unused_mut)]` on by default

warning: unused variable: `deps`
  --> light-clients/movement/ics08-movement/src/client.rs:92:9
   |
92 |         deps: Deps<Self::CustomQuery>,
   |         ^^^^ help: if this is intentional, prefix it with an underscore: `_deps`

warning: unused variable: `env`
  --> light-clients/movement/ics08-movement/src/client.rs:93:9
   |
93 |         env: cosmwasm_std::Env,
   |         ^^^ help: if this is intentional, prefix it with an underscore: `_env`

warning: unused variable: `header`
  --> light-clients/movement/ics08-movement/src/client.rs:94:9
   |
94 |         header: Header,
   |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_header`

warning: function `do_verify_membership` is never used
   --> light-clients/movement/ics08-movement/src/client.rs:270:4
    |
270 | fn do_verify_membership(
    |    ^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: function `instantiate` is never used
  --> light-clients/movement/ics08-movement/src/contract.rs:20:8
   |
20 | pub fn instantiate(
   |        ^^^^^^^^^^^

warning: `ics08-movement` (lib) generated 11 warnings (9 duplicates)
warning: `ics08-movement` (lib test) generated 11 warnings (2 duplicates) (run `cargo fix --lib -p ics08-movement --tests` to apply 1 suggestion)
    Finished `release` profile [optimized] target(s) in 1m 23s
     Running unittests src/lib.rs (target/release/deps/ics08_movement-41ade5c9f52c826c)

running 2 tests
test merkle_proof ... ok
test client::tests::test_proto ... ok

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

   Doc-tests ics08_movement

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

checkPhase completed in 1 minutes 24 seconds
Running phase: installPhase
@nix {"action":"setPhase","phase":"installPhase"}
linking previous artifacts /nix/store/ppjdf0layizi3r796mzd2nm41kd5pzxp-ics08-movement-deps-0.1.0/target.tar.zst to /nix/store/qbvpqv7l0zmnbrk74q5q8fpmqhsphwsh-ics08-movement-test-0.1.0/target.tar.zst
/*stdin*\            : 32.21%   (   702 MiB =>    226 MiB, /nix/store/qbvpqv7l0zmnbrk74q5q8fpmqhsphwsh-ics08-movement-test-0.1.0/target.tar.zst) 
Running phase: fixupPhase
@nix {"action":"setPhase","phase":"fixupPhase"}
shrinking RPATHs of ELF executables and libraries in /nix/store/qbvpqv7l0zmnbrk74q5q8fpmqhsphwsh-ics08-movement-test-0.1.0
checking for references to /build/ in /nix/store/qbvpqv7l0zmnbrk74q5q8fpmqhsphwsh-ics08-movement-test-0.1.0...
patching script interpreter paths in /nix/store/qbvpqv7l0zmnbrk74q5q8fpmqhsphwsh-ics08-movement-test-0.1.0