warning: Patch `solana-nostd-secp256k1-recover v0.1.1 (https://github.com/jupnet/solana-nostd-secp256k1-recover.git#4675e623)` was not used in the crate graph. Check that the patched package version and available features are compatible with the dependency requirements. If the patch has a different version from what is locked in the Cargo.lock file, run `cargo update` to use the new version. This may also occur with an optional dependency that is not enabled. warning: associated function `get_individual_signature` is never used --> signature-service/src/jupnet/client.rs:43:18 | 14 | impl JupnetRpcClient { | -------------------- associated function in this implementation ... 43 | pub async fn get_individual_signature( | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: method `fetch_individual_signatures_with_retry` is never used --> signature-service/src/jupnet/repository.rs:138:14 | 31 | impl BlsSignatureRepository { | --------------------------- method in this implementation ... 138 | async fn fetch_individual_signatures_with_retry( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `signature-service` (bin "signature-service") generated 2 warnings warning: struct `ApiDoc` is never constructed --> data-api/src/server.rs:28:8 | 28 | struct ApiDoc; | ^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: method `get_all_failed_claims` is never used --> relayer/src/db/repository.rs:1202:18 | 17 | impl PostgressRepository { | ------------------------ method in this implementation ... 1202 | pub async fn get_all_failed_claims(&self) -> anyhow::Result> { | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: method `create_deposit_event` is never used --> relayer/src/services/event_service.rs:114:12 | 21 | impl EventService { | ----------------- method in this implementation ... 114 | pub fn create_deposit_event( | ^^^^^^^^^^^^^^^^^^^^ warning: `data-api` (bin "data-api") generated 1 warning warning: `relayer` (bin "relayer") generated 2 warnings Finished `release` profile [optimized] target(s) in 0.67s