chore: improve contract interface (#12) #66
rust.yml
on: push
Smart contract checks
4m 38s
Relayer checks
3m 53s
Annotations
5 warnings
function `merkle_root_calculator` is never used:
/home/runner/work/btc-light-client-contract/btc-light-client-contract/merkle-tools/src/lib.rs#L97
warning: function `merkle_root_calculator` is never used
--> /home/runner/work/btc-light-client-contract/btc-light-client-contract/merkle-tools/src/lib.rs:97:4
|
97 | fn merkle_root_calculator(hash_list: Vec<&str>) -> String {
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
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/
|
Relayer checks
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
Smart contract checks
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|