chore: improve contract interface #48
rust.yml
on: pull_request
Smart contract checks
3m 39s
Relayer checks
3m 51s
Annotations
6 warnings
function `merkle_root_calculator` is never used:
/home/runner/work/btc-light-client-contract/btc-light-client-contract/merkle-tools/src/lib.rs#L83
warning: function `merkle_root_calculator` is never used
--> /home/runner/work/btc-light-client-contract/btc-light-client-contract/merkle-tools/src/lib.rs:83:4
|
83 | fn merkle_root_calculator(hash_list: Vec<&str>) -> String {
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
function `merkle_root_calculator` is never used:
/home/runner/work/btc-light-client-contract/btc-light-client-contract/merkle-tools/src/lib.rs#L83
warning: function `merkle_root_calculator` is never used
--> /home/runner/work/btc-light-client-contract/btc-light-client-contract/merkle-tools/src/lib.rs:83:4
|
83 | fn merkle_root_calculator(hash_list: Vec<&str>) -> String {
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
Smart contract checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Smart contract checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1, 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/
|
Relayer checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Relayer checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1, 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/
|