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 cometbls-light-client-tests [x86_64-linux] succeeded Oct 18, 2024 in 7m 57s

Run results

Build succeeded

Details

Last 100 lines of logs:

   Compiling derive-syn-parse v0.2.0
   Compiling frame-support-procedural-tools-derive v12.0.0
   Compiling schemars_derive v0.8.21
   Compiling clap_derive v4.5.4
   Compiling macros v0.1.0 (/build/cometbls-light-client-patched-workspace-cargo-toml/lib/macros)
   Compiling enumorph v0.1.2
   Compiling zeroize v1.7.0
   Compiling generic-array v0.14.7
   Compiling der v0.7.9
   Compiling milagro_bls v1.5.0 (https://github.com/Snowfork/milagro_bls?rev=bc2b5b5e8d48b7e2e1bfaa56dc2d93e13cb32095#bc2b5b5e)
   Compiling subtle-encoding v0.5.1
   Compiling ark-ff v0.4.2
   Compiling frame-support-procedural-tools v13.0.0
   Compiling macro_magic_core v0.5.1
   Compiling crypto-common v0.1.6
   Compiling block-buffer v0.10.4
   Compiling crypto-bigint v0.5.5
   Compiling digest v0.9.0
   Compiling block-buffer v0.9.0
   Compiling thiserror v1.0.61
   Compiling curve25519-dalek v3.2.0
   Compiling sha2 v0.9.9
   Compiling digest v0.10.7
   Compiling sha2 v0.10.8
   Compiling hmac v0.12.1
   Compiling signature v2.2.0
   Compiling ripemd v0.1.3
   Compiling sha3 v0.10.8
   Compiling ark-serialize v0.4.2
   Compiling rfc6979 v0.4.0
   Compiling spki v0.7.3
   Compiling sec1 v0.7.3
   Compiling macro_magic_macros v0.5.1
   Compiling prost v0.12.6
   Compiling pkcs8 v0.10.2
   Compiling clap v4.5.4
   Compiling bs58 v0.5.1
   Compiling rs_merkle v1.4.2
   Compiling macro_magic v0.5.1
   Compiling frame-support-procedural v30.0.2
   Compiling prost-types v0.12.3
   Compiling serde v1.0.203
   Compiling elliptic-curve v0.13.8
   Compiling prost-build v0.12.3
   Compiling pbjson-build v0.6.2 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling ecdsa v0.16.9
   Compiling k256 v0.13.3
   Compiling bip32 v0.5.1
   Compiling pbjson-types v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling gnark-key-parser v0.1.0 (/build/cometbls-light-client-patched-workspace-cargo-toml/lib/gnark-key-parser)
   Compiling cometbls-groth16-verifier v0.1.0 (/build/cometbls-light-client-patched-workspace-cargo-toml/lib/cometbls-groth16-verifier)
   Compiling impl-serde v0.4.0
   Compiling serde_json v1.0.118
   Compiling ed25519-zebra v3.1.0
   Compiling pbjson v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling serde-json-wasm v0.5.2
   Compiling serde_bytes v0.11.15
   Compiling bcs v0.1.6
   Compiling serde-json-wasm v1.0.1
   Compiling primitive-types v0.12.2
   Compiling cosmwasm-crypto v1.5.2
   Compiling schemars v0.8.21
   Compiling serde-utils v0.1.0 (/build/cometbls-light-client-patched-workspace-cargo-toml/lib/serde-utils)
   Compiling ssz v0.5.3 (/build/cometbls-light-client-patched-workspace-cargo-toml/lib/ssz)
   Compiling protos v0.0.0 (/build/cometbls-light-client-patched-workspace-cargo-toml/generated/rust/protos)
   Compiling cosmwasm-std v1.5.2
   Compiling unionlabs v0.1.0 (/build/cometbls-light-client-patched-workspace-cargo-toml/lib/unionlabs)
   Compiling ics23 v0.1.0 (/build/cometbls-light-client-patched-workspace-cargo-toml/lib/ics23)
   Compiling ics008-wasm-client v0.1.0 (/build/cometbls-light-client-patched-workspace-cargo-toml/lib/ics-008-wasm-client)
   Compiling cometbls-light-client v0.1.0 (/build/cometbls-light-client-patched-workspace-cargo-toml/light-clients/cometbls-light-client)
    Finished `release` profile [optimized] target(s) in 3m 01s
     Running unittests src/lib.rs (target/release/deps/cometbls_light_client-0aeb08545a3edd94)

running 7 tests
test storage::tests::consensus_state_parse_height_from_key_works ... ok
test client::tests::migrate_client_store_fails_when_substitute_client_frozen ... ok
test client::tests::migrate_client_store_works ... ok
test storage::tests::consensus_state_metadata_encode_decode_works ... ok
test client::tests::migrate_client_store_fails_when_invalid_change ... ok
test storage::tests::next_prev_consensus_state_key_works ... ok
test storage::tests::consensus_state_keys_lexicographically_ordered ... ok

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

   Doc-tests cometbls_light_client

running 0 tests

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

checkPhase completed in 3 minutes 1 seconds
Running phase: installPhase
@nix {"action":"setPhase","phase":"installPhase"}
linking previous artifacts /nix/store/6x0hy1hyir5ynlmvdc8q7w9h2f3j6x1d-cometbls-light-client-deps-0.1.0/target.tar.zst to /nix/store/jb32l43qch3kwvla7xx1h17n6giq1z1g-cometbls-light-client-test-0.1.0/target.tar.zst
/*stdin*\            : 30.45%   (   373 MiB =>    114 MiB, /nix/store/jb32l43qch3kwvla7xx1h17n6giq1z1g-cometbls-light-client-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/jb32l43qch3kwvla7xx1h17n6giq1z1g-cometbls-light-client-test-0.1.0
checking for references to /build/ in /nix/store/jb32l43qch3kwvla7xx1h17n6giq1z1g-cometbls-light-client-test-0.1.0...
patching script interpreter paths in /nix/store/jb32l43qch3kwvla7xx1h17n6giq1z1g-cometbls-light-client-test-0.1.0