chore: update rs-tenderdash-abci to v0.14.0-dev.6 and tenderdash to v0.14.0-dev.2 #1033
tests.yml
on: pull_request
Build JS packages
/
Build JS
5m 26s
Matrix: Build Docker images
Determine changed packages
14s
Rust crates security audit
25s
JS dependency versions check
12s
JS NPM security audit
14s
JS code security audit
/
Run Code QL
2m 10s
Packages functional tests
/
Run functional tests
2m 42s
Matrix: Test Suite
Matrix: Dashmate E2E tests
Matrix: JS packages
Matrix: Rust packages
Annotations
98 warnings
JS dependency versions check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Determine changed packages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust crates security audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rustsec/audit-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust crates security audit
4 warnings found!
|
Rust crates security audit
Unknown warning kind unsound found, please, file a bug
|
Rust crates security audit
Unknown warning kind unsound found, please, file a bug
|
Build Docker images (DAPI, dapi, dapi) / Build DAPI image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Docker images (Dashmate helper, dashmate-helper, dashmate-helper) / Build Dashmate helper image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build JS packages / Build JS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: strophy/actions-cache@opendal-update, actions/setup-node@v3, mozilla-actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Docker images (Drive, drive, drive-abci) / Build Drive image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust packages (dapi-grpc) / Check each feature
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust packages (dapi-grpc) / Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust packages (dapi-grpc) / Unused dependencies
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust packages (dapi-grpc) / Unused dependencies
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Rust packages (dapi-grpc) / Linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust packages (drive-abci) / Linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
unused import: `io::Read`:
packages/rs-platform-serialization/src/features/impl_std.rs#L17
warning: unused import: `io::Read`
--> packages/rs-platform-serialization/src/features/impl_std.rs:17:5
|
17 | io::Read,
| ^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
function `platform_versioned_decode_from_std_read` is never used:
packages/rs-platform-serialization/src/features/impl_std.rs#L30
warning: function `platform_versioned_decode_from_std_read` is never used
--> packages/rs-platform-serialization/src/features/impl_std.rs:30:8
|
30 | pub fn platform_versioned_decode_from_std_read<D: Decode, C: Config, R: std::io::Read>(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
associated function `new` is never used:
packages/rs-platform-serialization/src/features/impl_std.rs#L44
warning: associated function `new` is never used
--> packages/rs-platform-serialization/src/features/impl_std.rs:44:12
|
43 | impl<R> IoReader<R> {
| ------------------- associated function in this implementation
44 | pub fn new(reader: R) -> Self {
| ^^^
|
function `encode_into_std_write` is never used:
packages/rs-platform-serialization/src/features/impl_std.rs#L70
warning: function `encode_into_std_write` is never used
--> packages/rs-platform-serialization/src/features/impl_std.rs:70:8
|
70 | pub fn encode_into_std_write<E: Encode, C: Config, W: std::io::Write>(
| ^^^^^^^^^^^^^^^^^^^^^
|
associated items `new` and `bytes_written` are never used:
packages/rs-platform-serialization/src/features/impl_std.rs#L87
warning: associated items `new` and `bytes_written` are never used
--> packages/rs-platform-serialization/src/features/impl_std.rs:87:12
|
86 | impl<'a, W: std::io::Write> IoWriter<'a, W> {
| ------------------------------------------- associated items in this implementation
87 | pub fn new(writer: &'a mut W) -> Self {
| ^^^
...
94 | pub fn bytes_written(&self) -> usize {
| ^^^^^^^^^^^^^
|
function cannot return without recursing:
packages/rs-platform-serialization/src/de/mod.rs#L104
warning: function cannot return without recursing
--> packages/rs-platform-serialization/src/de/mod.rs:104:13
|
104 | / fn platform_versioned_borrow_decode<D: bincode::de::BorrowDecoder<'de>>(
105 | | decoder: &mut D,
106 | | platform_version: &PlatformVersion,
107 | | ) -> core::result::Result<Self, bincode::error::DecodeError> {
| |________________________________________________________________________^ cannot return without recursing
108 | / $crate::PlatformVersionedBorrowDecode::platform_versioned_borrow_decode(
109 | | decoder,
110 | | platform_version,
111 | | )
| |_________________- recursive call site
|
::: packages/rs-platform-serialization/src/de/impls.rs:27:1
|
27 | impl_platform_versioned_borrow_decode!(bool);
| -------------------------------------------- in this macro invocation
|
= help: a `loop` may express intention better if this is on purpose
= note: `#[warn(unconditional_recursion)]` on by default
= note: this warning originates in the macro `impl_platform_versioned_borrow_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
|
function cannot return without recursing:
packages/rs-platform-serialization/src/de/mod.rs#L104
warning: function cannot return without recursing
--> packages/rs-platform-serialization/src/de/mod.rs:104:13
|
104 | / fn platform_versioned_borrow_decode<D: bincode::de::BorrowDecoder<'de>>(
105 | | decoder: &mut D,
106 | | platform_version: &PlatformVersion,
107 | | ) -> core::result::Result<Self, bincode::error::DecodeError> {
| |________________________________________________________________________^ cannot return without recursing
108 | / $crate::PlatformVersionedBorrowDecode::platform_versioned_borrow_decode(
109 | | decoder,
110 | | platform_version,
111 | | )
| |_________________- recursive call site
|
::: packages/rs-platform-serialization/src/de/impls.rs:38:1
|
38 | impl_platform_versioned_borrow_decode!(u8);
| ------------------------------------------ in this macro invocation
|
= help: a `loop` may express intention better if this is on purpose
= note: this warning originates in the macro `impl_platform_versioned_borrow_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
|
function cannot return without recursing:
packages/rs-platform-serialization/src/de/mod.rs#L104
warning: function cannot return without recursing
--> packages/rs-platform-serialization/src/de/mod.rs:104:13
|
104 | / fn platform_versioned_borrow_decode<D: bincode::de::BorrowDecoder<'de>>(
105 | | decoder: &mut D,
106 | | platform_version: &PlatformVersion,
107 | | ) -> core::result::Result<Self, bincode::error::DecodeError> {
| |________________________________________________________________________^ cannot return without recursing
108 | / $crate::PlatformVersionedBorrowDecode::platform_versioned_borrow_decode(
109 | | decoder,
110 | | platform_version,
111 | | )
| |_________________- recursive call site
|
::: packages/rs-platform-serialization/src/de/impls.rs:48:1
|
48 | impl_platform_versioned_borrow_decode!(NonZeroU8);
| ------------------------------------------------- in this macro invocation
|
= help: a `loop` may express intention better if this is on purpose
= note: this warning originates in the macro `impl_platform_versioned_borrow_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
|
Rust packages (drive-abci) / Check each feature
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
function cannot return without recursing:
packages/rs-platform-serialization/src/de/mod.rs#L104
warning: function cannot return without recursing
--> packages/rs-platform-serialization/src/de/mod.rs:104:13
|
104 | / fn platform_versioned_borrow_decode<D: bincode::de::BorrowDecoder<'de>>(
105 | | decoder: &mut D,
106 | | platform_version: &PlatformVersion,
107 | | ) -> core::result::Result<Self, bincode::error::DecodeError> {
| |________________________________________________________________________^ cannot return without recursing
108 | / $crate::PlatformVersionedBorrowDecode::platform_versioned_borrow_decode(
109 | | decoder,
110 | | platform_version,
111 | | )
| |_________________- recursive call site
|
::: packages/rs-platform-serialization/src/de/impls.rs:58:1
|
58 | impl_platform_versioned_borrow_decode!(u16);
| ------------------------------------------- in this macro invocation
|
= help: a `loop` may express intention better if this is on purpose
= note: this warning originates in the macro `impl_platform_versioned_borrow_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
|
function cannot return without recursing:
packages/rs-platform-serialization/src/de/mod.rs#L104
warning: function cannot return without recursing
--> packages/rs-platform-serialization/src/de/mod.rs:104:13
|
104 | / fn platform_versioned_borrow_decode<D: bincode::de::BorrowDecoder<'de>>(
105 | | decoder: &mut D,
106 | | platform_version: &PlatformVersion,
107 | | ) -> core::result::Result<Self, bincode::error::DecodeError> {
| |________________________________________________________________________^ cannot return without recursing
108 | / $crate::PlatformVersionedBorrowDecode::platform_versioned_borrow_decode(
109 | | decoder,
110 | | platform_version,
111 | | )
| |_________________- recursive call site
|
::: packages/rs-platform-serialization/src/de/impls.rs:68:1
|
68 | impl_platform_versioned_borrow_decode!(NonZeroU16);
| -------------------------------------------------- in this macro invocation
|
= help: a `loop` may express intention better if this is on purpose
= note: this warning originates in the macro `impl_platform_versioned_borrow_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
|
Rust packages (drive-abci) / Unused dependencies
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust packages (drive-abci) / Unused dependencies
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Rust packages (drive-abci) / Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust packages (rs-dapi-client) / Linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
use of a fallible conversion when an infallible one could be used:
packages/rs-dapi-client/src/mock.rs#L152
warning: use of a fallible conversion when an infallible one could be used
--> packages/rs-dapi-client/src/mock.rs:152:32
|
152 | let key = e.finalize().try_into().map_err(|e| {
| ^^^^^^^^ help: use: `into`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
= note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default
|
Rust packages (rs-dapi-client) / Unused dependencies
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust packages (rs-dapi-client) / Unused dependencies
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Rust packages (rs-dapi-client) / Check each feature
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust packages (rs-sdk) / Check each feature
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust packages (rs-dapi-client) / Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust packages (rs-sdk) / Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust packages (rs-sdk) / Unused dependencies
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Rust packages (rs-sdk) / Unused dependencies
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Rust packages (rs-sdk) / Linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
unused import: `io::Read`:
packages/rs-platform-serialization/src/features/impl_std.rs#L17
warning: unused import: `io::Read`
--> packages/rs-platform-serialization/src/features/impl_std.rs:17:5
|
17 | io::Read,
| ^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
function `platform_versioned_decode_from_std_read` is never used:
packages/rs-platform-serialization/src/features/impl_std.rs#L30
warning: function `platform_versioned_decode_from_std_read` is never used
--> packages/rs-platform-serialization/src/features/impl_std.rs:30:8
|
30 | pub fn platform_versioned_decode_from_std_read<D: Decode, C: Config, R: std::io::Read>(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
associated function `new` is never used:
packages/rs-platform-serialization/src/features/impl_std.rs#L44
warning: associated function `new` is never used
--> packages/rs-platform-serialization/src/features/impl_std.rs:44:12
|
43 | impl<R> IoReader<R> {
| ------------------- associated function in this implementation
44 | pub fn new(reader: R) -> Self {
| ^^^
|
function `encode_into_std_write` is never used:
packages/rs-platform-serialization/src/features/impl_std.rs#L70
warning: function `encode_into_std_write` is never used
--> packages/rs-platform-serialization/src/features/impl_std.rs:70:8
|
70 | pub fn encode_into_std_write<E: Encode, C: Config, W: std::io::Write>(
| ^^^^^^^^^^^^^^^^^^^^^
|
associated items `new` and `bytes_written` are never used:
packages/rs-platform-serialization/src/features/impl_std.rs#L87
warning: associated items `new` and `bytes_written` are never used
--> packages/rs-platform-serialization/src/features/impl_std.rs:87:12
|
86 | impl<'a, W: std::io::Write> IoWriter<'a, W> {
| ------------------------------------------- associated items in this implementation
87 | pub fn new(writer: &'a mut W) -> Self {
| ^^^
...
94 | pub fn bytes_written(&self) -> usize {
| ^^^^^^^^^^^^^
|
function cannot return without recursing:
packages/rs-platform-serialization/src/de/mod.rs#L104
warning: function cannot return without recursing
--> packages/rs-platform-serialization/src/de/mod.rs:104:13
|
104 | / fn platform_versioned_borrow_decode<D: bincode::de::BorrowDecoder<'de>>(
105 | | decoder: &mut D,
106 | | platform_version: &PlatformVersion,
107 | | ) -> core::result::Result<Self, bincode::error::DecodeError> {
| |________________________________________________________________________^ cannot return without recursing
108 | / $crate::PlatformVersionedBorrowDecode::platform_versioned_borrow_decode(
109 | | decoder,
110 | | platform_version,
111 | | )
| |_________________- recursive call site
|
::: packages/rs-platform-serialization/src/de/impls.rs:27:1
|
27 | impl_platform_versioned_borrow_decode!(bool);
| -------------------------------------------- in this macro invocation
|
= help: a `loop` may express intention better if this is on purpose
= note: `#[warn(unconditional_recursion)]` on by default
= note: this warning originates in the macro `impl_platform_versioned_borrow_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
|
function cannot return without recursing:
packages/rs-platform-serialization/src/de/mod.rs#L104
warning: function cannot return without recursing
--> packages/rs-platform-serialization/src/de/mod.rs:104:13
|
104 | / fn platform_versioned_borrow_decode<D: bincode::de::BorrowDecoder<'de>>(
105 | | decoder: &mut D,
106 | | platform_version: &PlatformVersion,
107 | | ) -> core::result::Result<Self, bincode::error::DecodeError> {
| |________________________________________________________________________^ cannot return without recursing
108 | / $crate::PlatformVersionedBorrowDecode::platform_versioned_borrow_decode(
109 | | decoder,
110 | | platform_version,
111 | | )
| |_________________- recursive call site
|
::: packages/rs-platform-serialization/src/de/impls.rs:38:1
|
38 | impl_platform_versioned_borrow_decode!(u8);
| ------------------------------------------ in this macro invocation
|
= help: a `loop` may express intention better if this is on purpose
= note: this warning originates in the macro `impl_platform_versioned_borrow_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
|
function cannot return without recursing:
packages/rs-platform-serialization/src/de/mod.rs#L104
warning: function cannot return without recursing
--> packages/rs-platform-serialization/src/de/mod.rs:104:13
|
104 | / fn platform_versioned_borrow_decode<D: bincode::de::BorrowDecoder<'de>>(
105 | | decoder: &mut D,
106 | | platform_version: &PlatformVersion,
107 | | ) -> core::result::Result<Self, bincode::error::DecodeError> {
| |________________________________________________________________________^ cannot return without recursing
108 | / $crate::PlatformVersionedBorrowDecode::platform_versioned_borrow_decode(
109 | | decoder,
110 | | platform_version,
111 | | )
| |_________________- recursive call site
|
::: packages/rs-platform-serialization/src/de/impls.rs:48:1
|
48 | impl_platform_versioned_borrow_decode!(NonZeroU8);
| ------------------------------------------------- in this macro invocation
|
= help: a `loop` may express intention better if this is on purpose
= note: this warning originates in the macro `impl_platform_versioned_borrow_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
|
function cannot return without recursing:
packages/rs-platform-serialization/src/de/mod.rs#L104
warning: function cannot return without recursing
--> packages/rs-platform-serialization/src/de/mod.rs:104:13
|
104 | / fn platform_versioned_borrow_decode<D: bincode::de::BorrowDecoder<'de>>(
105 | | decoder: &mut D,
106 | | platform_version: &PlatformVersion,
107 | | ) -> core::result::Result<Self, bincode::error::DecodeError> {
| |________________________________________________________________________^ cannot return without recursing
108 | / $crate::PlatformVersionedBorrowDecode::platform_versioned_borrow_decode(
109 | | decoder,
110 | | platform_version,
111 | | )
| |_________________- recursive call site
|
::: packages/rs-platform-serialization/src/de/impls.rs:58:1
|
58 | impl_platform_versioned_borrow_decode!(u16);
| ------------------------------------------- in this macro invocation
|
= help: a `loop` may express intention better if this is on purpose
= note: this warning originates in the macro `impl_platform_versioned_borrow_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
|
function cannot return without recursing:
packages/rs-platform-serialization/src/de/mod.rs#L104
warning: function cannot return without recursing
--> packages/rs-platform-serialization/src/de/mod.rs:104:13
|
104 | / fn platform_versioned_borrow_decode<D: bincode::de::BorrowDecoder<'de>>(
105 | | decoder: &mut D,
106 | | platform_version: &PlatformVersion,
107 | | ) -> core::result::Result<Self, bincode::error::DecodeError> {
| |________________________________________________________________________^ cannot return without recursing
108 | / $crate::PlatformVersionedBorrowDecode::platform_versioned_borrow_decode(
109 | | decoder,
110 | | platform_version,
111 | | )
| |_________________- recursive call site
|
::: packages/rs-platform-serialization/src/de/impls.rs:68:1
|
68 | impl_platform_versioned_borrow_decode!(NonZeroU16);
| -------------------------------------------------- in this macro invocation
|
= help: a `loop` may express intention better if this is on purpose
= note: this warning originates in the macro `impl_platform_versioned_borrow_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
|
JS code security audit / Run Code QL
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
JS code security audit / Run Code QL
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
JS packages (@dashevo/dapi) / Linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
JS packages (@dashevo/dapi-client) / Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
JS packages (@dashevo/dapi-grpc) / Linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
JS packages (@dashevo/dapi-client) / Linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
JS packages (@dashevo/dapi-client) / Linting:
packages/js-dapi-client/lib/BlockHeadersProvider/BlockHeadersProvider.js#L8
Missing JSDoc @Property "network" description
|
JS packages (@dashevo/dapi-client) / Linting:
packages/js-dapi-client/lib/BlockHeadersProvider/BlockHeadersProvider.js#L38
Missing JSDoc @param "options" description
|
JS packages (@dashevo/dapi-client) / Linting:
packages/js-dapi-client/lib/BlockHeadersProvider/BlockHeadersProvider.js#L39
Missing JSDoc @param "createHistoricalSyncStream" description
|
JS packages (@dashevo/dapi-client) / Linting:
packages/js-dapi-client/lib/BlockHeadersProvider/BlockHeadersProvider.js#L40
Missing JSDoc @param "createContinuousSyncStream" description
|
JS packages (@dashevo/dapi-client) / Linting:
packages/js-dapi-client/lib/BlockHeadersProvider/BlockHeadersProvider.js#L63
Missing JSDoc @param "blockHeadersReader" description
|
JS packages (@dashevo/dapi-client) / Linting:
packages/js-dapi-client/lib/BlockHeadersProvider/BlockHeadersProvider.js#L71
Missing JSDoc @param "spvChain" description
|
JS packages (@dashevo/dapi-client) / Linting:
packages/js-dapi-client/lib/BlockHeadersProvider/BlockHeadersProvider.js#L107
Missing JSDoc @param "headers" description
|
|
JS packages (@dashevo/dapi-client) / Linting:
packages/js-dapi-client/lib/BlockHeadersProvider/BlockHeadersProvider.js#L108
Missing JSDoc @param "firstHeaderHeight" description
|
JS packages (@dashevo/dapi-client) / Linting:
packages/js-dapi-client/lib/BlockHeadersProvider/BlockHeadersProvider.js#L108
Missing JSDoc @param "firstHeaderHeight" type
|
JS packages (@dashevo/dapi) / Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
JS packages (@dashevo/dapi-grpc) / Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
JS packages (@dashevo/platform-test-suite) / Linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
JS packages (@dashevo/wallet-lib) / Linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
|
|
|
JS packages (@dashevo/wallet-lib) / Linting:
packages/wallet-lib/src/test/mocks/dashcore/block.js#L33
Unexpected console statement
|
JS packages (@dashevo/wallet-lib) / Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
JS packages (dash) / Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
JS packages (dash) / Linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
JS packages (dash) / Linting:
packages/js-dash-sdk/src/SDK/Client/Client.ts#L9
Dependency cycle via ./Platform:1
|
JS packages (dash) / Linting:
packages/js-dash-sdk/src/SDK/Client/Client.ts#L162
Assignment to function parameter 'options'
|
JS packages (dash) / Linting:
packages/js-dash-sdk/src/SDK/Client/Platform/Fetcher/Fetcher.ts#L143
Returning an awaited value that is not a promise is not allowed
|
JS packages (dash) / Linting:
packages/js-dash-sdk/src/SDK/Client/Platform/Platform.spec.ts#L5
Using exported name 'Client' as identifier for default export
|
JS packages (dash) / Linting:
packages/js-dash-sdk/src/SDK/Client/Platform/Platform.ts#L5
Dependency cycle via ./Platform:9
|
JS packages (dash) / Linting:
packages/js-dash-sdk/src/SDK/Client/Platform/Platform.ts#L5
Using exported name 'Client' as identifier for default export
|
JS packages (dash) / Linting:
packages/js-dash-sdk/src/SDK/Client/Platform/Platform.ts#L8
Dependency cycle detected
|
JS packages (dash) / Linting:
packages/js-dash-sdk/src/SDK/Client/Platform/Platform.ts#L8
Using exported name 'createAssetLockTransaction' as identifier for default export
|
JS packages (dash) / Linting:
packages/js-dash-sdk/src/SDK/Client/Platform/Platform.ts#L10
Dependency cycle detected
|
JS packages (dash) / Linting:
packages/js-dash-sdk/src/SDK/Client/Platform/Platform.ts#L11
Dependency cycle detected
|
JS packages (dashmate) / Linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
JS packages (dashmate) / Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Packages functional tests / Run functional tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update, strophy/actions-cache/restore@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Dashmate E2E tests (Testnet Evonode, test/e2e/testnetEvonode.spec.js, false) / Run Testnet Evonode tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Dashmate E2E tests (Local network, test/e2e/localNetwork.spec.js, true) / Run Local network tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update, strophy/actions-cache/restore@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Dashmate E2E tests (Testnet fullnode, test/e2e/testnetFullnode.spec.js, false) / Run Testnet fullnode tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Suite (Test Suite in browser (2), test:browsers, 1, 2) / Run Test Suite in browser (2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update, strophy/actions-cache/restore@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Suite (Test Suite in browser (1), test:browsers, 0, 2) / Run Test Suite in browser (1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update, strophy/actions-cache/restore@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Suite (Test Suite, test:suite, 0, 0) / Run Test Suite
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, strophy/actions-cache@opendal-update, strophy/actions-cache/restore@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|