Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Rust mining engine

Rust mining engine #28

Triggered via pull request January 2, 2024 18:34
Status Success
Total duration 55s
Artifacts

checks.yml

on: pull_request
Matrix: cargo-checks
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
method `network` is never used: src/electrumx.rs#L156
warning: method `network` is never used --> src/electrumx.rs:156:9 | 155 | impl ElectrumXBuilder { | --------------------- method in this implementation 156 | pub fn network(mut self, network: Network) -> Self { | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default
method `network` is never used: src/electrumx.rs#L156
warning: method `network` is never used --> src/electrumx.rs:156:9 | 155 | impl ElectrumXBuilder { | --------------------- method in this implementation 156 | pub fn network(mut self, network: Network) -> Self { | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default
Task cargo clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/