This repository has been archived by the owner on May 7, 2024. It is now read-only.
Release v0.2.0-rc1
#73
Annotations
4 errors and 2 warnings
missing fields `max_retries`, `retry_period` and `timeout` in initializer of `electrumx::ElectrumXBuilder`:
src/electrumx.rs#L201
error[E0063]: missing fields `max_retries`, `retry_period` and `timeout` in initializer of `electrumx::ElectrumXBuilder`
--> src/electrumx.rs:201:3
|
201 | Self { network: Network::Testnet, base_uri: "https://eptestnet.atomicals.xyz/proxy".into() }
| ^^^^ missing `max_retries`, `retry_period` and `timeout`
|
Task cargo nextest
The run was canceled by @github-actions[bot].
|
Task cargo nextest
Process completed with exit code 101.
|
Task cargo clippy
The operation was canceled.
|
this if-then-else expression returns a bool literal:
src/engine/rust.rs#L517
warning: this if-then-else expression returns a bool literal
--> src/engine/rust.rs:517:26
|
517 | let perform_bitworkr = if ft.mint_bitworkr.is_some() { true } else { false };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can reduce it to: `ft.mint_bitworkr.is_some()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_bool
= note: `#[warn(clippy::needless_bool)]` 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/
|