refactor: fees to use version system #2666
tests.yml
on: pull_request
Build JS packages
/
Build JS
2m 4s
Matrix: Build Docker images
Determine changed packages
19s
Rust crates security audit
38s
JS dependency versions check
18s
JS NPM security audit
15s
JS code security audit
/
Run Code QL
Packages functional tests
/
Run functional tests
Matrix: Test Suite
Waiting for pending jobs
Matrix: Dashmate E2E tests
Waiting for pending jobs
Matrix: JS packages
Waiting for pending jobs
Matrix: Rust packages
Annotations
53 errors and 113 warnings
Rust packages (drive-abci) / Formatting
Process completed with exit code 1.
|
Rust packages (drive) / Formatting
Process completed with exit code 1.
|
Rust packages (dash-sdk) / Check each feature
Process completed with exit code 101.
|
Rust packages (dapi-grpc) / Check each feature
Process completed with exit code 101.
|
no field `double_sha256_base` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L18
error[E0609]: no field `double_sha256_base` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:18:43
|
18 | Digest::update(&mut hasher, &self.double_sha256_base.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
18 | Digest::update(&mut hasher, &self.single_sha256_base.to_be_bytes());
| ~~~~~~~~~~~~~~~~~~
|
no field `double_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L19
error[E0609]: no field `double_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:19:43
|
19 | Digest::update(&mut hasher, &self.double_sha256_per_block.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
19 | Digest::update(&mut hasher, &self.sha256_per_block.to_be_bytes());
| ~~~~~~~~~~~~~~~~
|
no field `single_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L21
error[E0609]: no field `single_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:21:43
|
21 | Digest::update(&mut hasher, &self.single_sha256_per_block.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
21 | Digest::update(&mut hasher, &self.sha256_per_block.to_be_bytes());
| ~~~~~~~~~~~~~~~~
|
missing fields `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base` in initializer of `version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/v1.rs#L3
error[E0063]: missing fields `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base` in initializer of `version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/v1.rs:3:53
|
3 | pub const FEE_HASHING_VERSION1: FeeHashingVersion = FeeHashingVersion {
| ^^^^^^^^^^^^^^^^^ missing `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base`
|
Rust packages (dash-sdk) / Linting
Clippy has exited with exit code 101
|
Rust packages (dapi-grpc) / Tests
Process completed with exit code 101.
|
no field `double_sha256_base` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L18
error[E0609]: no field `double_sha256_base` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:18:43
|
18 | Digest::update(&mut hasher, &self.double_sha256_base.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
18 | Digest::update(&mut hasher, &self.single_sha256_base.to_be_bytes());
| ~~~~~~~~~~~~~~~~~~
|
no field `double_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L19
error[E0609]: no field `double_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:19:43
|
19 | Digest::update(&mut hasher, &self.double_sha256_per_block.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
19 | Digest::update(&mut hasher, &self.sha256_per_block.to_be_bytes());
| ~~~~~~~~~~~~~~~~
|
no field `single_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L21
error[E0609]: no field `single_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:21:43
|
21 | Digest::update(&mut hasher, &self.single_sha256_per_block.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
21 | Digest::update(&mut hasher, &self.sha256_per_block.to_be_bytes());
| ~~~~~~~~~~~~~~~~
|
missing fields `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base` in initializer of `version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/v1.rs#L3
error[E0063]: missing fields `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base` in initializer of `version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/v1.rs:3:53
|
3 | pub const FEE_HASHING_VERSION1: FeeHashingVersion = FeeHashingVersion {
| ^^^^^^^^^^^^^^^^^ missing `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base`
|
Rust packages (dapi-grpc) / Linting
Clippy has exited with exit code 101
|
Rust packages (dash-sdk) / Tests
Process completed with exit code 101.
|
Rust packages (dpp) / Check each feature
Process completed with exit code 101.
|
no field `double_sha256_base` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L18
error[E0609]: no field `double_sha256_base` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:18:43
|
18 | Digest::update(&mut hasher, &self.double_sha256_base.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
18 | Digest::update(&mut hasher, &self.single_sha256_base.to_be_bytes());
| ~~~~~~~~~~~~~~~~~~
|
no field `double_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L19
error[E0609]: no field `double_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:19:43
|
19 | Digest::update(&mut hasher, &self.double_sha256_per_block.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
19 | Digest::update(&mut hasher, &self.sha256_per_block.to_be_bytes());
| ~~~~~~~~~~~~~~~~
|
no field `single_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L21
error[E0609]: no field `single_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:21:43
|
21 | Digest::update(&mut hasher, &self.single_sha256_per_block.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
21 | Digest::update(&mut hasher, &self.sha256_per_block.to_be_bytes());
| ~~~~~~~~~~~~~~~~
|
missing fields `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base` in initializer of `version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/v1.rs#L3
error[E0063]: missing fields `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base` in initializer of `version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/v1.rs:3:53
|
3 | pub const FEE_HASHING_VERSION1: FeeHashingVersion = FeeHashingVersion {
| ^^^^^^^^^^^^^^^^^ missing `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base`
|
Rust packages (dpp) / Linting
Clippy has exited with exit code 101
|
Rust packages (dpp) / Tests
Process completed with exit code 101.
|
no field `double_sha256_base` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L18
error[E0609]: no field `double_sha256_base` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:18:43
|
18 | Digest::update(&mut hasher, &self.double_sha256_base.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
18 | Digest::update(&mut hasher, &self.single_sha256_base.to_be_bytes());
| ~~~~~~~~~~~~~~~~~~
|
no field `double_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L19
error[E0609]: no field `double_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:19:43
|
19 | Digest::update(&mut hasher, &self.double_sha256_per_block.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
19 | Digest::update(&mut hasher, &self.sha256_per_block.to_be_bytes());
| ~~~~~~~~~~~~~~~~
|
no field `single_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L21
error[E0609]: no field `single_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:21:43
|
21 | Digest::update(&mut hasher, &self.single_sha256_per_block.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
21 | Digest::update(&mut hasher, &self.sha256_per_block.to_be_bytes());
| ~~~~~~~~~~~~~~~~
|
missing fields `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base` in initializer of `version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/v1.rs#L3
error[E0063]: missing fields `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base` in initializer of `version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/v1.rs:3:53
|
3 | pub const FEE_HASHING_VERSION1: FeeHashingVersion = FeeHashingVersion {
| ^^^^^^^^^^^^^^^^^ missing `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base`
|
Rust packages (drive) / Linting
Clippy has exited with exit code 101
|
Rust packages (drive) / Tests
Process completed with exit code 101.
|
no field `double_sha256_base` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L18
error[E0609]: no field `double_sha256_base` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:18:43
|
18 | Digest::update(&mut hasher, &self.double_sha256_base.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
18 | Digest::update(&mut hasher, &self.single_sha256_base.to_be_bytes());
| ~~~~~~~~~~~~~~~~~~
|
no field `double_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L19
error[E0609]: no field `double_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:19:43
|
19 | Digest::update(&mut hasher, &self.double_sha256_per_block.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
19 | Digest::update(&mut hasher, &self.sha256_per_block.to_be_bytes());
| ~~~~~~~~~~~~~~~~
|
no field `single_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L21
error[E0609]: no field `single_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:21:43
|
21 | Digest::update(&mut hasher, &self.single_sha256_per_block.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
21 | Digest::update(&mut hasher, &self.sha256_per_block.to_be_bytes());
| ~~~~~~~~~~~~~~~~
|
missing fields `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base` in initializer of `version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/v1.rs#L3
error[E0063]: missing fields `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base` in initializer of `version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/v1.rs:3:53
|
3 | pub const FEE_HASHING_VERSION1: FeeHashingVersion = FeeHashingVersion {
| ^^^^^^^^^^^^^^^^^ missing `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base`
|
Rust packages (drive-abci) / Linting
Clippy has exited with exit code 101
|
Rust packages (rs-dapi-client) / Check each feature
Process completed with exit code 101.
|
Rust packages (rs-dapi-client) / Tests
Process completed with exit code 101.
|
no field `double_sha256_base` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L18
error[E0609]: no field `double_sha256_base` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:18:43
|
18 | Digest::update(&mut hasher, &self.double_sha256_base.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
18 | Digest::update(&mut hasher, &self.single_sha256_base.to_be_bytes());
| ~~~~~~~~~~~~~~~~~~
|
no field `double_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L19
error[E0609]: no field `double_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:19:43
|
19 | Digest::update(&mut hasher, &self.double_sha256_per_block.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
19 | Digest::update(&mut hasher, &self.sha256_per_block.to_be_bytes());
| ~~~~~~~~~~~~~~~~
|
no field `single_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L21
error[E0609]: no field `single_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:21:43
|
21 | Digest::update(&mut hasher, &self.single_sha256_per_block.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
21 | Digest::update(&mut hasher, &self.sha256_per_block.to_be_bytes());
| ~~~~~~~~~~~~~~~~
|
missing fields `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base` in initializer of `version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/v1.rs#L3
error[E0063]: missing fields `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base` in initializer of `version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/v1.rs:3:53
|
3 | pub const FEE_HASHING_VERSION1: FeeHashingVersion = FeeHashingVersion {
| ^^^^^^^^^^^^^^^^^ missing `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base`
|
Rust packages (rs-dapi-client) / Linting
Clippy has exited with exit code 101
|
no field `double_sha256_base` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L18
error[E0609]: no field `double_sha256_base` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:18:43
|
18 | Digest::update(&mut hasher, &self.double_sha256_base.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
18 | Digest::update(&mut hasher, &self.single_sha256_base.to_be_bytes());
| ~~~~~~~~~~~~~~~~~~
|
no field `double_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L19
error[E0609]: no field `double_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:19:43
|
19 | Digest::update(&mut hasher, &self.double_sha256_per_block.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
19 | Digest::update(&mut hasher, &self.sha256_per_block.to_be_bytes());
| ~~~~~~~~~~~~~~~~
|
no field `single_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L21
error[E0609]: no field `single_sha256_per_block` on type `&version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:21:43
|
21 | Digest::update(&mut hasher, &self.single_sha256_per_block.to_be_bytes());
| ^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
21 | Digest::update(&mut hasher, &self.sha256_per_block.to_be_bytes());
| ~~~~~~~~~~~~~~~~
|
missing fields `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base` in initializer of `version::fee::hashing::FeeHashingVersion`:
packages/rs-platform-version/src/version/fee/hashing/v1.rs#L3
error[E0063]: missing fields `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base` in initializer of `version::fee::hashing::FeeHashingVersion`
--> packages/rs-platform-version/src/version/fee/hashing/v1.rs:3:53
|
3 | pub const FEE_HASHING_VERSION1: FeeHashingVersion = FeeHashingVersion {
| ^^^^^^^^^^^^^^^^^ missing `blake3_base`, `blake3_per_block` and `sha256_ripe_md160_base`
|
Rust packages (wasm-dpp) / Linting
Clippy has exited with exit code 101
|
Rust packages (wasm-dpp) / Tests
Process completed with exit code 101.
|
Build JS packages / Build JS
Process completed with exit code 1.
|
Build Docker images (DAPI, dapi, dapi) / Build DAPI image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c source $HOME/.cargo/env && cp -R /tmp/unplugged /platform/.yarn/ && yarn install --inline-builds && cp -R /platform/.yarn/unplugged /tmp/ && export SCCACHE_SERVER_PORT=$((RANDOM+1025)) && if [[ -z \"${SCCACHE_MEMCACHED}\" ]] ; then unset SCCACHE_MEMCACHED ; fi ; export SKIP_GRPC_PROTO_BUILD=1 && yarn build && if [[ \"${RUSTC_WRAPPER}\" == \"sccache\" ]]; then sccache --show-stats; fi" did not complete successfully: exit code: 1
|
Build Docker images (Dashmate helper, dashmate-helper, dashmate-helper) / Build Dashmate helper image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c source $HOME/.cargo/env && cp -R /tmp/unplugged /platform/.yarn/ && yarn install --inline-builds && cp -R /platform/.yarn/unplugged /tmp/ && export SCCACHE_SERVER_PORT=$((RANDOM+1025)) && if [[ -z \"${SCCACHE_MEMCACHED}\" ]] ; then unset SCCACHE_MEMCACHED ; fi ; export SKIP_GRPC_PROTO_BUILD=1 && yarn build && if [[ \"${RUSTC_WRAPPER}\" == \"sccache\" ]]; then sccache --show-stats; fi" did not complete successfully: exit code: 1
|
Build Docker images (Drive, drive, drive-abci) / Build Drive image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c source $HOME/.cargo/env && export SCCACHE_SERVER_PORT=$((RANDOM+1025)) && if [[ -z \"${SCCACHE_MEMCACHED}\" ]] ; then unset SCCACHE_MEMCACHED ; fi ; cargo build --profile \"$CARGO_BUILD_PROFILE\" --package drive-abci --locked && cp /platform/target/*/drive-abci /artifacts/ && if [[ \"${RUSTC_WRAPPER}\" == \"sccache\" ]] ; then sccache --show-stats; fi" did not complete successfully: exit code: 101
|
Rust packages (drive-abci) / Check each feature
Process completed with exit code 101.
|
Rust packages (drive-abci) / Tests
Process completed with exit code 101.
|
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
5 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
|
Rust packages (dash-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 (dash-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 (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 (dpp) / 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 (dpp) / 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) / 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 (drive) / 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) / 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 (wasm-dpp) / 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 (wasm-dpp) / 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) / 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 (dash-sdk) / Check each feature
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Rust packages (dash-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 (dapi-grpc) / Check each feature
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
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 (dash-sdk) / Linting
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Rust packages (dash-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: `crate::version::fee::processing::FeeProcessingVersion`:
packages/rs-platform-version/src/version/fee/data_contract/mod.rs#L1
warning: unused import: `crate::version::fee::processing::FeeProcessingVersion`
--> packages/rs-platform-version/src/version/fee/data_contract/mod.rs:1:5
|
1 | use crate::version::fee::processing::FeeProcessingVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
unused import: `crate::version::fee::signature::FeeSignatureVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L1
warning: unused import: `crate::version::fee::signature::FeeSignatureVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:1:5
|
1 | use crate::version::fee::signature::FeeSignatureVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::signature::FeeSignatureVersion`:
packages/rs-platform-version/src/version/fee/processing/mod.rs#L1
warning: unused import: `crate::version::fee::signature::FeeSignatureVersion`
--> packages/rs-platform-version/src/version/fee/processing/mod.rs:1:5
|
1 | use crate::version::fee::signature::FeeSignatureVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::storage::FeeStorageVersion`:
packages/rs-platform-version/src/version/fee/signature/mod.rs#L1
warning: unused import: `crate::version::fee::storage::FeeStorageVersion`
--> packages/rs-platform-version/src/version/fee/signature/mod.rs:1:5
|
1 | use crate::version::fee::storage::FeeStorageVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::data_contract::FeeDataContractValidationVersion`:
packages/rs-platform-version/src/version/fee/state_transition_min_fees/mod.rs#L1
warning: unused import: `crate::version::fee::data_contract::FeeDataContractValidationVersion`
--> packages/rs-platform-version/src/version/fee/state_transition_min_fees/mod.rs:1:5
|
1 | use crate::version::fee::data_contract::FeeDataContractValidationVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `sha2::digest::Update`:
packages/rs-platform-version/src/version/fee/storage/mod.rs#L3
warning: unused import: `sha2::digest::Update`
--> packages/rs-platform-version/src/version/fee/storage/mod.rs:3:5
|
3 | use sha2::digest::Update;
| ^^^^^^^^^^^^^^^^^^^^
|
Rust packages (dapi-grpc) / Tests
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
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) / Linting
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
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/.
|
unused import: `crate::version::fee::processing::FeeProcessingVersion`:
packages/rs-platform-version/src/version/fee/data_contract/mod.rs#L1
warning: unused import: `crate::version::fee::processing::FeeProcessingVersion`
--> packages/rs-platform-version/src/version/fee/data_contract/mod.rs:1:5
|
1 | use crate::version::fee::processing::FeeProcessingVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
unused import: `crate::version::fee::signature::FeeSignatureVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L1
warning: unused import: `crate::version::fee::signature::FeeSignatureVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:1:5
|
1 | use crate::version::fee::signature::FeeSignatureVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::signature::FeeSignatureVersion`:
packages/rs-platform-version/src/version/fee/processing/mod.rs#L1
warning: unused import: `crate::version::fee::signature::FeeSignatureVersion`
--> packages/rs-platform-version/src/version/fee/processing/mod.rs:1:5
|
1 | use crate::version::fee::signature::FeeSignatureVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::storage::FeeStorageVersion`:
packages/rs-platform-version/src/version/fee/signature/mod.rs#L1
warning: unused import: `crate::version::fee::storage::FeeStorageVersion`
--> packages/rs-platform-version/src/version/fee/signature/mod.rs:1:5
|
1 | use crate::version::fee::storage::FeeStorageVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::data_contract::FeeDataContractValidationVersion`:
packages/rs-platform-version/src/version/fee/state_transition_min_fees/mod.rs#L1
warning: unused import: `crate::version::fee::data_contract::FeeDataContractValidationVersion`
--> packages/rs-platform-version/src/version/fee/state_transition_min_fees/mod.rs:1:5
|
1 | use crate::version::fee::data_contract::FeeDataContractValidationVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `sha2::digest::Update`:
packages/rs-platform-version/src/version/fee/storage/mod.rs#L3
warning: unused import: `sha2::digest::Update`
--> packages/rs-platform-version/src/version/fee/storage/mod.rs:3:5
|
3 | use sha2::digest::Update;
| ^^^^^^^^^^^^^^^^^^^^
|
Rust packages (dash-sdk) / Tests
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Rust packages (dash-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 (dpp) / Check each feature
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Rust packages (dpp) / 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 (dpp) / Linting
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Rust packages (dpp) / 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: `crate::version::fee::processing::FeeProcessingVersion`:
packages/rs-platform-version/src/version/fee/data_contract/mod.rs#L1
warning: unused import: `crate::version::fee::processing::FeeProcessingVersion`
--> packages/rs-platform-version/src/version/fee/data_contract/mod.rs:1:5
|
1 | use crate::version::fee::processing::FeeProcessingVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
unused import: `crate::version::fee::signature::FeeSignatureVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L1
warning: unused import: `crate::version::fee::signature::FeeSignatureVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:1:5
|
1 | use crate::version::fee::signature::FeeSignatureVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::signature::FeeSignatureVersion`:
packages/rs-platform-version/src/version/fee/processing/mod.rs#L1
warning: unused import: `crate::version::fee::signature::FeeSignatureVersion`
--> packages/rs-platform-version/src/version/fee/processing/mod.rs:1:5
|
1 | use crate::version::fee::signature::FeeSignatureVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::storage::FeeStorageVersion`:
packages/rs-platform-version/src/version/fee/signature/mod.rs#L1
warning: unused import: `crate::version::fee::storage::FeeStorageVersion`
--> packages/rs-platform-version/src/version/fee/signature/mod.rs:1:5
|
1 | use crate::version::fee::storage::FeeStorageVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::data_contract::FeeDataContractValidationVersion`:
packages/rs-platform-version/src/version/fee/state_transition_min_fees/mod.rs#L1
warning: unused import: `crate::version::fee::data_contract::FeeDataContractValidationVersion`
--> packages/rs-platform-version/src/version/fee/state_transition_min_fees/mod.rs:1:5
|
1 | use crate::version::fee::data_contract::FeeDataContractValidationVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `sha2::digest::Update`:
packages/rs-platform-version/src/version/fee/storage/mod.rs#L3
warning: unused import: `sha2::digest::Update`
--> packages/rs-platform-version/src/version/fee/storage/mod.rs:3:5
|
3 | use sha2::digest::Update;
| ^^^^^^^^^^^^^^^^^^^^
|
Rust packages (dpp) / Tests
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Rust packages (dpp) / 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 (drive) / Linting
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Rust packages (drive) / 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: `crate::version::fee::processing::FeeProcessingVersion`:
packages/rs-platform-version/src/version/fee/data_contract/mod.rs#L1
warning: unused import: `crate::version::fee::processing::FeeProcessingVersion`
--> packages/rs-platform-version/src/version/fee/data_contract/mod.rs:1:5
|
1 | use crate::version::fee::processing::FeeProcessingVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
unused import: `crate::version::fee::signature::FeeSignatureVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L1
warning: unused import: `crate::version::fee::signature::FeeSignatureVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:1:5
|
1 | use crate::version::fee::signature::FeeSignatureVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::signature::FeeSignatureVersion`:
packages/rs-platform-version/src/version/fee/processing/mod.rs#L1
warning: unused import: `crate::version::fee::signature::FeeSignatureVersion`
--> packages/rs-platform-version/src/version/fee/processing/mod.rs:1:5
|
1 | use crate::version::fee::signature::FeeSignatureVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::storage::FeeStorageVersion`:
packages/rs-platform-version/src/version/fee/signature/mod.rs#L1
warning: unused import: `crate::version::fee::storage::FeeStorageVersion`
--> packages/rs-platform-version/src/version/fee/signature/mod.rs:1:5
|
1 | use crate::version::fee::storage::FeeStorageVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::data_contract::FeeDataContractValidationVersion`:
packages/rs-platform-version/src/version/fee/state_transition_min_fees/mod.rs#L1
warning: unused import: `crate::version::fee::data_contract::FeeDataContractValidationVersion`
--> packages/rs-platform-version/src/version/fee/state_transition_min_fees/mod.rs:1:5
|
1 | use crate::version::fee::data_contract::FeeDataContractValidationVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `sha2::digest::Update`:
packages/rs-platform-version/src/version/fee/storage/mod.rs#L3
warning: unused import: `sha2::digest::Update`
--> packages/rs-platform-version/src/version/fee/storage/mod.rs:3:5
|
3 | use sha2::digest::Update;
| ^^^^^^^^^^^^^^^^^^^^
|
Rust packages (drive) / Tests
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Rust packages (drive) / 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 (drive-abci) / Linting
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
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: `crate::version::fee::processing::FeeProcessingVersion`:
packages/rs-platform-version/src/version/fee/data_contract/mod.rs#L1
warning: unused import: `crate::version::fee::processing::FeeProcessingVersion`
--> packages/rs-platform-version/src/version/fee/data_contract/mod.rs:1:5
|
1 | use crate::version::fee::processing::FeeProcessingVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
unused import: `crate::version::fee::signature::FeeSignatureVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L1
warning: unused import: `crate::version::fee::signature::FeeSignatureVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:1:5
|
1 | use crate::version::fee::signature::FeeSignatureVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::signature::FeeSignatureVersion`:
packages/rs-platform-version/src/version/fee/processing/mod.rs#L1
warning: unused import: `crate::version::fee::signature::FeeSignatureVersion`
--> packages/rs-platform-version/src/version/fee/processing/mod.rs:1:5
|
1 | use crate::version::fee::signature::FeeSignatureVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::storage::FeeStorageVersion`:
packages/rs-platform-version/src/version/fee/signature/mod.rs#L1
warning: unused import: `crate::version::fee::storage::FeeStorageVersion`
--> packages/rs-platform-version/src/version/fee/signature/mod.rs:1:5
|
1 | use crate::version::fee::storage::FeeStorageVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::data_contract::FeeDataContractValidationVersion`:
packages/rs-platform-version/src/version/fee/state_transition_min_fees/mod.rs#L1
warning: unused import: `crate::version::fee::data_contract::FeeDataContractValidationVersion`
--> packages/rs-platform-version/src/version/fee/state_transition_min_fees/mod.rs:1:5
|
1 | use crate::version::fee::data_contract::FeeDataContractValidationVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `sha2::digest::Update`:
packages/rs-platform-version/src/version/fee/storage/mod.rs#L3
warning: unused import: `sha2::digest::Update`
--> packages/rs-platform-version/src/version/fee/storage/mod.rs:3:5
|
3 | use sha2::digest::Update;
| ^^^^^^^^^^^^^^^^^^^^
|
Rust packages (rs-dapi-client) / Check each feature
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
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-dapi-client) / Tests
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
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-dapi-client) / Linting
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
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/.
|
unused import: `crate::version::fee::processing::FeeProcessingVersion`:
packages/rs-platform-version/src/version/fee/data_contract/mod.rs#L1
warning: unused import: `crate::version::fee::processing::FeeProcessingVersion`
--> packages/rs-platform-version/src/version/fee/data_contract/mod.rs:1:5
|
1 | use crate::version::fee::processing::FeeProcessingVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
unused import: `crate::version::fee::signature::FeeSignatureVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L1
warning: unused import: `crate::version::fee::signature::FeeSignatureVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:1:5
|
1 | use crate::version::fee::signature::FeeSignatureVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::signature::FeeSignatureVersion`:
packages/rs-platform-version/src/version/fee/processing/mod.rs#L1
warning: unused import: `crate::version::fee::signature::FeeSignatureVersion`
--> packages/rs-platform-version/src/version/fee/processing/mod.rs:1:5
|
1 | use crate::version::fee::signature::FeeSignatureVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::storage::FeeStorageVersion`:
packages/rs-platform-version/src/version/fee/signature/mod.rs#L1
warning: unused import: `crate::version::fee::storage::FeeStorageVersion`
--> packages/rs-platform-version/src/version/fee/signature/mod.rs:1:5
|
1 | use crate::version::fee::storage::FeeStorageVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::data_contract::FeeDataContractValidationVersion`:
packages/rs-platform-version/src/version/fee/state_transition_min_fees/mod.rs#L1
warning: unused import: `crate::version::fee::data_contract::FeeDataContractValidationVersion`
--> packages/rs-platform-version/src/version/fee/state_transition_min_fees/mod.rs:1:5
|
1 | use crate::version::fee::data_contract::FeeDataContractValidationVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `sha2::digest::Update`:
packages/rs-platform-version/src/version/fee/storage/mod.rs#L3
warning: unused import: `sha2::digest::Update`
--> packages/rs-platform-version/src/version/fee/storage/mod.rs:3:5
|
3 | use sha2::digest::Update;
| ^^^^^^^^^^^^^^^^^^^^
|
Rust packages (wasm-dpp) / Linting
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Rust packages (wasm-dpp) / 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: `crate::version::fee::processing::FeeProcessingVersion`:
packages/rs-platform-version/src/version/fee/data_contract/mod.rs#L1
warning: unused import: `crate::version::fee::processing::FeeProcessingVersion`
--> packages/rs-platform-version/src/version/fee/data_contract/mod.rs:1:5
|
1 | use crate::version::fee::processing::FeeProcessingVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
unused import: `crate::version::fee::signature::FeeSignatureVersion`:
packages/rs-platform-version/src/version/fee/hashing/mod.rs#L1
warning: unused import: `crate::version::fee::signature::FeeSignatureVersion`
--> packages/rs-platform-version/src/version/fee/hashing/mod.rs:1:5
|
1 | use crate::version::fee::signature::FeeSignatureVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::signature::FeeSignatureVersion`:
packages/rs-platform-version/src/version/fee/processing/mod.rs#L1
warning: unused import: `crate::version::fee::signature::FeeSignatureVersion`
--> packages/rs-platform-version/src/version/fee/processing/mod.rs:1:5
|
1 | use crate::version::fee::signature::FeeSignatureVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::storage::FeeStorageVersion`:
packages/rs-platform-version/src/version/fee/signature/mod.rs#L1
warning: unused import: `crate::version::fee::storage::FeeStorageVersion`
--> packages/rs-platform-version/src/version/fee/signature/mod.rs:1:5
|
1 | use crate::version::fee::storage::FeeStorageVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `crate::version::fee::data_contract::FeeDataContractValidationVersion`:
packages/rs-platform-version/src/version/fee/state_transition_min_fees/mod.rs#L1
warning: unused import: `crate::version::fee::data_contract::FeeDataContractValidationVersion`
--> packages/rs-platform-version/src/version/fee/state_transition_min_fees/mod.rs:1:5
|
1 | use crate::version::fee::data_contract::FeeDataContractValidationVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
unused import: `sha2::digest::Update`:
packages/rs-platform-version/src/version/fee/storage/mod.rs#L3
warning: unused import: `sha2::digest::Update`
--> packages/rs-platform-version/src/version/fee/storage/mod.rs:3:5
|
3 | use sha2::digest::Update;
| ^^^^^^^^^^^^^^^^^^^^
|
Rust packages (wasm-dpp) / Tests
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
Rust packages (wasm-dpp) / 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/.
|
Build JS packages / Build JS
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
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, 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 (DAPI, dapi, dapi) / Build DAPI image
Input 'config-inline' has been deprecated with message: Use buildkitd-config-inline instead
|
Build Docker images (DAPI, dapi, dapi) / Build DAPI image
Input 'config-inline' has been deprecated with message: Use buildkitd-config-inline instead
|
Build Docker images (DAPI, dapi, dapi) / Build DAPI image
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
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
Input 'config-inline' has been deprecated with message: Use buildkitd-config-inline instead
|
Build Docker images (Dashmate helper, dashmate-helper, dashmate-helper) / Build Dashmate helper image
Input 'config-inline' has been deprecated with message: Use buildkitd-config-inline instead
|
Build Docker images (Dashmate helper, dashmate-helper, dashmate-helper) / Build Dashmate helper image
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
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 Docker images (Drive, drive, drive-abci) / Build Drive image
Input 'config-inline' has been deprecated with message: Use buildkitd-config-inline instead
|
Build Docker images (Drive, drive, drive-abci) / Build Drive image
Input 'config-inline' has been deprecated with message: Use buildkitd-config-inline instead
|
Build Docker images (Drive, drive, drive-abci) / Build Drive image
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
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 (drive-abci) / Check each feature
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
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/.
|
Rust packages (drive-abci) / Tests
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.1. Please update to the latest version 2.317.0
|
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/.
|