Skip to content

Support starknet for js in sdk(fix #114) #219

Support starknet for js in sdk(fix #114)

Support starknet for js in sdk(fix #114) #219

Triggered via pull request December 18, 2023 00:28
Status Failure
Total duration 4m 28s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 18 warnings
unused import: `std::str::FromStr`: signers/src/starknet_signer/typed_data/mod.rs#L11
error: unused import: `std::str::FromStr` --> signers/src/starknet_signer/typed_data/mod.rs:11:5 | 11 | use std::str::FromStr; | ^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings`
failed to resolve: use of undeclared crate or module `starknet`: signers/src/starknet_signer/typed_data/mod.rs#L9
error[E0433]: failed to resolve: use of undeclared crate or module `starknet` --> signers/src/starknet_signer/typed_data/mod.rs:9:5 | 9 | use starknet::core::utils::starknet_keccak; | ^^^^^^^^ use of undeclared crate or module `starknet`
failed to resolve: use of undeclared crate or module `starknet`: signers/src/starknet_signer/typed_data/mod.rs#L8
error[E0433]: failed to resolve: use of undeclared crate or module `starknet` --> signers/src/starknet_signer/typed_data/mod.rs:8:5 | 8 | use starknet::core::types::FieldElement; | ^^^^^^^^ use of undeclared crate or module `starknet`
failed to resolve: use of undeclared crate or module `starknet`: signers/src/starknet_signer/typed_data/mod.rs#L7
error[E0433]: failed to resolve: use of undeclared crate or module `starknet` --> signers/src/starknet_signer/typed_data/mod.rs:7:5 | 7 | use starknet::core::crypto::compute_hash_on_elements; | ^^^^^^^^ use of undeclared crate or module `starknet`
clippy_check
Clippy had exited with the 101 exit code
cargo build: signers/src/starknet_signer/typed_data/mod.rs#L7
failed to resolve: use of undeclared crate or module `starknet`
cargo build: signers/src/starknet_signer/typed_data/mod.rs#L8
failed to resolve: use of undeclared crate or module `starknet`
cargo build: signers/src/starknet_signer/typed_data/mod.rs#L9
failed to resolve: use of undeclared crate or module `starknet`
cargo build
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
cargo test: signers/src/starknet_signer/typed_data/mod.rs#L7
failed to resolve: use of undeclared crate or module `starknet`
cargo test: signers/src/starknet_signer/typed_data/mod.rs#L8
failed to resolve: use of undeclared crate or module `starknet`
cargo test: signers/src/starknet_signer/typed_data/mod.rs#L9
failed to resolve: use of undeclared crate or module `starknet`
cargo test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
build wasm
Process completed with exit code 2.
go binding build and test
Process completed with exit code 2.
cargo_machete
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
taplo_fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo sort
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
cargo build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo build: signers/src/starknet_signer/typed_data/mod.rs#L11
unused import: `std::str::FromStr`
cargo build
`zklink_sdk_signers` (lib) generated 1 warning
cargo test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo test: signers/src/starknet_signer/typed_data/mod.rs#L11
unused import: `std::str::FromStr`
cargo test
`zklink_sdk_signers` (lib) generated 1 warning
build wasm
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
go binding build and test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
go binding build and test
Restore cache failed: Dependencies file is not found in /home/runner/work/zklink_sdk/zklink_sdk. Supported file pattern: go.sum