custom encode/decode #476
actions.yml
on: pull_request
Contracts
/
Wasm tests
2m 16s
Contracts
/
Rust tests
37s
Contracts
/
Clippy linter check
24s
Annotations
5 warnings
[clippy] multisig/tests/multisig_setup/mod.rs#L115:
multisig/tests/multisig_setup/mod.rs#L115
warning: the loop variable `i` is only used to index `oracles`
--> multisig/tests/multisig_setup/mod.rs:115:18
|
115 | for i in 0..2 {
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop
= note: `#[warn(clippy::needless_range_loop)]` on by default
help: consider using an iterator
|
115 | for <item> in oracles.iter().take(2) {
| ~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
|
[clippy] multisig/tests/multisig_setup/mod.rs#L123:
multisig/tests/multisig_setup/mod.rs#L123
warning: the loop variable `i` is only used to index `oracles`
--> multisig/tests/multisig_setup/mod.rs:123:18
|
123 | for i in 0..2 {
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop
help: consider using an iterator
|
123 | for <item> in oracles.iter().take(2) {
| ~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
|
Contracts / Clippy linter check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Contracts / Rust tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Contracts / Wasm tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3, dawidd6/action-download-artifact@v2, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
report
Expired
|
5.85 KB |
|
report-markdown
Expired
|
883 Bytes |
|