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 ucs01-relay-api-tests [x86_64-linux] succeeded Dec 13, 2024 in 3m 37s

Run results

Build succeeded

Details

Last 100 lines of logs:

   Compiling enumorph v0.1.2
   Compiling schemars_derive v0.8.21
   Compiling frame-support-procedural-tools v13.0.0
   Compiling zeroize v1.7.0
   Compiling macro_magic_core v0.5.1
   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 thiserror v1.0.61
   Compiling macro_magic_macros v0.5.1
   Compiling block-buffer v0.10.4
   Compiling crypto-common v0.1.6
   Compiling crypto-bigint v0.5.5
   Compiling prost v0.12.6
   Compiling derive_more v1.0.0
   Compiling digest v0.10.7
   Compiling macro_magic v0.5.1
   Compiling frame-support-procedural v30.0.2
   Compiling sec1 v0.7.3
   Compiling sha2 v0.10.8
   Compiling signature v2.2.0
   Compiling hmac v0.12.1
   Compiling ark-serialize v0.4.2
   Compiling curve25519-dalek v4.1.3
   Compiling ripemd v0.1.3
   Compiling sha3 v0.10.8
   Compiling ed25519 v2.2.3
   Compiling prost-types v0.12.3
   Compiling rfc6979 v0.4.0
   Compiling clap v4.5.4
   Compiling ark-ff v0.4.2
   Compiling bs58 v0.5.1
   Compiling rs_merkle v1.4.2
   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 serde v1.0.203
   Compiling ed25519-zebra v4.0.3
   Compiling ecdsa v0.16.9
   Compiling primeorder v0.13.6
   Compiling k256 v0.13.3
   Compiling p256 v0.13.2
   Compiling pbjson-types v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling bip32 v0.5.1
   Compiling impl-serde v0.4.0
   Compiling serde_json v1.0.118
   Compiling pbjson v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling serde-json-wasm v1.0.1
   Compiling serde_bytes v0.11.15
   Compiling bincode v1.3.3
   Compiling bcs v0.1.6
   Compiling primitive-types v0.12.2
   Compiling schemars v0.8.21
   Compiling serde-utils v0.1.0 (/build/ucs01-relay-api-patched-workspace-cargo-toml/lib/serde-utils)
   Compiling ethereum-types v0.14.1
   Compiling ssz v0.5.3 (/build/ucs01-relay-api-patched-workspace-cargo-toml/lib/ssz)
   Compiling ethabi v18.0.0
   Compiling cosmwasm-schema v2.1.4
   Compiling ark-poly v0.4.2
   Compiling protos v0.0.0 (/build/ucs01-relay-api-patched-workspace-cargo-toml/generated/rust/protos)
   Compiling ark-ec v0.4.2
   Compiling ark-bls12-381 v0.4.0
   Compiling cosmwasm-crypto v2.1.4
   Compiling cosmwasm-std v2.1.4
   Compiling token-factory-api v0.1.0 (/build/ucs01-relay-api-patched-workspace-cargo-toml/cosmwasm/token-factory-api)
   Compiling unionlabs v0.1.0 (/build/ucs01-relay-api-patched-workspace-cargo-toml/lib/unionlabs)
   Compiling ucs01-relay-api v0.1.0 (/build/ucs01-relay-api-patched-workspace-cargo-toml/cosmwasm/ucs01-relay-api)
    Finished `release` profile [optimized] target(s) in 35.51s
     Running unittests src/lib.rs (target/release/deps/ucs01_relay_api-09055899d4c0d127)

running 9 tests
test middleware::tests::serde_parses_memo ... ok
test middleware::tests::serde_parses_memo_without_port_as_none ... ok
test protocol::tests::test_token_attr ... ok
test types::tests::denom_origin_parse_local ... ok
test types::tests::denom_origin_parse_remote ... ok
test types::tests::ics20_ack_encode_decode_iso ... ok
test types::tests::ucs01_ack_encode_decode_iso ... ok
test types::tests::ics20_packet_encode_decode_iso ... ok
test types::tests::ucs01_packet_encode_decode_iso ... ok

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

   Doc-tests ucs01_relay_api

running 0 tests

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

checkPhase completed in 35 seconds
Running phase: installPhase
@nix {"action":"setPhase","phase":"installPhase"}
linking previous artifacts /nix/store/g7b778w0m93x6f9hick7515g836zzmf3-ucs01-relay-api-deps-0.1.0/target.tar.zst to /nix/store/05083jnw4fxvg9r8y1mfz069fvgiwj2h-ucs01-relay-api-test-0.1.0/target.tar.zst
/*stdin*\            : 31.03%   (   341 MiB =>    106 MiB, /nix/store/05083jnw4fxvg9r8y1mfz069fvgiwj2h-ucs01-relay-api-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/05083jnw4fxvg9r8y1mfz069fvgiwj2h-ucs01-relay-api-test-0.1.0
checking for references to /build/ in /nix/store/05083jnw4fxvg9r8y1mfz069fvgiwj2h-ucs01-relay-api-test-0.1.0...
patching script interpreter paths in /nix/store/05083jnw4fxvg9r8y1mfz069fvgiwj2h-ucs01-relay-api-test-0.1.0